Uses of Interface
de.uni_hildesheim.sse.vil.templatelang.templateLang.HintedExpression
Packages that use HintedExpression
Package
Description
-
Uses of HintedExpression in de.uni_hildesheim.sse.vil.templatelang.serializer
Methods in de.uni_hildesheim.sse.vil.templatelang.serializer with parameters of type HintedExpressionModifier and TypeMethodDescriptionprotected voidTemplateLangSemanticSequencer.sequence_HintedExpression(org.eclipse.xtext.serializer.ISerializationContext context, HintedExpression semanticObject) Contexts: HintedExpression returns HintedExpression Constraint: (ex=Expression (hint=ID | hint='<')?) -
Uses of HintedExpression in de.uni_hildesheim.sse.vil.templatelang.templateLang
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang that return HintedExpressionModifier and TypeMethodDescriptionTemplateLangFactory.createHintedExpression()Returns a new object of class 'Hinted Expression'.Top.getEx()Returns the value of the 'Ex' containment reference.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang with parameters of type HintedExpressionModifier and TypeMethodDescriptionvoidTop.setEx(HintedExpression value) Sets the value of the 'Ex' containment reference. -
Uses of HintedExpression in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl
Classes in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that implement HintedExpressionModifier and TypeClassDescriptionclassAn implementation of the model object 'Hinted Expression'.Fields in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl declared as HintedExpressionModifier and TypeFieldDescriptionprotected HintedExpressionTopImpl.exThe cached value of the 'Ex' containment reference.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that return HintedExpressionModifier and TypeMethodDescriptionTemplateLangFactoryImpl.createHintedExpression()TopImpl.getEx()Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl with parameters of type HintedExpressionModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainTopImpl.basicSetEx(HintedExpression newEx, org.eclipse.emf.common.notify.NotificationChain msgs) voidTopImpl.setEx(HintedExpression newEx) -
Uses of HintedExpression in de.uni_hildesheim.sse.vil.templatelang.templateLang.util
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.util with parameters of type HintedExpressionModifier and TypeMethodDescriptionTemplateLangSwitch.caseHintedExpression(HintedExpression object) Returns the result of interpreting the object as an instance of 'Hinted Expression'.