Uses of Interface
de.uni_hildesheim.sse.vil.expressions.expressionDsl.UnaryExpression
Packages that use UnaryExpression
Package
Description
Translation functionality for expressions.
-
Uses of UnaryExpression in de.uni_hildesheim.sse.vil.expressions.expressionDsl
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return UnaryExpressionModifier and TypeMethodDescriptionExpressionDslFactory.createUnaryExpression()Returns a new object of class 'Unary Expression'.MultiplicativeExpressionPart.getExpr()Returns the value of the 'Expr' containment reference.MultiplicativeExpression.getLeft()Returns the value of the 'Left' containment reference.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl with parameters of type UnaryExpressionModifier and TypeMethodDescriptionvoidMultiplicativeExpressionPart.setExpr(UnaryExpression value) Sets the value of the 'Expr' containment reference.voidMultiplicativeExpression.setLeft(UnaryExpression value) Sets the value of the 'Left' containment reference. -
Uses of UnaryExpression in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl
Classes in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that implement UnaryExpressionModifier and TypeClassDescriptionclassAn implementation of the model object 'Unary Expression'.Fields in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl declared as UnaryExpressionModifier and TypeFieldDescriptionprotected UnaryExpressionMultiplicativeExpressionPartImpl.exprThe cached value of the 'Expr' containment reference.protected UnaryExpressionMultiplicativeExpressionImpl.leftThe cached value of the 'Left' containment reference.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return UnaryExpressionModifier and TypeMethodDescriptionExpressionDslFactoryImpl.createUnaryExpression()MultiplicativeExpressionPartImpl.getExpr()MultiplicativeExpressionImpl.getLeft()Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl with parameters of type UnaryExpressionModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainMultiplicativeExpressionPartImpl.basicSetExpr(UnaryExpression newExpr, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainMultiplicativeExpressionImpl.basicSetLeft(UnaryExpression newLeft, org.eclipse.emf.common.notify.NotificationChain msgs) voidMultiplicativeExpressionPartImpl.setExpr(UnaryExpression newExpr) voidMultiplicativeExpressionImpl.setLeft(UnaryExpression newLeft) -
Uses of UnaryExpression in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util with parameters of type UnaryExpressionModifier and TypeMethodDescriptionExpressionDslSwitch.caseUnaryExpression(UnaryExpression object) Returns the result of interpreting the object as an instance of 'Unary Expression'. -
Uses of UnaryExpression in de.uni_hildesheim.sse.vil.expressions.serializer
Methods in de.uni_hildesheim.sse.vil.expressions.serializer with parameters of type UnaryExpressionModifier and TypeMethodDescriptionprotected voidExpressionDslSemanticSequencer.sequence_UnaryExpression(org.eclipse.xtext.serializer.ISerializationContext context, UnaryExpression semanticObject) Contexts: UnaryExpression returns UnaryExpression Constraint: (op=UnaryOperator? expr=PostfixExpression) -
Uses of UnaryExpression in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation with parameters of type UnaryExpressionModifier and TypeMethodDescriptionprotected net.ssehub.easy.instantiation.core.model.expressions.ExpressionExpressionTranslator.processUnaryExpression(UnaryExpression ex, R resolver) Processes a unary expression.