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

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

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

Methods in org.eclipse.modisco.omg.gastm that return BreakStatement
 BreakStatement GASTMFactory.createBreakStatement()
          Returns a new object of class 'Break Statement'.
 

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

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type BreakStatement
 T GASTMSwitch.caseBreakStatement(BreakStatement object)
          Returns the result of interpreting the object as an instance of 'Break Statement'.