Package | Description |
---|---|
org.camunda.bpm.engine.impl.juel |
Modifier and Type | Method and Description |
---|---|
protected TreeStore |
ExpressionFactoryImpl.createTreeStore(int defaultCacheSize,
ExpressionFactoryImpl.Profile profile,
Properties properties)
Create the factory's tree store.
|
Constructor and Description |
---|
ExpressionFactoryImpl(TreeStore store)
Create a new expression factory.
|
ExpressionFactoryImpl(TreeStore store,
TypeConverter converter)
Create a new expression factory.
|
TreeMethodExpression(TreeStore store,
FunctionMapper functions,
VariableMapper variables,
TypeConverter converter,
String expr,
Class<?> returnType,
Class<?>[] paramTypes)
Create a new method expression.
|
TreeValueExpression(TreeStore store,
FunctionMapper functions,
VariableMapper variables,
TypeConverter converter,
String expr,
Class<?> type)
Create a new value expression.
|
Copyright © 2015. All rights reserved.