Uses of Interface
de.uni_hildesheim.sse.vil.expressions.expressionDsl.VariableDeclaration
Packages that use VariableDeclaration
Package
Description
Translation functionality for expressions.
-
Uses of VariableDeclaration in de.uni_hildesheim.sse.vil.expressions.expressionDsl
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return VariableDeclarationModifier and TypeMethodDescriptionExpressionDslFactory.createVariableDeclaration()Returns a new object of class 'Variable Declaration'.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return types with arguments of type VariableDeclarationModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<VariableDeclaration> Compound.getVars()Returns the value of the 'Vars' containment reference list. -
Uses of VariableDeclaration in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl
Classes in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that implement VariableDeclarationModifier and TypeClassDescriptionclassAn implementation of the model object 'Variable Declaration'.Fields in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl with type parameters of type VariableDeclarationModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<VariableDeclaration> CompoundImpl.varsThe cached value of the 'Vars' containment reference list.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return VariableDeclarationMethods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return types with arguments of type VariableDeclarationModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<VariableDeclaration> CompoundImpl.getVars() -
Uses of VariableDeclaration in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util with parameters of type VariableDeclarationModifier and TypeMethodDescriptionExpressionDslSwitch.caseVariableDeclaration(VariableDeclaration object) Returns the result of interpreting the object as an instance of 'Variable Declaration'. -
Uses of VariableDeclaration in de.uni_hildesheim.sse.vil.expressions.serializer
Methods in de.uni_hildesheim.sse.vil.expressions.serializer with parameters of type VariableDeclarationModifier and TypeMethodDescriptionprotected voidExpressionDslSemanticSequencer.sequence_VariableDeclaration(org.eclipse.xtext.serializer.ISerializationContext context, VariableDeclaration semanticObject) Contexts: VariableDeclaration returns VariableDeclaration Constraint: (const='const'? type=Type name=Identifier expression=Expression?) -
Uses of VariableDeclaration in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation with parameters of type VariableDeclarationModifier and TypeMethodDescriptionExpressionTranslator.processVariableDeclaration(VariableDeclaration decl, R resolver) Processes a variable declaration.Method parameters in de.uni_hildesheim.sse.vil.expressions.translation with type arguments of type VariableDeclarationModifier and TypeMethodDescriptionprotected voidModelTranslator.processVariableDeclarations(List<VariableDeclaration> decls, net.ssehub.easy.instantiation.core.model.common.IVariableDeclarationReceiver<I> receiver) Processes all variable declarations considering dependencies and terminates with an error if not all can be resolved.protected voidModelTranslator.processVariableDeclarations(List<VariableDeclaration> decls, net.ssehub.easy.instantiation.core.model.common.IVariableDeclarationReceiver<I> receiver, boolean addToResolver) Processes all variable declarations considering dependencies and terminates with an error if not all can be resolved.private voidModelTranslator.processVariableDeclarations(List<VariableDeclaration> decls, net.ssehub.easy.instantiation.core.model.common.IVariableDeclarationReceiver<I> receiver, boolean force, boolean addToResolver) Processes a set of variable declarations and adds successfully processed ones to the current resolver level.