Uses of Interface
de.uni_hildesheim.sse.vil.templatelang.templateLang.FormattingHintPart
Packages that use FormattingHintPart
Package
Description
-
Uses of FormattingHintPart in de.uni_hildesheim.sse.vil.templatelang.serializer
Methods in de.uni_hildesheim.sse.vil.templatelang.serializer with parameters of type FormattingHintPartModifier and TypeMethodDescriptionprotected voidTemplateLangSemanticSequencer.sequence_FormattingHintPart(org.eclipse.xtext.serializer.ISerializationContext context, FormattingHintPart semanticObject) Contexts: FormattingHintPart returns FormattingHintPart Constraint: (name=Identifier (value=STRING | numValue=NUMBER)) -
Uses of FormattingHintPart in de.uni_hildesheim.sse.vil.templatelang.templateLang
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang that return FormattingHintPartModifier and TypeMethodDescriptionTemplateLangFactory.createFormattingHintPart()Returns a new object of class 'Formatting Hint Part'.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang that return types with arguments of type FormattingHintPartModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<FormattingHintPart> FormattingHint.getParts()Returns the value of the 'Parts' containment reference list. -
Uses of FormattingHintPart in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl
Classes in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that implement FormattingHintPartModifier and TypeClassDescriptionclassAn implementation of the model object 'Formatting Hint Part'.Fields in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl with type parameters of type FormattingHintPartModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<FormattingHintPart> FormattingHintImpl.partsThe cached value of the 'Parts' containment reference list.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that return FormattingHintPartMethods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that return types with arguments of type FormattingHintPartModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<FormattingHintPart> FormattingHintImpl.getParts() -
Uses of FormattingHintPart in de.uni_hildesheim.sse.vil.templatelang.templateLang.util
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.util with parameters of type FormattingHintPartModifier and TypeMethodDescriptionTemplateLangSwitch.caseFormattingHintPart(FormattingHintPart object) Returns the result of interpreting the object as an instance of 'Formatting Hint Part'. -
Uses of FormattingHintPart in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation with parameters of type FormattingHintPartModifier and TypeMethodDescriptionprivate StringModelTranslator.getFormattingHintPartNumStringValue(FormattingHintPart part) Returns either the numeric or the string value ofpart.