Uses of Interface
fr.inria.atlanmod.mogwai.gremlin.Instruction
| Package | Description |
|---|---|
| fr.inria.atlanmod.mogwai.gremlin | |
| fr.inria.atlanmod.mogwai.gremlin.impl | |
| fr.inria.atlanmod.mogwai.gremlin.util |
-
Uses of Instruction in fr.inria.atlanmod.mogwai.gremlin
Subinterfaces of Instruction in fr.inria.atlanmod.mogwai.gremlin Modifier and Type Interface Description interfaceAddAllCallA representation of the model object 'Add All Call'.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'.interfaceClosureA representation of the model object 'Closure'.interfaceClosureItA representation of the model object 'Closure It'.interfaceCollectionDefinitionA representation of the model object 'Collection Definition'.interfaceContainsAllCallA representation of the model object 'Contains All Call'.interfaceContainsCallA representation of the model object 'Contains Call'.interfaceCountCallA representation of the model object 'Count Call'.interfaceCustomMethodCallA representation of the model object 'Custom Method Call'.interfaceCustomStepA representation of the model object 'Custom Step'.interfaceDifferenceExpressionA representation of the model object 'Difference Expression'.interfaceDoubleLiteralA representation of the model object 'Double Literal'.interfaceEdgesStepA representation of the model object 'Edges Step'.interfaceEqualityExpressionA representation of the model object 'Equality Expression'.interfaceExceptStepA representation of the model object 'Except Step'.interfaceExpressionA representation of the model object 'Expression'.interfaceFillStepA representation of the model object 'Fill Step'.interfaceFilterStepA representation of the model object 'Filter Step'.interfaceFirstCallA representation of the model object 'First Call'.interfaceGatherStepA representation of the model object 'Gather Step'.interfaceGreaterExpressionA representation of the model object 'Greater Expression'.interfaceGreaterOrEqualExpressionA representation of the model object 'Greater Or Equal Expression'.interfaceHasNextCallA representation of the model object 'Has Next Call'.interfaceIdentityStepA representation of the model object 'Identity Step'.interfaceIndexCallA representation of the model object 'Index Call'.interfaceInEStepA representation of the model object 'In EStep'.interfaceInExpressionA representation of the model object 'In Expression'.interfaceIntegerLiteralA representation of the model object 'Integer Literal'.interfaceIntersectionCallA representation of the model object 'Intersection Call'.interfaceInVStepA representation of the model object 'In VStep'.interfaceIsEmptyCallA representation of the model object 'Is Empty Call'.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'.interfaceListDeclarationA representation of the model object 'List Declaration'.interfaceMethodCallA representation of the model object 'Method Call'.interfaceMethodDeclarationA representation of the model object 'Method Declaration'.interfaceNextCallA representation of the model object 'Next Call'.interfaceNotExpressionA representation of the model object 'Not Expression'.interfaceNullLiteralA representation of the model object 'Null Literal'.interfaceOrExpressionA representation of the model object 'Or Expression'.interfaceOutEStepA representation of the model object 'Out EStep'.interfaceOutVStepA representation of the model object 'Out VStep'.interfacePlusExpressionA representation of the model object 'Plus Expression'.interfacePropertyStepA representation of the model object 'Property Step'.interfaceRetainAllCallA representation of the model object 'Retain All Call'.interfaceRetainStepA representation of the model object 'Retain Step'.interfaceReturnStatementA representation of the model object 'Return Statement'.interfaceScatterStepA representation of the model object 'Scatter Step'.interfaceSetDeclarationA representation of the model object 'Set Declaration'.interfaceSizeCallA representation of the model object 'Size Call'.interfaceSortedSetDeclarationA representation of the model object 'Sorted Set Declaration'.interfaceStartStepA representation of the model object 'Start Step'.interfaceStepA representation of the model object 'Step'.interfaceStringLiteralA representation of the model object 'String Literal'.interfaceTernaryOperatorA representation of the model object 'Ternary Operator'.interfaceToIntegerCallA representation of the model object 'To Integer Call'.interfaceToListCallA representation of the model object 'To List Call'.interfaceTransformStepA representation of the model object 'Transform Step'.interfaceTraversalElementA representation of the model object 'Traversal Element'.interfaceTypeDeclarationA representation of the model object 'Type Declaration'.interfaceUnaryExpressionA representation of the model object 'Unary Expression'.interfaceUnionCallA representation of the model object 'Union Call'.interfaceVariableAccessA representation of the model object 'Variable Access'.interfaceVariableDeclarationA representation of the model object 'Variable Declaration'.interfaceVerticesStepA representation of the model object 'Vertices Step'.Methods in fr.inria.atlanmod.mogwai.gremlin that return Instruction Modifier and Type Method Description InstructionTernaryOperator. getCondition()Returns the value of the 'Condition' containment reference.InstructionUnaryExpression. getExp()Returns the value of the 'Exp' containment reference.InstructionTernaryOperator. getIfFalse()Returns the value of the 'If False' containment reference.InstructionTernaryOperator. getIfTrue()Returns the value of the 'If True' containment reference.InstructionFillStep. getInstruction()Returns the value of the 'Instruction' containment reference.InstructionBinaryExpression. getLeft()Returns the value of the 'Left' containment reference.InstructionIntersectionCall. getLeftCollection()Returns the value of the 'Left Collection' containment reference.InstructionUnionCall. getLeftCollection()Returns the value of the 'Left Collection' containment reference.InstructionBinaryExpression. getRight()Returns the value of the 'Right' containment reference.InstructionIntersectionCall. getRightCollection()Returns the value of the 'Right Collection' containment reference.InstructionUnionCall. getRightCollection()Returns the value of the 'Right Collection' containment reference.InstructionAddAllCall. getValue()Returns the value of the 'Value' containment reference.InstructionContainsAllCall. getValue()Returns the value of the 'Value' containment reference.InstructionContainsCall. getValue()Returns the value of the 'Value' containment reference.InstructionPropertyStep. getValue()Returns the value of the 'Value' containment reference.InstructionRetainAllCall. getValue()Returns the value of the 'Value' containment reference.InstructionVariableDeclaration. getValue()Returns the value of the 'Value' containment reference.Methods in fr.inria.atlanmod.mogwai.gremlin that return types with arguments of type Instruction Modifier and Type Method Description org.eclipse.emf.common.util.EList<Instruction>Closure. getInstructions()Returns the value of the 'Instructions' containment reference list.org.eclipse.emf.common.util.EList<Instruction>GremlinScript. getInstructions()Returns the value of the 'Instructions' containment reference list.org.eclipse.emf.common.util.EList<Instruction>MethodDeclaration. getInstructions()Returns the value of the 'Instructions' containment reference list.org.eclipse.emf.common.util.EList<Instruction>CollectionDefinition. getValues()Returns the value of the 'Values' containment reference list.Methods in fr.inria.atlanmod.mogwai.gremlin with parameters of type Instruction Modifier and Type Method Description voidTernaryOperator. setCondition(Instruction value)Sets the value of the 'Condition' containment reference.voidUnaryExpression. setExp(Instruction value)Sets the value of the 'Exp' containment reference.voidTernaryOperator. setIfFalse(Instruction value)Sets the value of the 'If False' containment reference.voidTernaryOperator. setIfTrue(Instruction value)Sets the value of the 'If True' containment reference.voidFillStep. setInstruction(Instruction value)Sets the value of the 'Instruction' containment reference.voidBinaryExpression. setLeft(Instruction value)Sets the value of the 'Left' containment reference.voidIntersectionCall. setLeftCollection(Instruction value)Sets the value of the 'Left Collection' containment reference.voidUnionCall. setLeftCollection(Instruction value)Sets the value of the 'Left Collection' containment reference.voidBinaryExpression. setRight(Instruction value)Sets the value of the 'Right' containment reference.voidIntersectionCall. setRightCollection(Instruction value)Sets the value of the 'Right Collection' containment reference.voidUnionCall. setRightCollection(Instruction value)Sets the value of the 'Right Collection' containment reference.voidAddAllCall. setValue(Instruction value)Sets the value of the 'Value' containment reference.voidContainsAllCall. setValue(Instruction value)Sets the value of the 'Value' containment reference.voidContainsCall. setValue(Instruction value)Sets the value of the 'Value' containment reference.voidPropertyStep. setValue(Instruction value)Sets the value of the 'Value' containment reference.voidRetainAllCall. setValue(Instruction value)Sets the value of the 'Value' containment reference.voidVariableDeclaration. setValue(Instruction value)Sets the value of the 'Value' containment reference. -
Uses of Instruction in fr.inria.atlanmod.mogwai.gremlin.impl
Classes in fr.inria.atlanmod.mogwai.gremlin.impl that implement Instruction Modifier and Type Class Description classAddAllCallImplAn implementation of the model object 'Add All Call'.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'.classClosureImplAn implementation of the model object 'Closure'.classClosureItImplAn implementation of the model object 'Closure It'.classCollectionDefinitionImplAn implementation of the model object 'Collection Definition'.classContainsAllCallImplAn implementation of the model object 'Contains All Call'.classContainsCallImplAn implementation of the model object 'Contains Call'.classCountCallImplAn implementation of the model object 'Count Call'.classCustomMethodCallImplAn implementation of the model object 'Custom Method Call'.classCustomStepImplAn implementation of the model object 'Custom Step'.classDifferenceExpressionImplAn implementation of the model object 'Difference Expression'.classDoubleLiteralImplAn implementation of the model object 'Double Literal'.classEdgesStepImplAn implementation of the model object 'Edges Step'.classEqualityExpressionImplAn implementation of the model object 'Equality Expression'.classExceptStepImplAn implementation of the model object 'Except Step'.classExpressionImplAn implementation of the model object 'Expression'.classFillStepImplAn implementation of the model object 'Fill Step'.classFilterStepImplAn implementation of the model object 'Filter Step'.classFirstCallImplAn implementation of the model object 'First Call'.classGatherStepImplAn implementation of the model object 'Gather Step'.classGreaterExpressionImplAn implementation of the model object 'Greater Expression'.classGreaterOrEqualExpressionImplAn implementation of the model object 'Greater Or Equal Expression'.classHasNextCallImplAn implementation of the model object 'Has Next Call'.classIdentityStepImplAn implementation of the model object 'Identity Step'.classIndexCallImplAn implementation of the model object 'Index Call'.classInEStepImplAn implementation of the model object 'In EStep'.classInExpressionImplAn implementation of the model object 'In Expression'.classInstructionImplAn implementation of the model object 'Instruction'.classIntegerLiteralImplAn implementation of the model object 'Integer Literal'.classIntersectionCallImplAn implementation of the model object 'Intersection Call'.classInVStepImplAn implementation of the model object 'In VStep'.classIsEmptyCallImplAn implementation of the model object 'Is Empty Call'.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'.classListDeclarationImplAn implementation of the model object 'List Declaration'.classMethodCallImplAn implementation of the model object 'Method Call'.classMethodDeclarationImplAn implementation of the model object 'Method Declaration'.classNextCallImplAn implementation of the model object 'Next Call'.classNotExpressionImplAn implementation of the model object 'Not Expression'.classNullLiteralImplAn implementation of the model object 'Null Literal'.classOrExpressionImplAn implementation of the model object 'Or Expression'.classOutEStepImplAn implementation of the model object 'Out EStep'.classOutVStepImplAn implementation of the model object 'Out VStep'.classPlusExpressionImplAn implementation of the model object 'Plus Expression'.classPropertyStepImplAn implementation of the model object 'Property Step'.classRetainAllCallImplAn implementation of the model object 'Retain All Call'.classRetainStepImplAn implementation of the model object 'Retain Step'.classReturnStatementImplAn implementation of the model object 'Return Statement'.classScatterStepImplAn implementation of the model object 'Scatter Step'.classSetDeclarationImplAn implementation of the model object 'Set Declaration'.classSizeCallImplAn implementation of the model object 'Size Call'.classSortedSetDeclarationImplAn implementation of the model object 'Sorted Set Declaration'.classStartStepImplAn implementation of the model object 'Start Step'.classStepImplAn implementation of the model object 'Step'.classStringLiteralImplAn implementation of the model object 'String Literal'.classTernaryOperatorImplAn implementation of the model object 'Ternary Operator'.classToIntegerCallImplAn implementation of the model object 'To Integer Call'.classToListCallImplAn implementation of the model object 'To List Call'.classTransformStepImplAn implementation of the model object 'Transform Step'.classTraversalElementImplAn implementation of the model object 'Traversal Element'.classTypeDeclarationImplAn implementation of the model object 'Type Declaration'.classUnaryExpressionImplAn implementation of the model object 'Unary Expression'.classUnionCallImplAn implementation of the model object 'Union Call'.classVariableAccessImplAn implementation of the model object 'Variable Access'.classVariableDeclarationImplAn implementation of the model object 'Variable Declaration'.classVerticesStepImplAn implementation of the model object 'Vertices Step'.Fields in fr.inria.atlanmod.mogwai.gremlin.impl declared as Instruction Modifier and Type Field Description protected InstructionTernaryOperatorImpl. conditionThe cached value of the 'Condition' containment reference.protected InstructionUnaryExpressionImpl. expThe cached value of the 'Exp' containment reference.protected InstructionTernaryOperatorImpl. ifFalseThe cached value of the 'If False' containment reference.protected InstructionTernaryOperatorImpl. ifTrueThe cached value of the 'If True' containment reference.protected InstructionFillStepImpl. instructionThe cached value of the 'Instruction' containment reference.protected InstructionBinaryExpressionImpl. leftThe cached value of the 'Left' containment reference.protected InstructionIntersectionCallImpl. leftCollectionThe cached value of the 'Left Collection' containment reference.protected InstructionUnionCallImpl. leftCollectionThe cached value of the 'Left Collection' containment reference.protected InstructionBinaryExpressionImpl. rightThe cached value of the 'Right' containment reference.protected InstructionIntersectionCallImpl. rightCollectionThe cached value of the 'Right Collection' containment reference.protected InstructionUnionCallImpl. rightCollectionThe cached value of the 'Right Collection' containment reference.protected InstructionAddAllCallImpl. valueThe cached value of the 'Value' containment reference.protected InstructionContainsAllCallImpl. valueThe cached value of the 'Value' containment reference.protected InstructionContainsCallImpl. valueThe cached value of the 'Value' containment reference.protected InstructionPropertyStepImpl. valueThe cached value of the 'Value' containment reference.protected InstructionRetainAllCallImpl. valueThe cached value of the 'Value' containment reference.protected InstructionVariableDeclarationImpl. valueThe cached value of the 'Value' containment reference.Fields in fr.inria.atlanmod.mogwai.gremlin.impl with type parameters of type Instruction Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Instruction>ClosureImpl. instructionsThe cached value of the 'Instructions' containment reference list.protected org.eclipse.emf.common.util.EList<Instruction>GremlinScriptImpl. instructionsThe cached value of the 'Instructions' containment reference list.protected org.eclipse.emf.common.util.EList<Instruction>MethodDeclarationImpl. instructionsThe cached value of the 'Instructions' containment reference list.protected org.eclipse.emf.common.util.EList<Instruction>CollectionDefinitionImpl. valuesThe cached value of the 'Values' containment reference list.Methods in fr.inria.atlanmod.mogwai.gremlin.impl that return Instruction Modifier and Type Method Description InstructionTernaryOperatorImpl. getCondition()InstructionUnaryExpressionImpl. getExp()InstructionTernaryOperatorImpl. getIfFalse()InstructionTernaryOperatorImpl. getIfTrue()InstructionFillStepImpl. getInstruction()InstructionBinaryExpressionImpl. getLeft()InstructionIntersectionCallImpl. getLeftCollection()InstructionUnionCallImpl. getLeftCollection()InstructionBinaryExpressionImpl. getRight()InstructionIntersectionCallImpl. getRightCollection()InstructionUnionCallImpl. getRightCollection()InstructionAddAllCallImpl. getValue()InstructionContainsAllCallImpl. getValue()InstructionContainsCallImpl. getValue()InstructionPropertyStepImpl. getValue()InstructionRetainAllCallImpl. getValue()InstructionVariableDeclarationImpl. getValue()Methods in fr.inria.atlanmod.mogwai.gremlin.impl that return types with arguments of type Instruction Modifier and Type Method Description org.eclipse.emf.common.util.EList<Instruction>ClosureImpl. getInstructions()org.eclipse.emf.common.util.EList<Instruction>GremlinScriptImpl. getInstructions()org.eclipse.emf.common.util.EList<Instruction>MethodDeclarationImpl. getInstructions()org.eclipse.emf.common.util.EList<Instruction>CollectionDefinitionImpl. getValues()Methods in fr.inria.atlanmod.mogwai.gremlin.impl with parameters of type Instruction Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainTernaryOperatorImpl. basicSetCondition(Instruction newCondition, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainUnaryExpressionImpl. basicSetExp(Instruction newExp, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainTernaryOperatorImpl. basicSetIfFalse(Instruction newIfFalse, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainTernaryOperatorImpl. basicSetIfTrue(Instruction newIfTrue, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainFillStepImpl. basicSetInstruction(Instruction newInstruction, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainBinaryExpressionImpl. basicSetLeft(Instruction newLeft, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainIntersectionCallImpl. basicSetLeftCollection(Instruction newLeftCollection, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainUnionCallImpl. basicSetLeftCollection(Instruction newLeftCollection, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainBinaryExpressionImpl. basicSetRight(Instruction newRight, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainIntersectionCallImpl. basicSetRightCollection(Instruction newRightCollection, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainUnionCallImpl. basicSetRightCollection(Instruction newRightCollection, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainAddAllCallImpl. basicSetValue(Instruction newValue, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainContainsAllCallImpl. basicSetValue(Instruction newValue, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainContainsCallImpl. basicSetValue(Instruction newValue, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainPropertyStepImpl. basicSetValue(Instruction newValue, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainRetainAllCallImpl. basicSetValue(Instruction newValue, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainVariableDeclarationImpl. basicSetValue(Instruction newValue, org.eclipse.emf.common.notify.NotificationChain msgs)voidTernaryOperatorImpl. setCondition(Instruction newCondition)voidUnaryExpressionImpl. setExp(Instruction newExp)voidTernaryOperatorImpl. setIfFalse(Instruction newIfFalse)voidTernaryOperatorImpl. setIfTrue(Instruction newIfTrue)voidFillStepImpl. setInstruction(Instruction newInstruction)voidBinaryExpressionImpl. setLeft(Instruction newLeft)voidIntersectionCallImpl. setLeftCollection(Instruction newLeftCollection)voidUnionCallImpl. setLeftCollection(Instruction newLeftCollection)voidBinaryExpressionImpl. setRight(Instruction newRight)voidIntersectionCallImpl. setRightCollection(Instruction newRightCollection)voidUnionCallImpl. setRightCollection(Instruction newRightCollection)voidAddAllCallImpl. setValue(Instruction newValue)voidContainsAllCallImpl. setValue(Instruction newValue)voidContainsCallImpl. setValue(Instruction newValue)voidPropertyStepImpl. setValue(Instruction newValue)voidRetainAllCallImpl. setValue(Instruction newValue)voidVariableDeclarationImpl. setValue(Instruction newValue) -
Uses of Instruction in fr.inria.atlanmod.mogwai.gremlin.util
Methods in fr.inria.atlanmod.mogwai.gremlin.util with parameters of type Instruction Modifier and Type Method Description TGremlinSwitch. caseInstruction(Instruction object)Returns the result of interpreting the object as an instance of 'Instruction'.