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

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

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

Subinterfaces of CatchBlock in org.eclipse.modisco.omg.gastm
 interface TypesCatchBlock
          A representation of the model object 'Types Catch Block'.
 interface VariableCatchBlock
          A representation of the model object 'Variable Catch Block'.
 

Methods in org.eclipse.modisco.omg.gastm that return CatchBlock
 CatchBlock GASTMFactory.createCatchBlock()
          Returns a new object of class 'Catch Block'.
 

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

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type CatchBlock
 T GASTMSwitch.caseCatchBlock(CatchBlock object)
          Returns the result of interpreting the object as an instance of 'Catch Block'.