Package | Description |
---|---|
de.odysseus.el.tree | |
de.odysseus.el.tree.impl |
Modifier and Type | Method and Description |
---|---|
Tree |
TreeBuilder.build(String expression)
Parse the given expression and create an abstract syntax tree for it.
|
Tree |
TreeStore.get(String expression)
Get a
Tree . |
Tree |
TreeCache.get(String expression)
Lookup tree
|
Modifier and Type | Method and Description |
---|---|
void |
TreeCache.put(String expression,
Tree tree)
Cache tree
|
Modifier and Type | Method and Description |
---|---|
Tree |
Builder.build(String expression)
Parse expression.
|
Tree |
Cache.get(String expression) |
Tree |
Parser.tree()
tree := text? ((dynamic text?)+ | (deferred text?)+)?
|
Modifier and Type | Method and Description |
---|---|
void |
Cache.put(String expression,
Tree tree) |
Copyright © 2006–2017 Odysseus Software GmbH. All rights reserved.