public final class ADeriveInitialOrDerivedValue extends PInitialOrDerivedValue
| Constructor and Description |
|---|
ADeriveInitialOrDerivedValue() |
ADeriveInitialOrDerivedValue(TDerive _derive_,
TColon _colon_,
PExpression _expression_,
PInitialOrDerivedValue _initialOrDerivedValue_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
Object |
clone() |
TColon |
getColon() |
TDerive |
getDerive() |
PExpression |
getExpression() |
PInitialOrDerivedValue |
getInitialOrDerivedValue() |
(package private) void |
removeChild(Node child) |
(package private) void |
replaceChild(Node oldChild,
Node newChild) |
void |
setColon(TColon node) |
void |
setDerive(TDerive node) |
void |
setExpression(PExpression node) |
void |
setInitialOrDerivedValue(PInitialOrDerivedValue node) |
String |
toString() |
public ADeriveInitialOrDerivedValue()
public ADeriveInitialOrDerivedValue(TDerive _derive_, TColon _colon_, PExpression _expression_, PInitialOrDerivedValue _initialOrDerivedValue_)
public PExpression getExpression()
public void setExpression(PExpression node)
public PInitialOrDerivedValue getInitialOrDerivedValue()
public void setInitialOrDerivedValue(PInitialOrDerivedValue 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.