Uses of Interface
fr.inria.atlanmod.mogwai.gremlin.VariableDeclaration
| Package | Description |
|---|---|
| fr.inria.atlanmod.mogwai.gremlin | |
| fr.inria.atlanmod.mogwai.gremlin.impl | |
| fr.inria.atlanmod.mogwai.gremlin.util |
-
Uses of VariableDeclaration in fr.inria.atlanmod.mogwai.gremlin
Methods in fr.inria.atlanmod.mogwai.gremlin that return VariableDeclaration Modifier and Type Method Description VariableDeclarationGremlinFactory. createVariableDeclaration()Returns a new object of class 'Variable Declaration'. -
Uses of VariableDeclaration in fr.inria.atlanmod.mogwai.gremlin.impl
Classes in fr.inria.atlanmod.mogwai.gremlin.impl that implement VariableDeclaration Modifier and Type Class Description classVariableDeclarationImplAn implementation of the model object 'Variable Declaration'.Methods in fr.inria.atlanmod.mogwai.gremlin.impl that return VariableDeclaration Modifier and Type Method Description VariableDeclarationGremlinFactoryImpl. createVariableDeclaration() -
Uses of VariableDeclaration in fr.inria.atlanmod.mogwai.gremlin.util
Methods in fr.inria.atlanmod.mogwai.gremlin.util with parameters of type VariableDeclaration Modifier and Type Method Description TGremlinSwitch. caseVariableDeclaration(VariableDeclaration object)Returns the result of interpreting the object as an instance of 'Variable Declaration'.