public final class AOperationContextDeclaration extends PContextDeclaration
| Constructor and Description |
|---|
AOperationContextDeclaration() |
AOperationContextDeclaration(TContext _context_,
TName _name_,
List _pathNameTail_,
TScopeOperator _scopeOperator_,
POperation _operation_,
List _operationExpressionBody_) |
AOperationContextDeclaration(TContext _context_,
TName _name_,
XPPathNameTail _pathNameTail_,
TScopeOperator _scopeOperator_,
POperation _operation_,
XPOperationExpressionBody _operationExpressionBody_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
Object |
clone() |
TContext |
getContext() |
TName |
getName() |
POperation |
getOperation() |
LinkedList |
getOperationExpressionBody() |
LinkedList |
getPathNameTail() |
TScopeOperator |
getScopeOperator() |
(package private) void |
removeChild(Node child) |
(package private) void |
replaceChild(Node oldChild,
Node newChild) |
void |
setContext(TContext node) |
void |
setName(TName node) |
void |
setOperation(POperation node) |
void |
setOperationExpressionBody(List list) |
void |
setPathNameTail(List list) |
void |
setScopeOperator(TScopeOperator node) |
String |
toString() |
public AOperationContextDeclaration()
public AOperationContextDeclaration(TContext _context_, TName _name_, List _pathNameTail_, TScopeOperator _scopeOperator_, POperation _operation_, List _operationExpressionBody_)
public AOperationContextDeclaration(TContext _context_, TName _name_, XPPathNameTail _pathNameTail_, TScopeOperator _scopeOperator_, POperation _operation_, XPOperationExpressionBody _operationExpressionBody_)
public TContext getContext()
public void setContext(TContext node)
public LinkedList getPathNameTail()
public void setPathNameTail(List list)
public TScopeOperator getScopeOperator()
public void setScopeOperator(TScopeOperator node)
public POperation getOperation()
public void setOperation(POperation node)
public LinkedList getOperationExpressionBody()
public void setOperationExpressionBody(List list)
void removeChild(Node child)
removeChild in class Nodevoid replaceChild(Node oldChild, Node newChild)
replaceChild in class NodeCopyright © 2003–2014 AndroMDA.org. All rights reserved.