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 |
TreeStore.get(String expression)
Get a
Tree . |
Tree |
TreeCache.get(String expression)
Lookup tree
|
Tree |
Cache.get(String expression) |
Tree |
Parser.tree()
tree := text? ((dynamic text?)+ | (deferred text?)+)?
|
Modifier and Type | Method and Description |
---|---|
void |
TreeCache.put(String expression,
Tree tree)
Cache tree
|
void |
Cache.put(String expression,
Tree tree) |
Constructor and Description |
---|
Cache(int size,
Map<String,Tree> secondary)
Constructor.
|
Copyright © 2015. All rights reserved.