public final class AAttributeOrAssociationContextDeclaration extends PContextDeclaration
| Constructor and Description |
|---|
AAttributeOrAssociationContextDeclaration() |
AAttributeOrAssociationContextDeclaration(TContext _context_,
TName _name_,
List _pathNameTail_,
TScopeOperator _scopeOperator_,
List _attributeOrAssociationExpressionBody_) |
AAttributeOrAssociationContextDeclaration(TContext _context_,
TName _name_,
XPPathNameTail _pathNameTail_,
TScopeOperator _scopeOperator_,
XPAttributeOrAssociationExpressionBody _attributeOrAssociationExpressionBody_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
Object |
clone() |
LinkedList |
getAttributeOrAssociationExpressionBody() |
TContext |
getContext() |
TName |
getName() |
LinkedList |
getPathNameTail() |
TScopeOperator |
getScopeOperator() |
(package private) void |
removeChild(Node child) |
(package private) void |
replaceChild(Node oldChild,
Node newChild) |
void |
setAttributeOrAssociationExpressionBody(List list) |
void |
setContext(TContext node) |
void |
setName(TName node) |
void |
setPathNameTail(List list) |
void |
setScopeOperator(TScopeOperator node) |
String |
toString() |
public AAttributeOrAssociationContextDeclaration()
public AAttributeOrAssociationContextDeclaration(TContext _context_, TName _name_, List _pathNameTail_, TScopeOperator _scopeOperator_, List _attributeOrAssociationExpressionBody_)
public AAttributeOrAssociationContextDeclaration(TContext _context_, TName _name_, XPPathNameTail _pathNameTail_, TScopeOperator _scopeOperator_, XPAttributeOrAssociationExpressionBody _attributeOrAssociationExpressionBody_)
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 LinkedList getAttributeOrAssociationExpressionBody()
public void setAttributeOrAssociationExpressionBody(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.