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
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AArgumentListArgumentList
public AArgumentListArgumentList()
AArgumentListArgumentList
public AArgumentListArgumentList(PArgumentList _argumentList_,
TComma _comma_,
PExpression _expression_)
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