public final class AVariableDeclaration extends PVariableDeclaration
| Constructor and Description |
|---|
AVariableDeclaration() |
AVariableDeclaration(TName _name_,
PTypeDeclaration _typeDeclaration_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
Object |
clone() |
TName |
getName() |
PTypeDeclaration |
getTypeDeclaration() |
(package private) void |
removeChild(Node child) |
(package private) void |
replaceChild(Node oldChild,
Node newChild) |
void |
setName(TName node) |
void |
setTypeDeclaration(PTypeDeclaration node) |
String |
toString() |
public AVariableDeclaration()
public AVariableDeclaration(TName _name_, PTypeDeclaration _typeDeclaration_)
public PTypeDeclaration getTypeDeclaration()
public void setTypeDeclaration(PTypeDeclaration 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.