Package 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 NodeTypeUsed by some of theOgnlExpressionCompilerlogic to determine the object type ofNodes during expression evaluation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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.
-