| java.lang.Object de.odysseus.el.tree.TreeStore
TreeStore | public TreeStore(TreeBuilder builder, TreeCache cache)(Code) | | Constructor.
Parameters: builder - the tree builder Parameters: cache - the tree cache (may be null ) |
get | public Tree get(String expression) throws ELException(Code) | | Get a
Tree .
If a tree for the given expression is present in the cache, it is
taken from there; otherwise, the expression string is parsed and
the resulting tree is added to the cache.
Parameters: expression - expression string expression tree |
|
|