Uses of Interface
de.uni_hildesheim.sse.vil.expressions.expressionDsl.RelationalExpressionPart
Packages that use RelationalExpressionPart
Package
Description
-
Uses of RelationalExpressionPart in de.uni_hildesheim.sse.vil.expressions.expressionDsl
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return RelationalExpressionPartModifier and TypeMethodDescriptionExpressionDslFactory.createRelationalExpressionPart()Returns a new object of class 'Relational Expression Part'.RelationalExpression.getRight()Returns the value of the 'Right' containment reference.RelationalExpression.getRight2()Returns the value of the 'Right2' containment reference.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl with parameters of type RelationalExpressionPartModifier and TypeMethodDescriptionvoidRelationalExpression.setRight(RelationalExpressionPart value) Sets the value of the 'Right' containment reference.voidRelationalExpression.setRight2(RelationalExpressionPart value) Sets the value of the 'Right2' containment reference. -
Uses of RelationalExpressionPart in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl
Classes in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that implement RelationalExpressionPartModifier and TypeClassDescriptionclassAn implementation of the model object 'Relational Expression Part'.Fields in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl declared as RelationalExpressionPartModifier and TypeFieldDescriptionprotected RelationalExpressionPartRelationalExpressionImpl.rightThe cached value of the 'Right' containment reference.protected RelationalExpressionPartRelationalExpressionImpl.right2The cached value of the 'Right2' containment reference.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return RelationalExpressionPartModifier and TypeMethodDescriptionExpressionDslFactoryImpl.createRelationalExpressionPart()RelationalExpressionImpl.getRight()RelationalExpressionImpl.getRight2()Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl with parameters of type RelationalExpressionPartModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainRelationalExpressionImpl.basicSetRight(RelationalExpressionPart newRight, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainRelationalExpressionImpl.basicSetRight2(RelationalExpressionPart newRight2, org.eclipse.emf.common.notify.NotificationChain msgs) voidRelationalExpressionImpl.setRight(RelationalExpressionPart newRight) voidRelationalExpressionImpl.setRight2(RelationalExpressionPart newRight2) -
Uses of RelationalExpressionPart in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util with parameters of type RelationalExpressionPartModifier and TypeMethodDescriptionExpressionDslSwitch.caseRelationalExpressionPart(RelationalExpressionPart object) Returns the result of interpreting the object as an instance of 'Relational Expression Part'. -
Uses of RelationalExpressionPart in de.uni_hildesheim.sse.vil.expressions.serializer
Methods in de.uni_hildesheim.sse.vil.expressions.serializer with parameters of type RelationalExpressionPartModifier and TypeMethodDescriptionprotected voidExpressionDslSemanticSequencer.sequence_RelationalExpressionPart(org.eclipse.xtext.serializer.ISerializationContext context, RelationalExpressionPart semanticObject) Contexts: RelationalExpressionPart returns RelationalExpressionPart Constraint: (op=RelationalOperator ex=AdditiveExpression)