Uses of Class
ognl.ExpressionNode
-
Packages that use ExpressionNode Package Description ognl OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects. -
-
Uses of ExpressionNode in ognl
Subclasses of ExpressionNode in ognl Modifier and Type Class Description class
ASTAnd
class
ASTOr
class
BooleanExpression
Base class for boolean expressions.class
ComparisonExpression
Base class for types that compare values.class
NumericExpression
Base class for numeric expressions.
-