public interface VariableDeclaration extends Instruction
The following features are supported:
GremlinPackage.getVariableDeclaration()| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the value of the 'Name' attribute.
|
TypeDeclaration |
getType()
Returns the value of the 'Type' containment reference.
|
Instruction |
getValue()
Returns the value of the 'Value' containment reference.
|
boolean |
isFinal()
Returns the value of the 'Final' attribute.
|
void |
setFinal(boolean value)
Sets the value of the '
Final' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setType(TypeDeclaration value)
Sets the value of the '
Type' containment reference. |
void |
setValue(Instruction value)
Sets the value of the '
Value' containment reference. |
String |
toString() |
String getName()
setName(String),
GremlinPackage.getVariableDeclaration_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()Instruction getValue()
setValue(Instruction),
GremlinPackage.getVariableDeclaration_Value()void setValue(Instruction value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()TypeDeclaration getType()
setType(TypeDeclaration),
GremlinPackage.getVariableDeclaration_Type()void setType(TypeDeclaration value)
Type' containment reference.
value - the new value of the 'Type' containment reference.getType()boolean isFinal()
setFinal(boolean),
GremlinPackage.getVariableDeclaration_Final()void setFinal(boolean value)
Final' attribute.
value - the new value of the 'Final' attribute.isFinal()Copyright © 2018–2019 Atlanmod. All rights reserved.