JexlNode.Constant<T>id| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isConstant(boolean literal) |
Object |
jjtAccept(ParserVisitor visitor,
Object data)
Accept the visitor.
|
void |
jjtClose()
This method is called after all the child nodes have been
added.
|
String |
toString() |
clearCache, isConstant, isLeftValue, jexlInfo, jjtSetFirstToken, jjtSetLastTokenchildrenAccept, dump, jjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toStringpublic String toString()
toString in class SimpleNodeprotected boolean isConstant(boolean literal)
isConstant in class JexlNodepublic void jjtClose()
jjtClose in interface NodejjtClose in class SimpleNodepublic Object jjtAccept(ParserVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodevisitor - the visitordata - contextual dataCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.