Uses of Interface
de.uni_hildesheim.sse.vil.expressions.expressionDsl.LogicalExpressionPart
Packages that use LogicalExpressionPart
Package
Description
-
Uses of LogicalExpressionPart in de.uni_hildesheim.sse.vil.expressions.expressionDsl
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return LogicalExpressionPartModifier and TypeMethodDescriptionExpressionDslFactory.createLogicalExpressionPart()Returns a new object of class 'Logical Expression Part'.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return types with arguments of type LogicalExpressionPartModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<LogicalExpressionPart> LogicalExpression.getRight()Returns the value of the 'Right' containment reference list. -
Uses of LogicalExpressionPart in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl
Classes in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that implement LogicalExpressionPartModifier and TypeClassDescriptionclassAn implementation of the model object 'Logical Expression Part'.Fields in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl with type parameters of type LogicalExpressionPartModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<LogicalExpressionPart> LogicalExpressionImpl.rightThe cached value of the 'Right' containment reference list.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return LogicalExpressionPartMethods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return types with arguments of type LogicalExpressionPartModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<LogicalExpressionPart> LogicalExpressionImpl.getRight() -
Uses of LogicalExpressionPart in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util with parameters of type LogicalExpressionPartModifier and TypeMethodDescriptionExpressionDslSwitch.caseLogicalExpressionPart(LogicalExpressionPart object) Returns the result of interpreting the object as an instance of 'Logical Expression Part'. -
Uses of LogicalExpressionPart in de.uni_hildesheim.sse.vil.expressions.serializer
Methods in de.uni_hildesheim.sse.vil.expressions.serializer with parameters of type LogicalExpressionPartModifier and TypeMethodDescriptionprotected voidExpressionDslSemanticSequencer.sequence_LogicalExpressionPart(org.eclipse.xtext.serializer.ISerializationContext context, LogicalExpressionPart semanticObject) Contexts: LogicalExpressionPart returns LogicalExpressionPart Constraint: (op=LogicalOperator ex=EqualityExpression)