public final class AIfExpression extends PIfExpression
| Constructor and Description |
|---|
AIfExpression() |
AIfExpression(TIf _if_,
PExpression _ifBranch_,
TThen _then_,
PExpression _thenBranch_,
TElse _else_,
PExpression _elseBranch_,
TEndif _endif_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
Object |
clone() |
TElse |
getElse() |
PExpression |
getElseBranch() |
TEndif |
getEndif() |
TIf |
getIf() |
PExpression |
getIfBranch() |
TThen |
getThen() |
PExpression |
getThenBranch() |
(package private) void |
removeChild(Node child) |
(package private) void |
replaceChild(Node oldChild,
Node newChild) |
void |
setElse(TElse node) |
void |
setElseBranch(PExpression node) |
void |
setEndif(TEndif node) |
void |
setIf(TIf node) |
void |
setIfBranch(PExpression node) |
void |
setThen(TThen node) |
void |
setThenBranch(PExpression node) |
String |
toString() |
public AIfExpression()
public AIfExpression(TIf _if_, PExpression _ifBranch_, TThen _then_, PExpression _thenBranch_, TElse _else_, PExpression _elseBranch_, TEndif _endif_)
public PExpression getIfBranch()
public void setIfBranch(PExpression node)
public PExpression getThenBranch()
public void setThenBranch(PExpression node)
public PExpression getElseBranch()
public void setElseBranch(PExpression 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.