|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VariableDeclaration
A representation of the model object 'Variable Declaration'.
The following features are supported:
JavaPackage.getVariableDeclaration()
Method Summary | |
---|---|
int |
getExtraArrayDimensions()
Returns the value of the 'Extra Array Dimensions' attribute. |
Expression |
getInitializer()
Returns the value of the 'Initializer' containment reference. |
|
getUsageInVariableAccess()
Returns the value of the 'Usage In Variable Access' reference list. |
void |
setExtraArrayDimensions(int value)
Sets the value of the ' Extra Array Dimensions ' attribute. |
void |
setInitializer(Expression value)
Sets the value of the ' Initializer ' containment reference. |
Methods inherited from interface org.eclipse.gmt.modisco.java.NamedElement |
---|
getName, getUsagesInImports, isProxy, setName, setProxy |
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode |
---|
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit |
Method Detail |
---|
int 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.getVariableDeclaration_ExtraArrayDimensions()
void setExtraArrayDimensions(int value)
Extra Array Dimensions
' attribute.
value
- the new value of the 'Extra Array Dimensions' attribute.getExtraArrayDimensions()
Expression getInitializer()
If the meaning of the 'Initializer' containment reference isn't clear, there really should be more of a description here...
setInitializer(Expression)
,
JavaPackage.getVariableDeclaration_Initializer()
void setInitializer(Expression value)
Initializer
' containment reference.
value
- the new value of the 'Initializer' containment reference.getInitializer()
getUsageInVariableAccess()
SingleVariableAccess
.
It is bidirectional and its opposite is 'Variable
'.
If the meaning of the 'Usage In Variable Access' reference list isn't clear, there really should be more of a description here...
JavaPackage.getVariableDeclaration_UsageInVariableAccess()
,
SingleVariableAccess.getVariable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |