public final class AVariableDeclarationLetExpSub extends PLetExpSub
| Constructor and Description |
|---|
AVariableDeclarationLetExpSub() |
AVariableDeclarationLetExpSub(TComma _comma_,
PLetVariableDeclaration _letVariableDeclaration_,
PLetExpSub _letExpSub_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
Object |
clone() |
TComma |
getComma() |
PLetExpSub |
getLetExpSub() |
PLetVariableDeclaration |
getLetVariableDeclaration() |
(package private) void |
removeChild(Node child) |
(package private) void |
replaceChild(Node oldChild,
Node newChild) |
void |
setComma(TComma node) |
void |
setLetExpSub(PLetExpSub node) |
void |
setLetVariableDeclaration(PLetVariableDeclaration node) |
String |
toString() |
public AVariableDeclarationLetExpSub()
public AVariableDeclarationLetExpSub(TComma _comma_, PLetVariableDeclaration _letVariableDeclaration_, PLetExpSub _letExpSub_)
public PLetVariableDeclaration getLetVariableDeclaration()
public void setLetVariableDeclaration(PLetVariableDeclaration node)
public PLetExpSub getLetExpSub()
public void setLetExpSub(PLetExpSub node)
void removeChild(Node child)
removeChild in class Nodevoid replaceChild(Node oldChild, Node newChild)
replaceChild in class NodeCopyright © 2003–2014 AndroMDA.org. All rights reserved.