public final class AComputationOperation extends POperation
Constructor and Description |
---|
AComputationOperation() |
AComputationOperation(TIdentifierLiteral _name_,
java.util.List<POperationAttribute> _attributes_,
PSubstitution _body_) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
java.util.LinkedList<POperationAttribute> |
getAttributes() |
PSubstitution |
getBody() |
TIdentifierLiteral |
getName() |
void |
setAttributes(java.util.List<POperationAttribute> list) |
void |
setBody(PSubstitution node) |
void |
setName(TIdentifierLiteral node) |
java.lang.String |
toString() |
cloneList, cloneNode, parent, replaceBy, toString, toString
getEndPos, getStartPos, setEndPos, setStartPos
public AComputationOperation()
public AComputationOperation(TIdentifierLiteral _name_, java.util.List<POperationAttribute> _attributes_, PSubstitution _body_)
public void apply(Switch sw)
public TIdentifierLiteral getName()
public void setName(TIdentifierLiteral node)
public java.util.LinkedList<POperationAttribute> getAttributes()
public void setAttributes(java.util.List<POperationAttribute> list)
public PSubstitution getBody()
public void setBody(PSubstitution node)
public java.lang.String toString()
toString
in class java.lang.Object