JexlNode.Constant<T>
id
Modifier and Type | Method and Description |
---|---|
Object |
getIdentifier() |
String |
getName() |
Object |
jjtAccept(ParserVisitor visitor,
Object data)
Accept the visitor.
|
String |
toString() |
clearCache, isConstant, isConstant, isLeftValue, jexlInfo, jjtSetFirstToken, jjtSetLastToken
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString
public Object getIdentifier()
public String getName()
public Object jjtAccept(ParserVisitor visitor, Object data)
SimpleNode
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
visitor
- the visitordata
- contextual datapublic String toString()
toString
in class SimpleNode
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.