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

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

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

Methods in org.eclipse.modisco.omg.gastm that return ForCheckAfterStatement
 ForCheckAfterStatement GASTMFactory.createForCheckAfterStatement()
          Returns a new object of class 'For Check After Statement'.
 

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

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type ForCheckAfterStatement
 T GASTMSwitch.caseForCheckAfterStatement(ForCheckAfterStatement object)
          Returns the result of interpreting the object as an instance of 'For Check After Statement'.