Uses of Class
org.camunda.bpm.impl.juel.TreeStore
-
Uses of TreeStore in org.camunda.bpm.impl.juel
Modifier and TypeMethodDescriptionprotected TreeStore
ExpressionFactoryImpl.createTreeStore
(int defaultCacheSize, ExpressionFactoryImpl.Profile profile, Properties properties) Create the factory's tree store.ModifierConstructorDescriptionExpressionFactoryImpl
(TreeStore store) Create a new expression factory.ExpressionFactoryImpl
(TreeStore store, TypeConverter converter) Create a new expression factory.TreeMethodExpression
(TreeStore store, jakarta.el.FunctionMapper functions, jakarta.el.VariableMapper variables, TypeConverter converter, String expr, Class<?> returnType, Class<?>[] paramTypes) Create a new method expression.TreeValueExpression
(TreeStore store, jakarta.el.FunctionMapper functions, jakarta.el.VariableMapper variables, TypeConverter converter, String expr, Class<?> type) Create a new value expression.