public interface VariableDeclarationStatement extends Statement, AbstractVariablesContainer
The following features are supported:
JavaPackage.getVariableDeclarationStatement()| Modifier and Type | Method and Description |
|---|---|
|
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()
If the meaning of the 'Extra Array Dimensions' attribute isn't clear, there really should be more of a description here...
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'.
If the meaning of the 'Modifier' containment reference isn't clear, there really should be more of a description here...
setModifier(Modifier),
JavaPackage.getVariableDeclarationStatement_Modifier(),
Modifier.getVariableDeclarationStatement()void setModifier(Modifier value)
Modifier' containment reference.
value - the new value of the 'Modifier' containment reference.getModifier()getAnnotations()
Annotation.
If the meaning of the 'Annotations' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getVariableDeclarationStatement_Annotations()