org.eclipse.modisco.omg.gastm
Interface CastExpression

All Superinterfaces:
Expression, GASTMObject, GASTMSyntaxObject

public interface CastExpression
extends Expression

A representation of the model object 'Cast Expression'.

The following features are supported:

See Also:
GASTMPackage.getCastExpression()
Generated:
Model:

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

getCastType

TypeReference getCastType()
Returns the value of the 'Cast Type' containment reference.

If the meaning of the 'Cast Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Cast Type' containment reference.
See Also:
setCastType(TypeReference), GASTMPackage.getCastExpression_CastType()
Generated:
Model:
containment="true" required="true"

setCastType

void setCastType(TypeReference value)
Sets the value of the 'Cast Type' containment reference.

Parameters:
value - the new value of the 'Cast Type' containment reference.
See Also:
getCastType()
Generated:

getExpression

Expression getExpression()
Returns the value of the 'Expression' containment reference.

If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Expression' containment reference.
See Also:
setExpression(Expression), GASTMPackage.getCastExpression_Expression()
Generated:
Model:
containment="true" required="true"

setExpression

void setExpression(Expression value)
Sets the value of the 'Expression' containment reference.

Parameters:
value - the new value of the 'Expression' containment reference.
See Also:
getExpression()
Generated: