public interface CastExpression extends Expression
The following features are supported:
JavaPackage.getCastExpression()| Modifier and Type | Method and Description |
|---|---|
Expression |
getExpression()
Returns the value of the 'Expression' containment reference.
|
TypeAccess |
getType()
Returns the value of the 'Type' containment reference.
|
void |
setExpression(Expression value)
Sets the value of the '
Expression' containment reference. |
void |
setType(TypeAccess value)
Sets the value of the '
Type' containment reference. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitExpression getExpression()
If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...
setExpression(Expression),
JavaPackage.getCastExpression_Expression()void setExpression(Expression value)
Expression' containment reference.
value - the new value of the 'Expression' containment reference.getExpression()TypeAccess getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(TypeAccess),
JavaPackage.getCastExpression_Type()void setType(TypeAccess value)
Type' containment reference.
value - the new value of the 'Type' containment reference.getType()