public interface VariableDeclarationStatement extends Statement, AbstractVariablesContainer
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Annotation> |
getAnnotations()
Returns the value of the 'Annotations' containment reference list.
|
int |
getExtraArrayDimensions()
Returns the value of the 'Extra Array Dimensions' attribute.
|
Modifier |
getModifier()
Returns the value of the 'Modifier' containment reference.
|
void |
setExtraArrayDimensions(int value)
Sets the value of the '
Extra Array Dimensions' attribute. |
void |
setModifier(Modifier value)
Sets the value of the '
Modifier' containment reference. |
getFragments, getType, setTypegetComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitint getExtraArrayDimensions()
setExtraArrayDimensions(int),
JavaPackage.getVariableDeclarationStatement_ExtraArrayDimensions()void setExtraArrayDimensions(int value)
Extra Array Dimensions' attribute.
value - the new value of the 'Extra Array Dimensions' attribute.getExtraArrayDimensions()Modifier getModifier()
Variable Declaration Statement'.
setModifier(Modifier),
JavaPackage.getVariableDeclarationStatement_Modifier(),
Modifier.getVariableDeclarationStatement()void setModifier(Modifier value)
Modifier' containment reference.
value - the new value of the 'Modifier' containment reference.getModifier()org.eclipse.emf.common.util.EList<Annotation> getAnnotations()
Annotation.
JavaPackage.getVariableDeclarationStatement_Annotations()Copyright © 2018–2020 Atlanmod. All rights reserved.