Uses of Class
de.odysseus.el.tree.Tree
-
Packages that use Tree Package Description de.odysseus.el.tree de.odysseus.el.tree.impl -
-
Uses of Tree in de.odysseus.el.tree
Methods in de.odysseus.el.tree that return Tree Modifier and Type Method Description Tree
TreeBuilder. build(java.lang.String expression)
Parse the given expression and create an abstract syntax tree for it.Tree
TreeCache. get(java.lang.String expression)
Lookup treeTree
TreeStore. get(java.lang.String expression)
Get aTree
.Methods in de.odysseus.el.tree with parameters of type Tree Modifier and Type Method Description void
TreeCache. put(java.lang.String expression, Tree tree)
Cache tree -
Uses of Tree in de.odysseus.el.tree.impl
Fields in de.odysseus.el.tree.impl with type parameters of type Tree Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<java.lang.String,Tree>
Cache. map
Methods in de.odysseus.el.tree.impl that return Tree Modifier and Type Method Description Tree
Builder. build(java.lang.String expression)
Parse expression.Tree
Cache. get(java.lang.String expression)
Tree
Parser. tree()
tree := text? ((dynamic text?)+ | (deferred text?)+)?Methods in de.odysseus.el.tree.impl with parameters of type Tree Modifier and Type Method Description void
Cache. put(java.lang.String expression, Tree tree)
-