Uses of Interface
de.uni_hildesheim.sse.vil.templatelang.templateLang.IndentationHintPart
Packages that use IndentationHintPart
Package
Description
-
Uses of IndentationHintPart in de.uni_hildesheim.sse.vil.templatelang.serializer
Methods in de.uni_hildesheim.sse.vil.templatelang.serializer with parameters of type IndentationHintPartModifier and TypeMethodDescriptionprotected voidTemplateLangSemanticSequencer.sequence_IndentationHintPart(org.eclipse.xtext.serializer.ISerializationContext context, IndentationHintPart semanticObject) Contexts: IndentationHintPart returns IndentationHintPart Constraint: (name=Identifier value=NUMBER) -
Uses of IndentationHintPart in de.uni_hildesheim.sse.vil.templatelang.templateLang
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang that return IndentationHintPartModifier and TypeMethodDescriptionTemplateLangFactory.createIndentationHintPart()Returns a new object of class 'Indentation Hint Part'.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang that return types with arguments of type IndentationHintPartModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<IndentationHintPart> IndentationHint.getParts()Returns the value of the 'Parts' containment reference list. -
Uses of IndentationHintPart in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl
Classes in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that implement IndentationHintPartModifier and TypeClassDescriptionclassAn implementation of the model object 'Indentation Hint Part'.Fields in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl with type parameters of type IndentationHintPartModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<IndentationHintPart> IndentationHintImpl.partsThe cached value of the 'Parts' containment reference list.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that return IndentationHintPartMethods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that return types with arguments of type IndentationHintPartModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<IndentationHintPart> IndentationHintImpl.getParts() -
Uses of IndentationHintPart in de.uni_hildesheim.sse.vil.templatelang.templateLang.util
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.util with parameters of type IndentationHintPartModifier and TypeMethodDescriptionTemplateLangSwitch.caseIndentationHintPart(IndentationHintPart object) Returns the result of interpreting the object as an instance of 'Indentation Hint Part'.