public interface VariableDeclaration
extends org.eclipse.emf.ecore.EObject
The following features are supported:
BlangDslPackage.getVariableDeclaration()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<org.eclipse.xtext.xbase.annotations.xAnnotations.XAnnotation> |
getAnnotations()
Returns the value of the 'Annotations' containment reference list.
|
org.eclipse.emf.common.util.EList<VariableDeclarationComponent> |
getComponents()
Returns the value of the 'Components' containment reference list.
|
org.eclipse.xtext.common.types.JvmTypeReference |
getType()
Returns the value of the 'Type' containment reference.
|
VariableType |
getVariableType()
Returns the value of the 'Variable Type' attribute.
|
void |
setType(org.eclipse.xtext.common.types.JvmTypeReference value)
Sets the value of the '
Type ' containment reference. |
void |
setVariableType(VariableType value)
Sets the value of the '
Variable Type ' attribute. |
org.eclipse.emf.common.util.EList<org.eclipse.xtext.xbase.annotations.xAnnotations.XAnnotation> getAnnotations()
XAnnotation
.
If the meaning of the 'Annotations' containment reference list isn't clear, there really should be more of a description here...
BlangDslPackage.getVariableDeclaration_Annotations()
VariableType getVariableType()
VariableType
.
If the meaning of the 'Variable Type' attribute isn't clear, there really should be more of a description here...
VariableType
,
setVariableType(VariableType)
,
BlangDslPackage.getVariableDeclaration_VariableType()
void setVariableType(VariableType value)
Variable Type
' attribute.
value
- the new value of the 'Variable Type' attribute.VariableType
,
getVariableType()
org.eclipse.xtext.common.types.JvmTypeReference getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(JvmTypeReference)
,
BlangDslPackage.getVariableDeclaration_Type()
void setType(org.eclipse.xtext.common.types.JvmTypeReference value)
Type
' containment reference.
value
- the new value of the 'Type' containment reference.getType()
org.eclipse.emf.common.util.EList<VariableDeclarationComponent> getComponents()
VariableDeclarationComponent
.
If the meaning of the 'Components' containment reference list isn't clear, there really should be more of a description here...
BlangDslPackage.getVariableDeclaration_Components()