Uses of Interface
fr.inria.atlanmod.mogwai.gremlin.BinaryExpression
| Package | Description |
|---|---|
| fr.inria.atlanmod.mogwai.gremlin | |
| fr.inria.atlanmod.mogwai.gremlin.impl | |
| fr.inria.atlanmod.mogwai.gremlin.util |
-
Uses of BinaryExpression in fr.inria.atlanmod.mogwai.gremlin
Subinterfaces of BinaryExpression in fr.inria.atlanmod.mogwai.gremlin Modifier and Type Interface Description interfaceAffectationExpressionA representation of the model object 'Affectation Expression'.interfaceAndExpressionA representation of the model object 'And Expression'.interfaceDifferenceExpressionA representation of the model object 'Difference Expression'.interfaceEqualityExpressionA representation of the model object 'Equality Expression'.interfaceGreaterExpressionA representation of the model object 'Greater Expression'.interfaceGreaterOrEqualExpressionA representation of the model object 'Greater Or Equal Expression'.interfaceInExpressionA representation of the model object 'In Expression'.interfaceLeftShiftExpressionA representation of the model object 'Left Shift Expression'.interfaceLessExpressionA representation of the model object 'Less Expression'.interfaceLessOrEqualExpressionA representation of the model object 'Less Or Equal Expression'.interfaceOrExpressionA representation of the model object 'Or Expression'.interfacePlusExpressionA representation of the model object 'Plus Expression'.Methods in fr.inria.atlanmod.mogwai.gremlin that return BinaryExpression Modifier and Type Method Description BinaryExpressionGremlinFactory. createBinaryExpression()Returns a new object of class 'Binary Expression'. -
Uses of BinaryExpression in fr.inria.atlanmod.mogwai.gremlin.impl
Classes in fr.inria.atlanmod.mogwai.gremlin.impl that implement BinaryExpression Modifier and Type Class Description classAffectationExpressionImplAn implementation of the model object 'Affectation Expression'.classAndExpressionImplAn implementation of the model object 'And Expression'.classBinaryExpressionImplAn implementation of the model object 'Binary Expression'.classDifferenceExpressionImplAn implementation of the model object 'Difference Expression'.classEqualityExpressionImplAn implementation of the model object 'Equality Expression'.classGreaterExpressionImplAn implementation of the model object 'Greater Expression'.classGreaterOrEqualExpressionImplAn implementation of the model object 'Greater Or Equal Expression'.classInExpressionImplAn implementation of the model object 'In Expression'.classLeftShiftExpressionImplAn implementation of the model object 'Left Shift Expression'.classLessExpressionImplAn implementation of the model object 'Less Expression'.classLessOrEqualExpressionImplAn implementation of the model object 'Less Or Equal Expression'.classOrExpressionImplAn implementation of the model object 'Or Expression'.classPlusExpressionImplAn implementation of the model object 'Plus Expression'.Methods in fr.inria.atlanmod.mogwai.gremlin.impl that return BinaryExpression Modifier and Type Method Description BinaryExpressionGremlinFactoryImpl. createBinaryExpression() -
Uses of BinaryExpression in fr.inria.atlanmod.mogwai.gremlin.util
Methods in fr.inria.atlanmod.mogwai.gremlin.util with parameters of type BinaryExpression Modifier and Type Method Description TGremlinSwitch. caseBinaryExpression(BinaryExpression object)Returns the result of interpreting the object as an instance of 'Binary Expression'.