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

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

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

Methods in org.eclipse.modisco.omg.gastm that return EmptyStatement
 EmptyStatement GASTMFactory.createEmptyStatement()
          Returns a new object of class 'Empty Statement'.
 

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

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