|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.jexl.parser.SimpleNode
org.apache.commons.jexl.parser.ASTNullLiteral
Fill in the blanks for how this is to work
| Field Summary |
| Fields inherited from class org.apache.commons.jexl.parser.SimpleNode |
children, id, parent, parser |
| Constructor Summary | |
ASTNullLiteral(int id)
|
|
ASTNullLiteral(Parser p,
int id)
|
|
| Method Summary | |
java.lang.Object |
jjtAccept(ParserVisitor visitor,
java.lang.Object data)
Accept the visitor. |
java.lang.Object |
value(JexlContext context)
Returns the value of the node. |
| Methods inherited from class org.apache.commons.jexl.parser.SimpleNode |
childrenAccept, dump, execute, interpret, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setValue, toString, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ASTNullLiteral(int id)
public ASTNullLiteral(Parser p,
int id)
| Method Detail |
public java.lang.Object jjtAccept(ParserVisitor visitor,
java.lang.Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodepublic java.lang.Object value(JexlContext context)
SimpleNode
value in class SimpleNode
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||