public final class AFromList extends PFromList
| Constructor and Description |
|---|
AFromList() |
AFromList(PIdentificationVariableDeclaration _identificationVariableDeclaration_,
TComma _comma_,
PFromList _fromList_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
Object |
clone() |
TComma |
getComma() |
PFromList |
getFromList() |
PIdentificationVariableDeclaration |
getIdentificationVariableDeclaration() |
void |
setComma(TComma node) |
void |
setFromList(PFromList node) |
void |
setIdentificationVariableDeclaration(PIdentificationVariableDeclaration node) |
String |
toString() |
public AFromList()
public AFromList(PIdentificationVariableDeclaration _identificationVariableDeclaration_, TComma _comma_, PFromList _fromList_)
public void apply(Switch sw)
public PIdentificationVariableDeclaration getIdentificationVariableDeclaration()
public void setIdentificationVariableDeclaration(PIdentificationVariableDeclaration node)
public TComma getComma()
public void setComma(TComma node)
public PFromList getFromList()
public void setFromList(PFromList node)
Copyright © 2004–2014 XWiki. All rights reserved.