Uses of Interface
de.uni_hildesheim.sse.vil.expressions.expressionDsl.Compound
Packages that use Compound
Package
Description
Translation functionality for expressions.
-
Uses of Compound in de.uni_hildesheim.sse.vil.expressions.expressionDsl
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return CompoundModifier and TypeMethodDescriptionExpressionDslFactory.createCompound()Returns a new object of class 'Compound'. -
Uses of Compound in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl
Classes in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that implement CompoundModifier and TypeClassDescriptionclassAn implementation of the model object 'Compound'.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return Compound -
Uses of Compound in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util with parameters of type CompoundModifier and TypeMethodDescriptionExpressionDslSwitch.caseCompound(Compound object) Returns the result of interpreting the object as an instance of 'Compound'. -
Uses of Compound in de.uni_hildesheim.sse.vil.expressions.serializer
Methods in de.uni_hildesheim.sse.vil.expressions.serializer with parameters of type CompoundModifier and TypeMethodDescriptionprotected voidExpressionDslSemanticSequencer.sequence_Compound(org.eclipse.xtext.serializer.ISerializationContext context, Compound semanticObject) Contexts: Compound returns Compound Constraint: (abstract='abstract'? name=Identifier super=Identifier? vars+=VariableDeclaration*) -
Uses of Compound in de.uni_hildesheim.sse.vil.expressions.translation
Method parameters in de.uni_hildesheim.sse.vil.expressions.translation with type arguments of type CompoundModifier and TypeMethodDescriptionprotected voidModelTranslator.processCompounds(List<Compound> cmps, net.ssehub.easy.instantiation.core.model.common.ICompoundReceiver receiver) Processes the given compounds.private voidModelTranslator.processCompounds(List<Compound> cmps, net.ssehub.easy.instantiation.core.model.common.ICompoundReceiver receiver, boolean force) Processes the given typedefs.