Uses of Class
de.odysseus.el.tree.TreeStore
Packages that use TreeStore
-
Uses of TreeStore in de.odysseus.el
Fields in de.odysseus.el declared as TreeStoreMethods in de.odysseus.el that return TreeStoreModifier and TypeMethodDescriptionprotected TreeStore
ExpressionFactoryImpl.createTreeStore
(int defaultCacheSize, ExpressionFactoryImpl.Profile profile, Properties properties) Create the factory's tree store.Constructors in de.odysseus.el with parameters of type TreeStoreModifierConstructorDescriptionExpressionFactoryImpl
(TreeStore store) Create a new expression factory.ExpressionFactoryImpl
(TreeStore store, TypeConverter converter) Create a new expression factory.TreeMethodExpression
(TreeStore store, javax.el.FunctionMapper functions, javax.el.VariableMapper variables, TypeConverter converter, String expr, Class<?> returnType, Class<?>[] paramTypes) Create a new method expression.TreeValueExpression
(TreeStore store, javax.el.FunctionMapper functions, javax.el.VariableMapper variables, TypeConverter converter, String expr, Class<?> type) Create a new value expression.