org.apache.commons.jexl3.parser
Class ASTSetAddNode

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.ASTSetAddNode
All Implemented Interfaces:
Node

public class ASTSetAddNode
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
 
Constructor Summary
ASTSetAddNode(int id)
           
ASTSetAddNode(Parser p, int id)
           
 
Method Summary
 Object jjtAccept(ParserVisitor visitor, Object data)
          Accept the visitor.
 
Methods inherited from class org.apache.commons.jexl3.parser.JexlNode
clearCache, isConstant, isConstant, isLeftValue, jexlInfo, jjtSetFirstToken, jjtSetLastToken
 
Methods inherited from class org.apache.commons.jexl3.parser.SimpleNode
childrenAccept, dump, jjtAddChild, jjtClose, 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
 

Constructor Detail

ASTSetAddNode

public ASTSetAddNode(int id)

ASTSetAddNode

public ASTSetAddNode(Parser p,
                     int id)
Method Detail

jjtAccept

public Object jjtAccept(ParserVisitor visitor,
                        Object data)
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.