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

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

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

Methods in org.eclipse.modisco.omg.gastm that return SwitchStatement
 SwitchStatement GASTMFactory.createSwitchStatement()
          Returns a new object of class 'Switch Statement'.
 

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

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type SwitchStatement
 T GASTMSwitch.caseSwitchStatement(SwitchStatement object)
          Returns the result of interpreting the object as an instance of 'Switch Statement'.