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 TreeTreeBuilder. build(java.lang.String expression)Parse the given expression and create an abstract syntax tree for it.TreeTreeCache. get(java.lang.String expression)Lookup treeTreeTreeStore. get(java.lang.String expression)Get aTree.Methods in de.odysseus.el.tree with parameters of type Tree Modifier and Type Method Description voidTreeCache. 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. mapMethods in de.odysseus.el.tree.impl that return Tree Modifier and Type Method Description TreeBuilder. build(java.lang.String expression)Parse expression.TreeCache. get(java.lang.String expression)TreeParser. tree()tree := text? ((dynamic text?)+ | (deferred text?)+)?Methods in de.odysseus.el.tree.impl with parameters of type Tree Modifier and Type Method Description voidCache. put(java.lang.String expression, Tree tree)
-