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

Packages that use BlockUnit
org.eclipse.gmt.modisco.omg.kdm.action   
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
 interface CatchUnit
          A representation of the model object 'Catch Unit'.
 interface ExceptionUnit
          A representation of the model object 'Exception 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 BlockUnit
 BlockUnit ActionFactory.createBlockUnit()
          Returns a new object of class 'Block Unit'.
 

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
 T ActionSwitch.caseBlockUnit(BlockUnit object)
          Returns the result of interpreting the object as an instance of 'Block Unit'.