public interface VariableDeclarationComponent
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
VariableName |
getName()
Returns the value of the 'Name' containment reference.
|
org.eclipse.xtext.xbase.XExpression |
getVarInitBlock()
Returns the value of the 'Var Init Block' containment reference.
|
void |
setName(VariableName value)
Sets the value of the '
Name ' containment reference. |
void |
setVarInitBlock(org.eclipse.xtext.xbase.XExpression value)
Sets the value of the '
Var Init Block ' containment reference. |
VariableName getName()
setName(VariableName)
,
BlangDslPackage.getVariableDeclarationComponent_Name()
void setName(VariableName value)
Name
' containment reference.
value
- the new value of the 'Name' containment reference.getName()
org.eclipse.xtext.xbase.XExpression getVarInitBlock()
setVarInitBlock(XExpression)
,
BlangDslPackage.getVariableDeclarationComponent_VarInitBlock()
void setVarInitBlock(org.eclipse.xtext.xbase.XExpression value)
Var Init Block
' containment reference.
value
- the new value of the 'Var Init Block' containment reference.getVarInitBlock()