public interface MethodDeclaration extends Instruction
The following features are supported:
GremlinPackage.getMethodDeclaration()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Instruction> |
getInstructions()
Returns the value of the 'Instructions' containment reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<String> |
getParameters()
Returns the value of the 'Parameters' attribute list.
|
void |
setName(String value)
Sets the value of the '
Name' attribute. |
String |
toString() |
String getName()
setName(String),
GremlinPackage.getMethodDeclaration_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()org.eclipse.emf.common.util.EList<String> getParameters()
String.
GremlinPackage.getMethodDeclaration_Parameters()org.eclipse.emf.common.util.EList<Instruction> getInstructions()
Instruction.
GremlinPackage.getMethodDeclaration_Instructions()Copyright © 2018–2019 Atlanmod. All rights reserved.