Uses of Interface
org.apache.commons.ognl.JavaSource
-
Packages that use JavaSource Package Description org.apache.commons.ognl -
-
Uses of JavaSource in org.apache.commons.ognl
Subinterfaces of JavaSource in org.apache.commons.ognl Modifier and Type Interface Description interface
Node
JJTree interface for AST nodes, as modified to handle the OGNL operations getValue and setValue.Classes in org.apache.commons.ognl that implement JavaSource Modifier and Type Class Description class
ASTAnd
$Id$class
ASTChain
$Id$class
ASTConst
$Id$class
ASTCtor
$Id$class
ASTInstanceof
$Id$class
ASTList
$Id$class
ASTMethod
$Id$class
ASTOr
$Id$class
ASTProperty
$Id$class
ASTRootVarRef
$Id$class
ASTSequence
$Id$class
ASTStaticField
$Id$class
ASTStaticMethod
$Id$class
ASTThisVarRef
$Id$class
ASTVarRef
$Id$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
-