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

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

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

Methods in org.eclipse.modisco.omg.gastm that return IfStatement
 IfStatement GASTMFactory.createIfStatement()
          Returns a new object of class 'If Statement'.
 

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

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