| Package | Description | 
|---|---|
| org.camunda.bpm.engine.impl.juel | 
| Modifier and Type | Method and Description | 
|---|---|
Tree | 
TreeBuilder.build(String expression)
Parse the given expression and create an abstract syntax tree for it. 
 | 
Tree | 
Builder.build(String expression)
Parse expression. 
 | 
Tree | 
Cache.get(String expression)  | 
Tree | 
TreeCache.get(String expression)
Lookup tree 
 | 
Tree | 
TreeStore.get(String expression)
Get a  
Tree. | 
Tree | 
Parser.tree()
tree := text? ((dynamic text?)+ | (deferred text?)+)? 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Cache.put(String expression,
   Tree tree)  | 
void | 
TreeCache.put(String expression,
   Tree tree)
Cache tree 
 | 
| Constructor and Description | 
|---|
Cache(int size,
     Map<String,Tree> secondary)
Constructor. 
 | 
Copyright © 2018. All rights reserved.