Package org.apache.commons.ognl
Interface NodeType
- All Known Implementing Classes:
ASTAdd
,ASTAnd
,ASTBitAnd
,ASTBitNegate
,ASTBitOr
,ASTChain
,ASTConst
,ASTDivide
,ASTEq
,ASTGreater
,ASTGreaterEq
,ASTIn
,ASTInstanceof
,ASTLess
,ASTLessEq
,ASTList
,ASTMethod
,ASTMultiply
,ASTNegate
,ASTNot
,ASTNotEq
,ASTNotIn
,ASTOr
,ASTProperty
,ASTRemainder
,ASTRootVarRef
,ASTSequence
,ASTShiftLeft
,ASTShiftRight
,ASTStaticField
,ASTStaticMethod
,ASTSubtract
,ASTThisVarRef
,ASTUnsignedShiftRight
,ASTVarRef
,ASTXor
,BooleanExpression
,ComparisonExpression
,NumericExpression
public interface NodeType
Used by some of the
logic to determine the object type of
invalid reference
ognl.enhance.OgnlExpressionCompiler
Node
s
during expression evaluation.