Uses of Class
ognl.OgnlParser
Packages that use OgnlParser
Package
Description
OGNL stands for Object-Graph Navigation Language; it is an expression language
for getting and setting properties of Java objects.
-
Uses of OgnlParser in ognl
Fields in ognl declared as OgnlParserConstructors in ognl with parameters of type OgnlParserModifierConstructorDescriptionASTAnd
(OgnlParser p, int id) ASTChain
(OgnlParser p, int id) ASTConst
(OgnlParser p, int id) ASTCtor
(OgnlParser p, int id) ASTInstanceof
(OgnlParser p, int id) ASTList
(OgnlParser p, int id) ASTMethod
(OgnlParser p, int id) ASTOr
(OgnlParser p, int id) ASTRootVarRef
(OgnlParser p, int id) ASTSequence
(OgnlParser p, int id) ASTStaticField
(OgnlParser p, int id) ASTStaticMethod
(OgnlParser p, int id) ASTThisVarRef
(OgnlParser p, int id) ASTVarRef
(OgnlParser p, int id) BooleanExpression
(OgnlParser p, int id) ComparisonExpression
(OgnlParser p, int id) ExpressionNode
(OgnlParser p, int i) NumericExpression
(OgnlParser p, int id) SimpleNode
(OgnlParser p, int i)