public final class ALetExpression extends PExpression
| Constructor and Description |
|---|
ALetExpression() |
ALetExpression(List _letExp_) |
ALetExpression(XPLetExp _letExp_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
Object |
clone() |
LinkedList |
getLetExp() |
(package private) void |
removeChild(Node child) |
(package private) void |
replaceChild(Node oldChild,
Node newChild) |
void |
setLetExp(List list) |
String |
toString() |
public ALetExpression()
public ALetExpression(List _letExp_)
public ALetExpression(XPLetExp _letExp_)
public LinkedList getLetExp()
void removeChild(Node child)
removeChild in class Nodevoid replaceChild(Node oldChild, Node newChild)
replaceChild in class NodeCopyright © 2003–2014 AndroMDA.org. All rights reserved.