Uses of Interface
fr.inria.atlanmod.mogwai.gremlin.Expression
| Package | Description |
|---|---|
| fr.inria.atlanmod.mogwai.gremlin | |
| fr.inria.atlanmod.mogwai.gremlin.impl | |
| fr.inria.atlanmod.mogwai.gremlin.util |
-
Uses of Expression in fr.inria.atlanmod.mogwai.gremlin
Subinterfaces of Expression 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'.interfaceBinaryExpressionA representation of the model object 'Binary Expression'.interfaceBooleanLiteralA representation of the model object 'Boolean Literal'.interfaceDifferenceExpressionA representation of the model object 'Difference Expression'.interfaceDoubleLiteralA representation of the model object 'Double Literal'.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'.interfaceIntegerLiteralA representation of the model object 'Integer Literal'.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'.interfaceNotExpressionA representation of the model object 'Not Expression'.interfaceNullLiteralA representation of the model object 'Null Literal'.interfaceOrExpressionA representation of the model object 'Or Expression'.interfacePlusExpressionA representation of the model object 'Plus Expression'.interfaceStringLiteralA representation of the model object 'String Literal'.interfaceTernaryOperatorA representation of the model object 'Ternary Operator'.interfaceUnaryExpressionA representation of the model object 'Unary Expression'.Methods in fr.inria.atlanmod.mogwai.gremlin that return Expression Modifier and Type Method Description ExpressionGremlinFactory. createExpression()Returns a new object of class 'Expression'. -
Uses of Expression in fr.inria.atlanmod.mogwai.gremlin.impl
Classes in fr.inria.atlanmod.mogwai.gremlin.impl that implement Expression 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'.classBooleanLiteralImplAn implementation of the model object 'Boolean Literal'.classDifferenceExpressionImplAn implementation of the model object 'Difference Expression'.classDoubleLiteralImplAn implementation of the model object 'Double Literal'.classEqualityExpressionImplAn implementation of the model object 'Equality Expression'.classExpressionImplAn implementation of the model object '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'.classIntegerLiteralImplAn implementation of the model object 'Integer Literal'.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'.classNotExpressionImplAn implementation of the model object 'Not Expression'.classNullLiteralImplAn implementation of the model object 'Null Literal'.classOrExpressionImplAn implementation of the model object 'Or Expression'.classPlusExpressionImplAn implementation of the model object 'Plus Expression'.classStringLiteralImplAn implementation of the model object 'String Literal'.classTernaryOperatorImplAn implementation of the model object 'Ternary Operator'.classUnaryExpressionImplAn implementation of the model object 'Unary Expression'.Methods in fr.inria.atlanmod.mogwai.gremlin.impl that return Expression Modifier and Type Method Description ExpressionGremlinFactoryImpl. createExpression() -
Uses of Expression in fr.inria.atlanmod.mogwai.gremlin.util
Methods in fr.inria.atlanmod.mogwai.gremlin.util with parameters of type Expression Modifier and Type Method Description TGremlinSwitch. caseExpression(Expression object)Returns the result of interpreting the object as an instance of 'Expression'.