Uses of Interface
de.uni_hildesheim.sse.vil.expressions.expressionDsl.RelationalExpression
Packages that use RelationalExpression
Package
Description
Translation functionality for expressions.
-
Uses of RelationalExpression in de.uni_hildesheim.sse.vil.expressions.expressionDsl
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return RelationalExpressionModifier and TypeMethodDescriptionExpressionDslFactory.createRelationalExpression()Returns a new object of class 'Relational Expression'.EqualityExpressionPart.getEx()Returns the value of the 'Ex' containment reference.EqualityExpression.getLeft()Returns the value of the 'Left' containment reference.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl with parameters of type RelationalExpressionModifier and TypeMethodDescriptionvoidEqualityExpressionPart.setEx(RelationalExpression value) Sets the value of the 'Ex' containment reference.voidEqualityExpression.setLeft(RelationalExpression value) Sets the value of the 'Left' containment reference. -
Uses of RelationalExpression in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl
Classes in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that implement RelationalExpressionModifier and TypeClassDescriptionclassAn implementation of the model object 'Relational Expression'.Fields in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl declared as RelationalExpressionModifier and TypeFieldDescriptionprotected RelationalExpressionEqualityExpressionPartImpl.exThe cached value of the 'Ex' containment reference.protected RelationalExpressionEqualityExpressionImpl.leftThe cached value of the 'Left' containment reference.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return RelationalExpressionModifier and TypeMethodDescriptionExpressionDslFactoryImpl.createRelationalExpression()EqualityExpressionPartImpl.getEx()EqualityExpressionImpl.getLeft()Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl with parameters of type RelationalExpressionModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainEqualityExpressionPartImpl.basicSetEx(RelationalExpression newEx, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainEqualityExpressionImpl.basicSetLeft(RelationalExpression newLeft, org.eclipse.emf.common.notify.NotificationChain msgs) voidEqualityExpressionPartImpl.setEx(RelationalExpression newEx) voidEqualityExpressionImpl.setLeft(RelationalExpression newLeft) -
Uses of RelationalExpression in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util with parameters of type RelationalExpressionModifier and TypeMethodDescriptionExpressionDslSwitch.caseRelationalExpression(RelationalExpression object) Returns the result of interpreting the object as an instance of 'Relational Expression'. -
Uses of RelationalExpression in de.uni_hildesheim.sse.vil.expressions.serializer
Methods in de.uni_hildesheim.sse.vil.expressions.serializer with parameters of type RelationalExpressionModifier and TypeMethodDescriptionprotected voidExpressionDslSemanticSequencer.sequence_RelationalExpression(org.eclipse.xtext.serializer.ISerializationContext context, RelationalExpression semanticObject) Contexts: RelationalExpression returns RelationalExpression Constraint: (left=AdditiveExpression (right=RelationalExpressionPart right2=RelationalExpressionPart?)?) -
Uses of RelationalExpression in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation with parameters of type RelationalExpressionModifier and TypeMethodDescriptionprotected net.ssehub.easy.instantiation.core.model.expressions.ExpressionExpressionTranslator.processRelationalExpression(RelationalExpression ex, R resolver) Processes a relational expression.