|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.ocltf.concretesyntax.impl.OperationDeclarationCSImpl
An implementation of the ocl OperationDeclaration facade.
OperationCS| Constructor Summary | |
OperationDeclarationCSImpl(java.lang.String name,
java.lang.String returnType,
VariableDeclarationCS[] parameters)
Constructs a new OperationDeclarationCSImpl |
|
| Method Summary | |
java.lang.String |
getName()
The declared operation name |
VariableDeclarationCS[] |
getParameters()
Returns a VariableDeclaration array representing the arguments of the operation. |
java.lang.String |
getReturnType()
The declared return type. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public OperationDeclarationCSImpl(java.lang.String name,
java.lang.String returnType,
VariableDeclarationCS[] parameters)
name - the name of the OperationCSreturnType - the returnType of the operationparameters - the parameters of the operation.| Method Detail |
public java.lang.String getName()
OperationCS
getName in interface OperationCSOperationCS.getName()public java.lang.String getReturnType()
OperationCS
getReturnType in interface OperationCSOperationCS.getReturnType()public VariableDeclarationCS[] getParameters()
OperationCS
getParameters in interface OperationCSOperationCS.getParameters()public java.lang.String toString()
Object.toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||