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, jjtSetLastToken
childrenAccept, dump, jjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString
public String toString()
toString
in class SimpleNode
protected boolean isConstant(boolean literal)
isConstant
in class JexlNode
public void jjtClose()
jjtClose
in interface Node
jjtClose
in class SimpleNode
public Object jjtAccept(ParserVisitor visitor, Object data)
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
visitor
- the visitordata
- contextual dataCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.