Uses of Class
ognl.BooleanExpression

Packages that use BooleanExpression
ognl OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects. 
 

Uses of BooleanExpression in ognl
 

Subclasses of BooleanExpression in ognl
 class ASTAnd
           
 class ASTOr
           
 class ComparisonExpression
          Base class for types that compare values.
 


OGNL Project Page