Uses of Interface
ognl.JavaSource

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

Uses of JavaSource in ognl
 

Subinterfaces of JavaSource in ognl
 interface Node
          JJTree interface for AST nodes, as modified to handle the OGNL operations getValue and setValue.
 

Classes in ognl that implement JavaSource
 class ASTAnd
           
 class ASTChain
           
 class ASTConst
           
 class ASTCtor
           
 class ASTInstanceof
           
 class ASTList
           
 class ASTMethod
           
 class ASTOr
           
 class ASTProperty
           
 class ASTRootVarRef
           
 class ASTSequence
           
 class ASTStaticField
           
 class ASTStaticMethod
           
 class ASTThisVarRef
           
 class ASTVarRef
           
 class BooleanExpression
          Base class for boolean expressions.
 class ComparisonExpression
          Base class for types that compare values.
 class ExpressionNode
           
 class NumericExpression
          Base class for numeric expressions.
 class SimpleNode
           
 


OGNL Project Page