Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.action.ExceptionUnit

Packages that use ExceptionUnit
org.eclipse.gmt.modisco.omg.kdm.action   
org.eclipse.gmt.modisco.omg.kdm.action.util   
 

Uses of ExceptionUnit in org.eclipse.gmt.modisco.omg.kdm.action
 

Subinterfaces of ExceptionUnit in org.eclipse.gmt.modisco.omg.kdm.action
 interface CatchUnit
          A representation of the model object 'Catch Unit'.
 interface FinallyUnit
          A representation of the model object 'Finally Unit'.
 interface TryUnit
          A representation of the model object 'Try Unit'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.action that return ExceptionUnit
 ExceptionUnit ActionFactory.createExceptionUnit()
          Returns a new object of class 'Exception Unit'.
 

Uses of ExceptionUnit in org.eclipse.gmt.modisco.omg.kdm.action.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.action.util with parameters of type ExceptionUnit
 T ActionSwitch.caseExceptionUnit(ExceptionUnit object)
          Returns the result of interpreting the object as an instance of 'Exception Unit'.