Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.action.BlockUnit
| 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 BlockUnit in org.eclipse.gmt.modisco.omg.kdm.action
Subinterfaces of BlockUnit in org.eclipse.gmt.modisco.omg.kdm.action Modifier and Type Interface Description interfaceCatchUnitA representation of the model object 'Catch Unit'.interfaceExceptionUnitA representation of the model object 'Exception 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 BlockUnit Modifier and Type Method Description BlockUnitActionFactory. createBlockUnit()Returns a new object of class 'Block Unit'. -
Uses of BlockUnit in org.eclipse.gmt.modisco.omg.kdm.action.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.action.impl that implement BlockUnit Modifier and Type Class Description classBlockUnitImplAn implementation of the model object 'Block Unit'.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 BlockUnit Modifier and Type Method Description BlockUnitActionFactoryImpl. createBlockUnit() -
Uses of BlockUnit in org.eclipse.gmt.modisco.omg.kdm.action.util
Methods in org.eclipse.gmt.modisco.omg.kdm.action.util with parameters of type BlockUnit Modifier and Type Method Description TActionSwitch. caseBlockUnit(BlockUnit object)Returns the result of interpreting the object as an instance of 'Block Unit'.