public interface SingleVariableAccess extends Expression
The following features are supported:
JavaPackage.getSingleVariableAccess()| Modifier and Type | Method and Description |
|---|---|
Expression |
getQualifier()
Returns the value of the 'Qualifier' containment reference.
|
VariableDeclaration |
getVariable()
Returns the value of the 'Variable' reference.
|
void |
setQualifier(Expression value)
Sets the value of the '
Qualifier' containment reference. |
void |
setVariable(VariableDeclaration value)
Sets the value of the '
Variable' reference. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitVariableDeclaration getVariable()
Usage In Variable Access'.
If the meaning of the 'Variable' reference isn't clear, there really should be more of a description here...
setVariable(VariableDeclaration),
JavaPackage.getSingleVariableAccess_Variable(),
VariableDeclaration.getUsageInVariableAccess()void setVariable(VariableDeclaration value)
Variable' reference.
value - the new value of the 'Variable' reference.getVariable()Expression getQualifier()
If the meaning of the 'Qualifier' containment reference isn't clear, there really should be more of a description here...
setQualifier(Expression),
JavaPackage.getSingleVariableAccess_Qualifier()void setQualifier(Expression value)
Qualifier' containment reference.
value - the new value of the 'Qualifier' containment reference.getQualifier()