public interface FieldAccess extends Expression
The following features are supported:
JavaPackage.getFieldAccess()| Modifier and Type | Method and Description |
|---|---|
Expression |
getExpression()
Returns the value of the 'Expression' containment reference.
|
SingleVariableAccess |
getField()
Returns the value of the 'Field' containment reference.
|
void |
setExpression(Expression value)
Sets the value of the '
Expression' containment reference. |
void |
setField(SingleVariableAccess value)
Sets the value of the '
Field' containment reference. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitSingleVariableAccess getField()
If the meaning of the 'Field' containment reference isn't clear, there really should be more of a description here...
setField(SingleVariableAccess),
JavaPackage.getFieldAccess_Field()void setField(SingleVariableAccess value)
Field' containment reference.
value - the new value of the 'Field' containment reference.getField()Expression getExpression()
If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...
setExpression(Expression),
JavaPackage.getFieldAccess_Expression()void setExpression(Expression value)
Expression' containment reference.
value - the new value of the 'Expression' containment reference.getExpression()