Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.action.ExceptionUnit
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.action | |
| org.eclipse.gmt.modisco.omg.kdm.action.impl | |
| 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 Modifier and Type Interface Description interfaceCatchUnitA representation of the model object 'Catch Unit'.interfaceFinallyUnitA representation of the model object 'Finally Unit'.interfaceTryUnitA representation of the model object 'Try Unit'.Methods in org.eclipse.gmt.modisco.omg.kdm.action that return ExceptionUnit Modifier and Type Method Description ExceptionUnitActionFactory. createExceptionUnit()Returns a new object of class 'Exception Unit'. -
Uses of ExceptionUnit in org.eclipse.gmt.modisco.omg.kdm.action.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.action.impl that implement ExceptionUnit Modifier and Type Class Description classCatchUnitImplAn implementation of the model object 'Catch Unit'.classExceptionUnitImplAn implementation of the model object 'Exception Unit'.classFinallyUnitImplAn implementation of the model object 'Finally Unit'.classTryUnitImplAn implementation of the model object 'Try Unit'.Methods in org.eclipse.gmt.modisco.omg.kdm.action.impl that return ExceptionUnit Modifier and Type Method Description ExceptionUnitActionFactoryImpl. createExceptionUnit() -
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 Modifier and Type Method Description TActionSwitch. caseExceptionUnit(ExceptionUnit object)Returns the result of interpreting the object as an instance of 'Exception Unit'.