public interface CastExpression extends Expression
The following features are supported:
GASTMPackage.getCastExpression()| Modifier and Type | Method and Description |
|---|---|
TypeReference |
getCastType()
Returns the value of the 'Cast Type' containment reference.
|
Expression |
getExpression()
Returns the value of the 'Expression' containment reference.
|
void |
setCastType(TypeReference value)
Sets the value of the '
Cast Type' containment reference. |
void |
setExpression(Expression value)
Sets the value of the '
Expression' containment reference. |
getExpressionType, setExpressionTypegetAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoTypeReference getCastType()
If the meaning of the 'Cast Type' containment reference isn't clear, there really should be more of a description here...
setCastType(TypeReference),
GASTMPackage.getCastExpression_CastType()void setCastType(TypeReference value)
Cast Type' containment reference.
value - the new value of the 'Cast Type' containment reference.getCastType()Expression getExpression()
If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...
setExpression(Expression),
GASTMPackage.getCastExpression_Expression()void setExpression(Expression value)
Expression' containment reference.
value - the new value of the 'Expression' containment reference.getExpression()