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

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

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

Methods in org.eclipse.modisco.omg.gastm that return DeleteStatement
 DeleteStatement GASTMFactory.createDeleteStatement()
          Returns a new object of class 'Delete Statement'.
 

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

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