Uses of Interface
de.uni_hildesheim.sse.vil.expressions.expressionDsl.LogicalExpression
Packages that use LogicalExpression
Package
Description
Translation functionality for expressions.
-
Uses of LogicalExpression in de.uni_hildesheim.sse.vil.expressions.expressionDsl
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return LogicalExpressionModifier and TypeMethodDescriptionExpressionDslFactory.createLogicalExpression()Returns a new object of class 'Logical Expression'.Expression.getExpr()Returns the value of the 'Expr' containment reference.ContainerInitializerExpression.getLogical()Returns the value of the 'Logical' containment reference.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl with parameters of type LogicalExpressionModifier and TypeMethodDescriptionvoidExpression.setExpr(LogicalExpression value) Sets the value of the 'Expr' containment reference.voidContainerInitializerExpression.setLogical(LogicalExpression value) Sets the value of the 'Logical' containment reference. -
Uses of LogicalExpression in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl
Classes in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that implement LogicalExpressionModifier and TypeClassDescriptionclassAn implementation of the model object 'Logical Expression'.Fields in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl declared as LogicalExpressionModifier and TypeFieldDescriptionprotected LogicalExpressionExpressionImpl.exprThe cached value of the 'Expr' containment reference.protected LogicalExpressionContainerInitializerExpressionImpl.logicalThe cached value of the 'Logical' containment reference.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return LogicalExpressionModifier and TypeMethodDescriptionExpressionDslFactoryImpl.createLogicalExpression()ExpressionImpl.getExpr()ContainerInitializerExpressionImpl.getLogical()Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl with parameters of type LogicalExpressionModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainExpressionImpl.basicSetExpr(LogicalExpression newExpr, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainContainerInitializerExpressionImpl.basicSetLogical(LogicalExpression newLogical, org.eclipse.emf.common.notify.NotificationChain msgs) voidExpressionImpl.setExpr(LogicalExpression newExpr) voidContainerInitializerExpressionImpl.setLogical(LogicalExpression newLogical) -
Uses of LogicalExpression in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util with parameters of type LogicalExpressionModifier and TypeMethodDescriptionExpressionDslSwitch.caseLogicalExpression(LogicalExpression object) Returns the result of interpreting the object as an instance of 'Logical Expression'. -
Uses of LogicalExpression in de.uni_hildesheim.sse.vil.expressions.serializer
Methods in de.uni_hildesheim.sse.vil.expressions.serializer with parameters of type LogicalExpressionModifier and TypeMethodDescriptionprotected voidExpressionDslSemanticSequencer.sequence_LogicalExpression(org.eclipse.xtext.serializer.ISerializationContext context, LogicalExpression semanticObject) Contexts: LogicalExpression returns LogicalExpression Constraint: (left=EqualityExpression right+=LogicalExpressionPart*) -
Uses of LogicalExpression in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation with parameters of type LogicalExpressionModifier and TypeMethodDescriptionnet.ssehub.easy.instantiation.core.model.expressions.ExpressionExpressionTranslator.processLogicalExpression(LogicalExpression ex, R resolver) Processes a logical expression.