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

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

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

Subinterfaces of DataDefinition in org.eclipse.modisco.omg.gastm
 interface BitFieldDefinition
          A representation of the model object 'Bit Field Definition'.
 interface FormalParameterDefinition
          A representation of the model object 'Formal Parameter Definition'.
 interface VariableDefinition
          A representation of the model object 'Variable Definition'.
 

Methods in org.eclipse.modisco.omg.gastm that return DataDefinition
 DataDefinition VariableCatchBlock.getExceptionVariable()
          Returns the value of the 'Exception Variable' containment reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type DataDefinition
 void VariableCatchBlock.setExceptionVariable(DataDefinition value)
          Sets the value of the 'Exception Variable' containment reference.
 

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

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type DataDefinition
 T GASTMSwitch.caseDataDefinition(DataDefinition object)
          Returns the result of interpreting the object as an instance of 'Data Definition'.