Uses of Interface
fr.inria.atlanmod.mogwai.gremlin.TypeDeclaration
| Package | Description |
|---|---|
| fr.inria.atlanmod.mogwai.gremlin | |
| fr.inria.atlanmod.mogwai.gremlin.impl | |
| fr.inria.atlanmod.mogwai.gremlin.util |
-
Uses of TypeDeclaration in fr.inria.atlanmod.mogwai.gremlin
Subinterfaces of TypeDeclaration in fr.inria.atlanmod.mogwai.gremlin Modifier and Type Interface Description interfaceListDeclarationA representation of the model object 'List Declaration'.interfaceSetDeclarationA representation of the model object 'Set Declaration'.interfaceSortedSetDeclarationA representation of the model object 'Sorted Set Declaration'.Methods in fr.inria.atlanmod.mogwai.gremlin that return TypeDeclaration Modifier and Type Method Description TypeDeclarationIntersectionCall. getCast()Returns the value of the 'Cast' containment reference.TypeDeclarationUnionCall. getCast()Returns the value of the 'Cast' containment reference.TypeDeclarationVariableAccess. getCast()Returns the value of the 'Cast' containment reference.TypeDeclarationCollectionDefinition. getType()Returns the value of the 'Type' containment reference.TypeDeclarationVariableDeclaration. getType()Returns the value of the 'Type' containment reference.Methods in fr.inria.atlanmod.mogwai.gremlin with parameters of type TypeDeclaration Modifier and Type Method Description voidIntersectionCall. setCast(TypeDeclaration value)Sets the value of the 'Cast' containment reference.voidUnionCall. setCast(TypeDeclaration value)Sets the value of the 'Cast' containment reference.voidVariableAccess. setCast(TypeDeclaration value)Sets the value of the 'Cast' containment reference.voidCollectionDefinition. setType(TypeDeclaration value)Sets the value of the 'Type' containment reference.voidVariableDeclaration. setType(TypeDeclaration value)Sets the value of the 'Type' containment reference. -
Uses of TypeDeclaration in fr.inria.atlanmod.mogwai.gremlin.impl
Classes in fr.inria.atlanmod.mogwai.gremlin.impl that implement TypeDeclaration Modifier and Type Class Description classListDeclarationImplAn implementation of the model object 'List Declaration'.classSetDeclarationImplAn implementation of the model object 'Set Declaration'.classSortedSetDeclarationImplAn implementation of the model object 'Sorted Set Declaration'.classTypeDeclarationImplAn implementation of the model object 'Type Declaration'.Fields in fr.inria.atlanmod.mogwai.gremlin.impl declared as TypeDeclaration Modifier and Type Field Description protected TypeDeclarationIntersectionCallImpl. castThe cached value of the 'Cast' containment reference.protected TypeDeclarationUnionCallImpl. castThe cached value of the 'Cast' containment reference.protected TypeDeclarationVariableAccessImpl. castThe cached value of the 'Cast' containment reference.protected TypeDeclarationCollectionDefinitionImpl. typeThe cached value of the 'Type' containment reference.protected TypeDeclarationVariableDeclarationImpl. typeThe cached value of the 'Type' containment reference.Methods in fr.inria.atlanmod.mogwai.gremlin.impl that return TypeDeclaration Modifier and Type Method Description TypeDeclarationIntersectionCallImpl. getCast()TypeDeclarationUnionCallImpl. getCast()TypeDeclarationVariableAccessImpl. getCast()TypeDeclarationCollectionDefinitionImpl. getType()TypeDeclarationVariableDeclarationImpl. getType()Methods in fr.inria.atlanmod.mogwai.gremlin.impl with parameters of type TypeDeclaration Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainIntersectionCallImpl. basicSetCast(TypeDeclaration newCast, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainUnionCallImpl. basicSetCast(TypeDeclaration newCast, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainVariableAccessImpl. basicSetCast(TypeDeclaration newCast, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainCollectionDefinitionImpl. basicSetType(TypeDeclaration newType, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainVariableDeclarationImpl. basicSetType(TypeDeclaration newType, org.eclipse.emf.common.notify.NotificationChain msgs)voidIntersectionCallImpl. setCast(TypeDeclaration newCast)voidUnionCallImpl. setCast(TypeDeclaration newCast)voidVariableAccessImpl. setCast(TypeDeclaration newCast)voidCollectionDefinitionImpl. setType(TypeDeclaration newType)voidVariableDeclarationImpl. setType(TypeDeclaration newType) -
Uses of TypeDeclaration in fr.inria.atlanmod.mogwai.gremlin.util
Methods in fr.inria.atlanmod.mogwai.gremlin.util with parameters of type TypeDeclaration Modifier and Type Method Description TGremlinSwitch. caseTypeDeclaration(TypeDeclaration object)Returns the result of interpreting the object as an instance of 'Type Declaration'.