public final class AOperation extends POperation
| Constructor and Description |
|---|
AOperation() |
AOperation(TName _name_,
TLParen _lParen_,
PVariableDeclarationList _parameters_,
TRParen _rParen_,
PTypeDeclaration _returnTypeDeclaration_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
Object |
clone() |
TLParen |
getLParen() |
TName |
getName() |
PVariableDeclarationList |
getParameters() |
PTypeDeclaration |
getReturnTypeDeclaration() |
TRParen |
getRParen() |
(package private) void |
removeChild(Node child) |
(package private) void |
replaceChild(Node oldChild,
Node newChild) |
void |
setLParen(TLParen node) |
void |
setName(TName node) |
void |
setParameters(PVariableDeclarationList node) |
void |
setReturnTypeDeclaration(PTypeDeclaration node) |
void |
setRParen(TRParen node) |
String |
toString() |
public AOperation()
public AOperation(TName _name_, TLParen _lParen_, PVariableDeclarationList _parameters_, TRParen _rParen_, PTypeDeclaration _returnTypeDeclaration_)
public PVariableDeclarationList getParameters()
public void setParameters(PVariableDeclarationList node)
public PTypeDeclaration getReturnTypeDeclaration()
public void setReturnTypeDeclaration(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.