| Modifier and Type | Interface and Description |
|---|---|
interface |
EnumConstantDeclaration
A representation of the model object 'Enum Constant Declaration'.
|
interface |
SingleVariableDeclaration
A representation of the model object 'Single Variable Declaration'.
|
interface |
UnresolvedSingleVariableDeclaration
A representation of the model object 'Unresolved Single Variable Declaration'.
|
interface |
UnresolvedVariableDeclarationFragment
A representation of the model object 'Unresolved Variable Declaration Fragment'.
|
interface |
VariableDeclarationFragment
A representation of the model object 'Variable Declaration Fragment'.
|
| Modifier and Type | Method and Description |
|---|---|
VariableDeclaration |
SingleVariableAccess.getVariable()
Returns the value of the 'Variable' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SingleVariableAccess.setVariable(VariableDeclaration value)
Sets the value of the '
Variable' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.caseVariableDeclaration(VariableDeclaration object)
Returns the result of interpreting the object as an instance of 'Variable Declaration'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.caseVariableDeclaration(VariableDeclaration object)
Returns the result of interpreting the object as an instance of 'Variable Declaration'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.caseVariableDeclaration(VariableDeclaration object)
Returns the result of interpreting the object as an instance of 'Variable Declaration'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.caseVariableDeclaration(VariableDeclaration object)
Returns the result of interpreting the object as an instance of 'Variable Declaration'.
|