| Package | Description |
|---|---|
| org.eclipse.modisco.omg.gastm | |
| org.eclipse.modisco.omg.gastm.util |
| Modifier and Type | Interface and Description |
|---|---|
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'.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
T |
GASTMSwitch.caseDefinitionObject(DefinitionObject object)
Returns the result of interpreting the object as an instance of 'Definition Object'.
|