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

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

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

Subinterfaces of DefinitionObject in org.eclipse.modisco.omg.gastm
 interface AggregateTypeDeclaration
          A representation of the model object 'Aggregate Type Declaration'.
 interface AggregateTypeDefinition
          A representation of the model object 'Aggregate Type Definition'.
 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 DeclarationOrDefinition
          A representation of the model object 'Declaration Or Definition'.
 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 EnumTypeDeclaration
          A representation of the model object 'Enum Type Declaration'.
 interface EnumTypeDefinition
          A representation of the model object 'Enum Type 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 LabelDefinition
          A representation of the model object 'Label Definition'.
 interface NamedTypeDefinition
          A representation of the model object 'Named Type Definition'.
 interface NameSpaceDefinition
          A representation of the model object 'Name Space Definition'.
 interface TypeDeclaration
          A representation of the model object 'Type Declaration'.
 interface TypeDefinition
          A representation of the model object 'Type Definition'.
 interface VariableDeclaration
          A representation of the model object 'Variable Declaration'.
 interface VariableDefinition
          A representation of the model object 'Variable Definition'.
 

Methods in org.eclipse.modisco.omg.gastm that return DefinitionObject
 DefinitionObject DeclarationOrDefinitionStatement.getDeclOrDefn()
          Returns the value of the 'Decl Or Defn' containment reference.
 DefinitionObject MemberObject.getMember()
          Returns the value of the 'Member' containment reference.
 DefinitionObject NameReference.getRefersTo()
          Returns the value of the 'Refers To' containment reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type DefinitionObject
 void DeclarationOrDefinitionStatement.setDeclOrDefn(DefinitionObject value)
          Sets the value of the 'Decl Or Defn' containment reference.
 void MemberObject.setMember(DefinitionObject value)
          Sets the value of the 'Member' containment reference.
 void NameReference.setRefersTo(DefinitionObject value)
          Sets the value of the 'Refers To' containment reference.
 

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

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