Package org.apache.commons.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 NodeType
Used by some of theognl.enhance.OgnlExpressionCompiler
logic to determine the object type ofNode
s during expression evaluation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>
getGetterClass()
The type returned from the expression - if any.Class<?>
getSetterClass()
The type used to set the value - if any.
-