org.apache.commons.jexl2.parser
Class ASTMapLiteral

java.lang.Object
  extended by org.apache.commons.jexl2.parser.SimpleNode
      extended by org.apache.commons.jexl2.parser.JexlNode
          extended by org.apache.commons.jexl2.parser.ASTMapLiteral
All Implemented Interfaces:
JexlInfo, JexlNode.Literal<java.lang.Object>, org.apache.commons.jexl2.parser.Node

public final class ASTMapLiteral
extends JexlNode
implements JexlNode.Literal<java.lang.Object>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.commons.jexl2.parser.JexlNode
JexlNode.Literal<T>
 
Field Summary
 
Fields inherited from class org.apache.commons.jexl2.parser.JexlNode
image
 
Fields inherited from class org.apache.commons.jexl2.parser.SimpleNode
children, id, parent, value
 
Method Summary
 java.lang.Object getLiteral()
          Gets the literal value.
 java.lang.Object jjtAccept(org.apache.commons.jexl2.parser.ParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 void jjtClose()
          
 void setLiteral(java.lang.Object literal)
          Sets the literal value only if the descendants of this node compose a constant
 
Methods inherited from class org.apache.commons.jexl2.parser.JexlNode
debugInfo, debugString, isConstant, isConstant
 
Methods inherited from class org.apache.commons.jexl2.parser.SimpleNode
childrenAccept, dump, jjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

jjtClose

public void jjtClose()

Specified by:
jjtClose in interface org.apache.commons.jexl2.parser.Node
Overrides:
jjtClose in class SimpleNode

getLiteral

public java.lang.Object getLiteral()
Gets the literal value.

Specified by:
getLiteral in interface JexlNode.Literal<java.lang.Object>
Returns:
the array literal

setLiteral

public void setLiteral(java.lang.Object literal)
Sets the literal value only if the descendants of this node compose a constant

Parameters:
literal - the literal array value
Throws:
java.lang.IllegalArgumentException - if literal is not an array or null

jjtAccept

public java.lang.Object jjtAccept(org.apache.commons.jexl2.parser.ParserVisitor visitor,
                                  java.lang.Object data)
Accept the visitor.

Specified by:
jjtAccept in interface org.apache.commons.jexl2.parser.Node
Overrides:
jjtAccept in class SimpleNode
Parameters:
visitor - the visitor
data - contextual data
Returns:
result of visit


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.