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

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

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

Methods in org.eclipse.modisco.omg.gastm that return ContinueStatement
 ContinueStatement GASTMFactory.createContinueStatement()
          Returns a new object of class 'Continue Statement'.
 

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

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