|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExpressionInterpreter | |
---|---|
org.ujac.util.exi | |
org.ujac.util.exi.test | |
org.ujac.util.exi.type | |
org.ujac.util.table | |
org.ujac.util.template |
Uses of ExpressionInterpreter in org.ujac.util.exi |
---|
Methods in org.ujac.util.exi that return ExpressionInterpreter | |
---|---|
static ExpressionInterpreter |
ExpressionInterpreter.createInstance()
Creates an ExpressionInterpreter instance according to the registered prototype. |
Methods in org.ujac.util.exi with parameters of type ExpressionInterpreter | |
---|---|
static void |
ExpressionInterpreter.setPrototype(ExpressionInterpreter prototype)
Defines the expression interpreter prototype. |
Constructors in org.ujac.util.exi with parameters of type ExpressionInterpreter | |
---|---|
DocumentationGenerator(ExpressionInterpreter exi)
Constructs a DocumentationGenerator instance with specific attributes. |
Uses of ExpressionInterpreter in org.ujac.util.exi.test |
---|
Fields in org.ujac.util.exi.test declared as ExpressionInterpreter | |
---|---|
protected ExpressionInterpreter |
BaseExpressionTest.exi
The expression interpreter to test. |
Uses of ExpressionInterpreter in org.ujac.util.exi.type |
---|
Fields in org.ujac.util.exi.type declared as ExpressionInterpreter | |
---|---|
protected ExpressionInterpreter |
BaseType.interpreter
The expression interpreter. |
Constructors in org.ujac.util.exi.type with parameters of type ExpressionInterpreter | |
---|---|
BaseDateType(ExpressionInterpreter interpreter)
Constructs a BaseNumberType instance with specific attributes. |
|
BaseNumberType(ExpressionInterpreter interpreter)
Constructs a BaseNumberType instance with specific attributes. |
|
BaseType(ExpressionInterpreter interpreter)
Constructs a BaseType instace with specific attributes. |
|
BooleanType(ExpressionInterpreter interpreter)
Constructs a BooleanType instance with no specific arguments. |
|
ByteArrayType(ExpressionInterpreter interpreter)
Constructs a ObjectArrayType instance with specific attributes. |
|
ByteType(ExpressionInterpreter interpreter)
Constructs a ShortType instance with no specific arguments. |
|
CharArrayType(ExpressionInterpreter interpreter)
Constructs a ObjectArrayType instance with specific attributes. |
|
CharType(ExpressionInterpreter interpreter)
Constructs a CharType instance with no specific arguments. |
|
CollectionType(ExpressionInterpreter interpreter)
Constructs a CollectionType instance with specific attributes. |
|
ConditionResultHolderType(ExpressionInterpreter interpreter)
Constructs a ConditionResultHolderType instance with no specific arguments. |
|
DateType(ExpressionInterpreter interpreter)
Constructs a DateType instance with no specific arguments. |
|
DefaultType(ExpressionInterpreter interpreter)
Constructs a DefaultType instance with no specific arguments. |
|
DoubleArrayType(ExpressionInterpreter interpreter)
Constructs a ObjectArrayType instance with specific attributes. |
|
DoubleType(ExpressionInterpreter interpreter,
Class clazz,
String alias)
Constructs a DoubleType instance with no specific arguments. |
|
FloatArrayType(ExpressionInterpreter interpreter)
Constructs a ObjectArrayType instance with specific attributes. |
|
FloatType(ExpressionInterpreter interpreter)
Constructs a FloatType instance with no specific arguments. |
|
IntArrayType(ExpressionInterpreter interpreter)
Constructs a ObjectArrayType instance with specific attributes. |
|
IntegerType(ExpressionInterpreter interpreter,
Class clazz,
String alias)
Constructs a IntegerType instance with no specific arguments. |
|
LongArrayType(ExpressionInterpreter interpreter)
Constructs a ObjectArrayType instance with specific attributes. |
|
LongType(ExpressionInterpreter interpreter)
Constructs a LongType instance with no specific arguments. |
|
MapEntryType(ExpressionInterpreter interpreter)
Constructs a MapEntryType instance with specific attributes. |
|
MapType(ExpressionInterpreter interpreter)
Constructs a MapType instance with specific attributes. |
|
NullValueType(ExpressionInterpreter interpreter)
Constructs a NullValueType instance with no specific arguments. |
|
ObjectArrayType(ExpressionInterpreter interpreter)
Constructs a ObjectArrayType instance with specific attributes. |
|
ResourceBundleType(ExpressionInterpreter interpreter)
Constructs a ResourceBundleType instance with specific attributes. |
|
RowType(ExpressionInterpreter interpreter)
Constructs a TableType instance with no specific arguments. |
|
ShortArrayType(ExpressionInterpreter interpreter)
Constructs a ObjectArrayType instance with specific attributes. |
|
ShortType(ExpressionInterpreter interpreter)
Constructs a ShortType instance with no specific arguments. |
|
StringType(ExpressionInterpreter interpreter)
Constructs a StringType instance with specific arguments. |
|
TableType(ExpressionInterpreter interpreter)
Constructs a TableType instance with no specific arguments. |
|
TimestampType(ExpressionInterpreter interpreter)
Constructs a TimeType instance with specific arguments. |
|
TimeType(ExpressionInterpreter interpreter)
Constructs a TimeType instance with specific arguments. |
Uses of ExpressionInterpreter in org.ujac.util.table |
---|
Constructors in org.ujac.util.table with parameters of type ExpressionInterpreter | |
---|---|
ExpressionRowFilterRule(ExpressionInterpreter exi,
String expression)
Constructs a LikeRowFilterRule instance with specific attributes. |
Uses of ExpressionInterpreter in org.ujac.util.template |
---|
Fields in org.ujac.util.template declared as ExpressionInterpreter | |
---|---|
protected ExpressionInterpreter |
BaseTemplateInterpreter.exi
The expression interpeter to use. |
Constructors in org.ujac.util.template with parameters of type ExpressionInterpreter | |
---|---|
BaseTemplateInterpreter(ExpressionInterpreter exi)
Constructs a TemplateInterpreter instance with specific attributes. |
|
BaseTemplateInterpreter(ExpressionInterpreter exi,
Map tokenTypes)
Constructs a TemplateInterpreter instance with specific attributes. |
|
DefaultTemplateInterpreter(ExpressionInterpreter exi)
Constructs a TemplateInterpreter instance with specific attributes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |