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

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

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

Methods in org.eclipse.modisco.omg.gastm that return DoWhileStatement
 DoWhileStatement GASTMFactory.createDoWhileStatement()
          Returns a new object of class 'Do While Statement'.
 

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

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type DoWhileStatement
 T GASTMSwitch.caseDoWhileStatement(DoWhileStatement object)
          Returns the result of interpreting the object as an instance of 'Do While Statement'.