com.jeffpalm.javaparser
Class ASTArgumentList

java.lang.Object
  extended by com.jeffpalm.javaparser.SimpleNode
      extended by com.jeffpalm.javaparser.ASTArgumentList
All Implemented Interfaces:
Node

public class ASTArgumentList
extends SimpleNode

Description of the Class

Since:
jRefactory 2.9.0, created October 16, 2003
Author:
Mike Atkinson

Field Summary
 
Fields inherited from class com.jeffpalm.javaparser.SimpleNode
children, id, parent, parser, specials
 
Constructor Summary
ASTArgumentList(int identifier)
          Constructor for the ASTArgumentList node.
ASTArgumentList(JavaParser parser, int identifier)
          Constructor for the ASTArgumentList node.
 
Method Summary
 java.lang.Object jjtAccept(JavaParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 
Methods inherited from class com.jeffpalm.javaparser.SimpleNode
addSpecial, childrenAccept, dump, dumpString, findChildrenOfType, findChildrenOfType, findChildrenOfType, getBeginColumn, getBeginLine, getEndColumn, getEndLine, getImage, getName, getScope, getSpecial, hasAnyChildren, init, isRequired, jjtAddChild, jjtAddFirstChild, jjtClose, jjtDeleteChild, jjtGetChild, jjtGetFirstChild, jjtGetID, jjtGetNumChildren, jjtGetParent, jjtInsertChild, jjtOpen, jjtSetParent, printModifiers, removeSpecial, setLineAndColumnInfo, setScope, testingOnly__setBeginColumn, testingOnly__setBeginLine, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTArgumentList

public ASTArgumentList(int identifier)
Constructor for the ASTArgumentList node.

Parameters:
identifier - Description of Parameter

ASTArgumentList

public ASTArgumentList(JavaParser parser,
                       int identifier)
Constructor for the ASTArgumentList node.

Parameters:
p - Description of Parameter
identifier - Description of Parameter
Method Detail

jjtAccept

public java.lang.Object jjtAccept(JavaParserVisitor visitor,
                                  java.lang.Object data)
Accept the visitor. *

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode
Parameters:
visitor - Description of Parameter
data - Description of Parameter
Returns:
Description of the Returned Value