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

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

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

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

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

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