Uses of Interface
org.eclipse.modisco.omg.gastm.CastExpression

Packages that use CastExpression
org.eclipse.modisco.omg.gastm   
org.eclipse.modisco.omg.gastm.util   
 

Uses of CastExpression in org.eclipse.modisco.omg.gastm
 

Methods in org.eclipse.modisco.omg.gastm that return CastExpression
 CastExpression GASTMFactory.createCastExpression()
          Returns a new object of class 'Cast Expression'.
 

Uses of CastExpression in org.eclipse.modisco.omg.gastm.util
 

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type CastExpression
 T GASTMSwitch.caseCastExpression(CastExpression object)
          Returns the result of interpreting the object as an instance of 'Cast Expression'.