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

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

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

Subinterfaces of Definition in org.eclipse.modisco.omg.gastm
 interface BitFieldDefinition
          A representation of the model object 'Bit Field Definition'.
 interface DataDefinition
          A representation of the model object 'Data Definition'.
 interface EntryDefinition
          A representation of the model object 'Entry Definition'.
 interface EnumLiteralDefinition
          A representation of the model object 'Enum Literal Definition'.
 interface FormalParameterDefinition
          A representation of the model object 'Formal Parameter Definition'.
 interface FunctionDefinition
          A representation of the model object 'Function Definition'.
 interface VariableDefinition
          A representation of the model object 'Variable Definition'.
 

Methods in org.eclipse.modisco.omg.gastm that return Definition
 Definition Declaration.getDefRef()
          Returns the value of the 'Def Ref' reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type Definition
 void Declaration.setDefRef(Definition value)
          Sets the value of the 'Def Ref' reference.
 

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

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