|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ExpressionType in org.apache.expreval.expr |
---|
Methods in org.apache.expreval.expr that return ExpressionType | |
---|---|
static ExpressionType |
ExpressionType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExpressionType[] |
ExpressionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.apache.expreval.expr with parameters of type ExpressionType | |
---|---|
DelegateStmt(ExpressionType type,
GenericValue... args)
|
|
DelegateStmt(ExpressionType type,
GenericValue arg,
List<GenericValue> argList)
|
|
DelegateStmt(ExpressionType type,
List<GenericValue> args)
|
|
GenericExpression(ExpressionType type,
GenericValue... exprs)
|
|
GenericExpression(ExpressionType type,
GenericValue expr,
List<GenericValue> genericValueList)
|
|
GenericExpression(ExpressionType type,
List<GenericValue> genericValueList)
|
|
NotValue(ExpressionType type,
boolean not,
GenericValue... args)
|
|
NotValue(ExpressionType type,
boolean not,
GenericValue arg,
List<GenericValue> argList)
|
|
NotValue(ExpressionType type,
boolean not,
List<GenericValue> args)
|
Uses of ExpressionType in org.apache.expreval.expr.betweenstmt |
---|
Constructors in org.apache.expreval.expr.betweenstmt with parameters of type ExpressionType | |
---|---|
GenericBetweenStmt(ExpressionType type,
boolean not,
GenericValue arg0,
GenericValue arg1,
GenericValue arg2)
|
Uses of ExpressionType in org.apache.expreval.expr.calculation |
---|
Constructors in org.apache.expreval.expr.calculation with parameters of type ExpressionType | |
---|---|
GenericCalculation(ExpressionType type,
GenericValue arg0,
Operator operator,
GenericValue arg1)
|
Uses of ExpressionType in org.apache.expreval.expr.casestmt |
---|
Constructors in org.apache.expreval.expr.casestmt with parameters of type ExpressionType | |
---|---|
GenericCase(ExpressionType type,
List<GenericCaseWhen> whenExprList,
GenericCaseElse elseExpr)
|
|
GenericCaseElse(ExpressionType type,
GenericValue arg0)
|
|
GenericCaseWhen(ExpressionType type,
GenericValue arg0,
GenericValue arg1)
|
Uses of ExpressionType in org.apache.expreval.expr.ifthenstmt |
---|
Constructors in org.apache.expreval.expr.ifthenstmt with parameters of type ExpressionType | |
---|---|
GenericIfThen(ExpressionType type,
GenericValue arg0,
GenericValue arg1,
GenericValue arg2)
|
Uses of ExpressionType in org.apache.expreval.expr.nullcomp |
---|
Constructors in org.apache.expreval.expr.nullcomp with parameters of type ExpressionType | |
---|---|
GenericNullCompare(ExpressionType type,
boolean not,
GenericValue arg0)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |