Uses of Interface
de.gebit.integrity.dsl.VisibleMultiLineTitleComment
-
Packages that use VisibleMultiLineTitleComment Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util de.gebit.integrity.serializer -
-
Uses of VisibleMultiLineTitleComment in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return VisibleMultiLineTitleComment Modifier and Type Method Description VisibleMultiLineTitleCommentDslFactory. createVisibleMultiLineTitleComment()Returns a new object of class 'Visible Multi Line Title Comment'. -
Uses of VisibleMultiLineTitleComment in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement VisibleMultiLineTitleComment Modifier and Type Class Description classVisibleMultiLineTitleCommentImplAn implementation of the model object 'Visible Multi Line Title Comment'.Methods in de.gebit.integrity.dsl.impl that return VisibleMultiLineTitleComment Modifier and Type Method Description VisibleMultiLineTitleCommentDslFactoryImpl. createVisibleMultiLineTitleComment() -
Uses of VisibleMultiLineTitleComment in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type VisibleMultiLineTitleComment Modifier and Type Method Description TDslSwitch. caseVisibleMultiLineTitleComment(VisibleMultiLineTitleComment object)Returns the result of interpreting the object as an instance of 'Visible Multi Line Title Comment'. -
Uses of VisibleMultiLineTitleComment in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type VisibleMultiLineTitleComment Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_VisibleMultiLineTitleComment(org.eclipse.xtext.serializer.ISerializationContext context, VisibleMultiLineTitleComment semanticObject)Contexts: VisibleComment returns VisibleMultiLineTitleComment VisibleMultiLineComment returns VisibleMultiLineTitleComment VisibleMultiLineTitleComment returns VisibleMultiLineTitleComment SuiteStatement returns VisibleMultiLineTitleComment Constraint: content=ML_VISIBLE_TITLE_COMMENT
-