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

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

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

Subinterfaces of LoopStatement in org.eclipse.modisco.omg.gastm
 interface DoWhileStatement
          A representation of the model object 'Do While Statement'.
 interface ForCheckAfterStatement
          A representation of the model object 'For Check After Statement'.
 interface ForCheckBeforeStatement
          A representation of the model object 'For Check Before Statement'.
 interface ForStatement
          A representation of the model object 'For Statement'.
 interface WhileStatement
          A representation of the model object 'While Statement'.
 

Methods in org.eclipse.modisco.omg.gastm that return LoopStatement
 LoopStatement GASTMFactory.createLoopStatement()
          Returns a new object of class 'Loop Statement'.
 

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

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