org.apache.commons.jexl3.parser
Class ASTMapLiteral

java.lang.Object
  extended by org.apache.commons.jexl3.parser.SimpleNode
      extended by org.apache.commons.jexl3.parser.JexlNode
          extended by org.apache.commons.jexl3.parser.ASTMapLiteral
All Implemented Interfaces:
Node

public final class ASTMapLiteral
extends JexlNode


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.commons.jexl3.parser.JexlNode
JexlNode.Constant<T>
 
Field Summary
 
Fields inherited from class org.apache.commons.jexl3.parser.SimpleNode
id
 
Method Summary
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()
           
 
Methods inherited from class org.apache.commons.jexl3.parser.JexlNode
clearCache, isConstant, isLeftValue, jexlInfo, jjtSetFirstToken, jjtSetLastToken
 
Methods inherited from class org.apache.commons.jexl3.parser.SimpleNode
childrenAccept, dump, jjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class SimpleNode

isConstant

protected boolean isConstant(boolean literal)
Overrides:
isConstant in class JexlNode

jjtClose

public void jjtClose()
Description copied from interface: Node
This method is called after all the child nodes have been added.

Specified by:
jjtClose in interface Node
Overrides:
jjtClose in class SimpleNode

jjtAccept

public Object jjtAccept(ParserVisitor visitor,
                        Object data)
Description copied from class: SimpleNode
Accept the visitor.

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode
Parameters:
visitor - the visitor
data - contextual data
Returns:
result of visit


Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.