JexlInfo, JexlNode.Literal<java.lang.Object>, Nodepublic final class ASTMapLiteral extends JexlNode implements JexlNode.Literal<java.lang.Object>
JexlNode.Literal<T>children, id, parent, value| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
getLiteral() |
Gets the literal value.
|
java.lang.Object |
jjtAccept(ParserVisitor visitor,
java.lang.Object data) |
Accept the visitor.
|
void |
jjtClose() |
This method is called after all the child nodes have been
added.
|
void |
setLiteral(java.lang.Object literal) |
Sets the literal value only if the descendants of this node compose a constant
|
debugInfo, debugString, isConstant, isConstantclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchildrenAccept, dump, getId, jjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toStringpublic void jjtClose()
jjtClose in interface NodejjtClose in class SimpleNodepublic java.lang.Object getLiteral()
getLiteral in interface JexlNode.Literal<java.lang.Object>public void setLiteral(java.lang.Object literal)
literal - the literal array valuejava.lang.IllegalArgumentException - if literal is not an array or nullpublic java.lang.Object jjtAccept(ParserVisitor visitor, java.lang.Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodevisitor - the visitordata - contextual data