|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CastExpression
A representation of the model object 'Cast Expression'.
The following features are supported:
GASTMPackage.getCastExpression()
Method Summary | |
---|---|
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. |
Methods inherited from interface org.eclipse.modisco.omg.gastm.Expression |
---|
getExpressionType, setExpressionType |
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject |
---|
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo |
Method Detail |
---|
TypeReference 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |