Uses of Interface
de.uni_hildesheim.sse.vil.templatelang.templateLang.FormattingHint
Packages that use FormattingHint
Package
Description
-
Uses of FormattingHint in de.uni_hildesheim.sse.vil.templatelang.serializer
Methods in de.uni_hildesheim.sse.vil.templatelang.serializer with parameters of type FormattingHintModifier and TypeMethodDescriptionprotected voidTemplateLangSemanticSequencer.sequence_FormattingHint(org.eclipse.xtext.serializer.ISerializationContext context, FormattingHint semanticObject) Contexts: FormattingHint returns FormattingHint Constraint: (parts+=FormattingHintPart parts+=FormattingHintPart*) -
Uses of FormattingHint in de.uni_hildesheim.sse.vil.templatelang.templateLang
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang that return FormattingHintModifier and TypeMethodDescriptionTemplateLangFactory.createFormattingHint()Returns a new object of class 'Formatting Hint'.LanguageUnit.getFormatting()Returns the value of the 'Formatting' containment reference.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang with parameters of type FormattingHintModifier and TypeMethodDescriptionvoidLanguageUnit.setFormatting(FormattingHint value) Sets the value of the 'Formatting' containment reference. -
Uses of FormattingHint in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl
Classes in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that implement FormattingHintModifier and TypeClassDescriptionclassAn implementation of the model object 'Formatting Hint'.Fields in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl declared as FormattingHintModifier and TypeFieldDescriptionprotected FormattingHintLanguageUnitImpl.formattingThe cached value of the 'Formatting' containment reference.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that return FormattingHintModifier and TypeMethodDescriptionTemplateLangFactoryImpl.createFormattingHint()LanguageUnitImpl.getFormatting()Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl with parameters of type FormattingHintModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainLanguageUnitImpl.basicSetFormatting(FormattingHint newFormatting, org.eclipse.emf.common.notify.NotificationChain msgs) voidLanguageUnitImpl.setFormatting(FormattingHint newFormatting) -
Uses of FormattingHint in de.uni_hildesheim.sse.vil.templatelang.templateLang.util
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.util with parameters of type FormattingHintModifier and TypeMethodDescriptionTemplateLangSwitch.caseFormattingHint(FormattingHint object) Returns the result of interpreting the object as an instance of 'Formatting Hint'. -
Uses of FormattingHint in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation with parameters of type FormattingHintModifier and TypeMethodDescriptionprivate net.ssehub.easy.instantiation.core.model.templateModel.FormattingConfigurationModelTranslator.processFormattingHint(FormattingHint hint) Processes the formatting hint.