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

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

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

Methods in org.eclipse.modisco.omg.gastm that return ThrowStatement
 ThrowStatement GASTMFactory.createThrowStatement()
          Returns a new object of class 'Throw Statement'.
 

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

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