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

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

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

Methods in org.eclipse.modisco.omg.gastm that return TryStatement
 TryStatement GASTMFactory.createTryStatement()
          Returns a new object of class 'Try Statement'.
 

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

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