ASTAnd
, ASTChain
, ASTConst
, ASTInstanceof
, ASTList
, ASTMethod
, ASTOr
, ASTProperty
, ASTRootVarRef
, ASTSequence
, ASTStaticField
, ASTStaticMethod
, ASTThisVarRef
, ASTVarRef
, BooleanExpression
, ComparisonExpression
, NumericExpression
public interface NodeType
OgnlExpressionCompiler
logic to determine the object
type of Node
s during expression evaluation.Modifier and Type | Method | Description |
---|---|---|
java.lang.Class |
getGetterClass() |
The type returned from the expression - if any.
|
java.lang.Class |
getSetterClass() |
The type used to set the value - if any.
|