Uses of Interface
de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.LoopVariable
Packages that use LoopVariable
Package
Description
-
Uses of LoopVariable in de.uni_hildesheim.sse.vil.buildlang.serializer
Methods in de.uni_hildesheim.sse.vil.buildlang.serializer with parameters of type LoopVariableModifier and TypeMethodDescriptionprotected voidVilBuildLanguageSemanticSequencer.sequence_LoopVariable(org.eclipse.xtext.serializer.ISerializationContext context, LoopVariable semanticObject) Contexts: LoopVariable returns LoopVariable Constraint: (type=Type? var=Identifier) -
Uses of LoopVariable in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage
Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage that return LoopVariableModifier and TypeMethodDescriptionVilBuildLanguageFactory.createLoopVariable()Returns a new object of class 'Loop Variable'.Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage that return types with arguments of type LoopVariableModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<LoopVariable> For.getVar()Returns the value of the 'Var' containment reference list.org.eclipse.emf.common.util.EList<LoopVariable> Map.getVar()Returns the value of the 'Var' containment reference list. -
Uses of LoopVariable in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl
Classes in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl that implement LoopVariableModifier and TypeClassDescriptionclassAn implementation of the model object 'Loop Variable'.Fields in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl with type parameters of type LoopVariableModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<LoopVariable> ForImpl.varThe cached value of the 'Var' containment reference list.protected org.eclipse.emf.common.util.EList<LoopVariable> MapImpl.varThe cached value of the 'Var' containment reference list.Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl that return LoopVariableMethods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl that return types with arguments of type LoopVariableModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<LoopVariable> ForImpl.getVar()org.eclipse.emf.common.util.EList<LoopVariable> MapImpl.getVar() -
Uses of LoopVariable in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.util
Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.util with parameters of type LoopVariableModifier and TypeMethodDescriptionVilBuildLanguageSwitch.caseLoopVariable(LoopVariable object) Returns the result of interpreting the object as an instance of 'Loop Variable'.