public final class AArgumentListArgumentList extends PArgumentList
| Constructor and Description |
|---|
AArgumentListArgumentList() |
AArgumentListArgumentList(PArgumentList _argumentList_,
TComma _comma_,
PExpression _expression_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
Object |
clone() |
PArgumentList |
getArgumentList() |
TComma |
getComma() |
PExpression |
getExpression() |
void |
setArgumentList(PArgumentList node) |
void |
setComma(TComma node) |
void |
setExpression(PExpression node) |
String |
toString() |
public AArgumentListArgumentList()
public AArgumentListArgumentList(PArgumentList _argumentList_, TComma _comma_, PExpression _expression_)
public void apply(Switch sw)
public PArgumentList getArgumentList()
public void setArgumentList(PArgumentList node)
public TComma getComma()
public void setComma(TComma node)
public PExpression getExpression()
public void setExpression(PExpression node)
Copyright © 2015 Java Data Mining Package. All rights reserved.