public final class AMultiNameList extends PNameList
| Constructor and Description |
|---|
AMultiNameList() |
AMultiNameList(PName _name_,
TComma _comma_,
PNameList _nameList_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
TComma |
getComma() |
PName |
getName() |
PNameList |
getNameList() |
void |
setComma(TComma node) |
void |
setName(PName node) |
void |
setNameList(PNameList node) |
java.lang.String |
toString() |
public void apply(Switch sw)
public PName getName()
public void setName(PName node)
public TComma getComma()
public void setComma(TComma node)
public PNameList getNameList()
public void setNameList(PNameList node)
public java.lang.String toString()
toString in class java.lang.Object