| Package | Description |
|---|---|
| fr.inria.atlanmod.mogwai.gremlin | |
| fr.inria.atlanmod.mogwai.gremlin.impl | |
| fr.inria.atlanmod.mogwai.gremlin.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ListDeclaration
A representation of the model object 'List Declaration'.
|
interface |
SetDeclaration
A representation of the model object 'Set Declaration'.
|
interface |
SortedSetDeclaration
A representation of the model object 'Sorted Set Declaration'.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDeclaration |
IntersectionCall.getCast()
Returns the value of the 'Cast' containment reference.
|
TypeDeclaration |
VariableAccess.getCast()
Returns the value of the 'Cast' containment reference.
|
TypeDeclaration |
UnionCall.getCast()
Returns the value of the 'Cast' containment reference.
|
TypeDeclaration |
CollectionDefinition.getType()
Returns the value of the 'Type' containment reference.
|
TypeDeclaration |
VariableDeclaration.getType()
Returns the value of the 'Type' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntersectionCall.setCast(TypeDeclaration value)
Sets the value of the '
Cast' containment reference. |
void |
VariableAccess.setCast(TypeDeclaration value)
Sets the value of the '
Cast' containment reference. |
void |
UnionCall.setCast(TypeDeclaration value)
Sets the value of the '
Cast' containment reference. |
void |
CollectionDefinition.setType(TypeDeclaration value)
Sets the value of the '
Type' containment reference. |
void |
VariableDeclaration.setType(TypeDeclaration value)
Sets the value of the '
Type' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ListDeclarationImpl
An implementation of the model object 'List Declaration'.
|
class |
SetDeclarationImpl
An implementation of the model object 'Set Declaration'.
|
class |
SortedSetDeclarationImpl
An implementation of the model object 'Sorted Set Declaration'.
|
class |
TypeDeclarationImpl
An implementation of the model object 'Type Declaration'.
|
| Modifier and Type | Field and Description |
|---|---|
protected TypeDeclaration |
UnionCallImpl.cast
The cached value of the '
Cast' containment reference. |
protected TypeDeclaration |
VariableAccessImpl.cast
The cached value of the '
Cast' containment reference. |
protected TypeDeclaration |
IntersectionCallImpl.cast
The cached value of the '
Cast' containment reference. |
protected TypeDeclaration |
VariableDeclarationImpl.type
The cached value of the '
Type' containment reference. |
protected TypeDeclaration |
CollectionDefinitionImpl.type
The cached value of the '
Type' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
TypeDeclaration |
UnionCallImpl.getCast() |
TypeDeclaration |
VariableAccessImpl.getCast() |
TypeDeclaration |
IntersectionCallImpl.getCast() |
TypeDeclaration |
VariableDeclarationImpl.getType() |
TypeDeclaration |
CollectionDefinitionImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
UnionCallImpl.basicSetCast(TypeDeclaration newCast,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
VariableAccessImpl.basicSetCast(TypeDeclaration newCast,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
IntersectionCallImpl.basicSetCast(TypeDeclaration newCast,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
VariableDeclarationImpl.basicSetType(TypeDeclaration newType,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
CollectionDefinitionImpl.basicSetType(TypeDeclaration newType,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
UnionCallImpl.setCast(TypeDeclaration newCast) |
void |
VariableAccessImpl.setCast(TypeDeclaration newCast) |
void |
IntersectionCallImpl.setCast(TypeDeclaration newCast) |
void |
VariableDeclarationImpl.setType(TypeDeclaration newType) |
void |
CollectionDefinitionImpl.setType(TypeDeclaration newType) |
| Modifier and Type | Method and Description |
|---|---|
T |
GremlinSwitch.caseTypeDeclaration(TypeDeclaration object)
Returns the result of interpreting the object as an instance of 'Type Declaration'.
|
Copyright © 2018–2019 Atlanmod. All rights reserved.