com.bluemarsh.jswat.parser.java.node
Class AArgumentListArgumentList

java.lang.Object
  |
  +--com.bluemarsh.jswat.parser.java.node.Node
        |
        +--com.bluemarsh.jswat.parser.java.node.PArgumentList
              |
              +--com.bluemarsh.jswat.parser.java.node.AArgumentListArgumentList
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class AArgumentListArgumentList
extends PArgumentList


Constructor Summary
AArgumentListArgumentList()
           
AArgumentListArgumentList(PArgumentList _argumentList_, TComma _comma_, PExpression _expression_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PArgumentList getArgumentList()
           
 TComma getComma()
           
 PExpression getExpression()
           
 void setArgumentList(PArgumentList node)
           
 void setComma(TComma node)
           
 void setExpression(PExpression node)
           
 java.lang.String toString()
           
 
Methods inherited from class com.bluemarsh.jswat.parser.java.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AArgumentListArgumentList

public AArgumentListArgumentList()

AArgumentListArgumentList

public AArgumentListArgumentList(PArgumentList _argumentList_,
                                 TComma _comma_,
                                 PExpression _expression_)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class Node

apply

public void apply(Switch sw)

getArgumentList

public PArgumentList getArgumentList()

setArgumentList

public void setArgumentList(PArgumentList node)

getComma

public TComma getComma()

setComma

public void setComma(TComma node)

getExpression

public PExpression getExpression()

setExpression

public void setExpression(PExpression node)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object