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

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

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

Subinterfaces of DeclarationOrDefinition 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 Declaration
          A representation of the model object 'Declaration'.
 interface Definition
          A representation of the model object 'Definition'.
 interface EntryDefinition
          A representation of the model object 'Entry Definition'.
 interface EnumLiteralDefinition
          A representation of the model object 'Enum Literal Definition'.
 interface FormalParameterDeclaration
          A representation of the model object 'Formal Parameter Declaration'.
 interface FormalParameterDefinition
          A representation of the model object 'Formal Parameter Definition'.
 interface FunctionDeclaration
          A representation of the model object 'Function Declaration'.
 interface FunctionDefinition
          A representation of the model object 'Function Definition'.
 interface VariableDeclaration
          A representation of the model object 'Variable Declaration'.
 interface VariableDefinition
          A representation of the model object 'Variable Definition'.
 

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

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