Package | Description |
---|---|
org.apache.commons.ognl |
OGNL stands for Object-Graph Navigation Language; it is an expression language
for getting and setting properties of Java objects.
|
Modifier and Type | Field and Description |
---|---|
protected OgnlParser |
SimpleNode._parser |
Constructor and Description |
---|
ASTAnd(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) |
Copyright © 1997–2021 The Apache Software Foundation. All rights reserved.