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

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

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

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

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

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