Package ognl
Interface NodeType
-
- All Known Implementing Classes:
ASTAnd,ASTChain,ASTConst,ASTInstanceof,ASTList,ASTMethod,ASTOr,ASTProperty,ASTRootVarRef,ASTSequence,ASTStaticField,ASTStaticMethod,ASTThisVarRef,ASTVarRef,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.ClassgetGetterClass()The type returned from the expression - if any.java.lang.ClassgetSetterClass()The type used to set the value - if any.
-