Uses of Interface
fr.inria.atlanmod.mogwai.gremlin.InExpression
| Package | Description |
|---|---|
| fr.inria.atlanmod.mogwai.gremlin | |
| fr.inria.atlanmod.mogwai.gremlin.impl | |
| fr.inria.atlanmod.mogwai.gremlin.util |
-
Uses of InExpression in fr.inria.atlanmod.mogwai.gremlin
Methods in fr.inria.atlanmod.mogwai.gremlin that return InExpression Modifier and Type Method Description InExpressionGremlinFactory. createInExpression()Returns a new object of class 'In Expression'. -
Uses of InExpression in fr.inria.atlanmod.mogwai.gremlin.impl
Classes in fr.inria.atlanmod.mogwai.gremlin.impl that implement InExpression Modifier and Type Class Description classInExpressionImplAn implementation of the model object 'In Expression'.Methods in fr.inria.atlanmod.mogwai.gremlin.impl that return InExpression Modifier and Type Method Description InExpressionGremlinFactoryImpl. createInExpression() -
Uses of InExpression in fr.inria.atlanmod.mogwai.gremlin.util
Methods in fr.inria.atlanmod.mogwai.gremlin.util with parameters of type InExpression Modifier and Type Method Description TGremlinSwitch. caseInExpression(InExpression object)Returns the result of interpreting the object as an instance of 'In Expression'.