Uses of Interface
de.gebit.integrity.dsl.VisibleMultiLineNormalComment
-
Packages that use VisibleMultiLineNormalComment Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util de.gebit.integrity.serializer -
-
Uses of VisibleMultiLineNormalComment in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return VisibleMultiLineNormalComment Modifier and Type Method Description VisibleMultiLineNormalCommentDslFactory. createVisibleMultiLineNormalComment()Returns a new object of class 'Visible Multi Line Normal Comment'. -
Uses of VisibleMultiLineNormalComment in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement VisibleMultiLineNormalComment Modifier and Type Class Description classVisibleMultiLineNormalCommentImplAn implementation of the model object 'Visible Multi Line Normal Comment'.Methods in de.gebit.integrity.dsl.impl that return VisibleMultiLineNormalComment Modifier and Type Method Description VisibleMultiLineNormalCommentDslFactoryImpl. createVisibleMultiLineNormalComment() -
Uses of VisibleMultiLineNormalComment in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type VisibleMultiLineNormalComment Modifier and Type Method Description TDslSwitch. caseVisibleMultiLineNormalComment(VisibleMultiLineNormalComment object)Returns the result of interpreting the object as an instance of 'Visible Multi Line Normal Comment'. -
Uses of VisibleMultiLineNormalComment in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type VisibleMultiLineNormalComment Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_VisibleMultiLineNormalComment(org.eclipse.xtext.serializer.ISerializationContext context, VisibleMultiLineNormalComment semanticObject)Contexts: VisibleComment returns VisibleMultiLineNormalComment VisibleMultiLineComment returns VisibleMultiLineNormalComment VisibleMultiLineNormalComment returns VisibleMultiLineNormalComment SuiteStatement returns VisibleMultiLineNormalComment Constraint: content=ML_VISIBLE_COMMENT
-