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

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

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

Methods in org.eclipse.modisco.omg.gastm that return JumpStatement
 JumpStatement GASTMFactory.createJumpStatement()
          Returns a new object of class 'Jump Statement'.
 

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

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