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

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

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

Methods in org.eclipse.modisco.omg.gastm that return ReturnStatement
 ReturnStatement GASTMFactory.createReturnStatement()
          Returns a new object of class 'Return Statement'.
 

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

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