public final class ASTStringLiteral extends JexlNode implements JexlNode.Literal<java.lang.String>
JexlNode.Literal<T>children, id, parent, value| Constructor and Description |
|---|
ASTStringLiteral(int id) |
ASTStringLiteral(org.apache.commons.jexl2.parser.Parser p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLiteral()
Gets the literal value.
|
protected boolean |
isConstant(boolean literal) |
java.lang.Object |
jjtAccept(org.apache.commons.jexl2.parser.ParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
debugInfo, debugString, isConstantchildrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toStringpublic ASTStringLiteral(int id)
public ASTStringLiteral(org.apache.commons.jexl2.parser.Parser p,
int id)
public java.lang.String getLiteral()
getLiteral in interface JexlNode.Literal<java.lang.String>protected boolean isConstant(boolean literal)
isConstant in class JexlNodepublic java.lang.Object jjtAccept(org.apache.commons.jexl2.parser.ParserVisitor visitor,
java.lang.Object data)
jjtAccept in interface org.apache.commons.jexl2.parser.NodejjtAccept in class SimpleNodevisitor - the visitordata - contextual dataCopyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.