Uses of Interface
de.gebit.integrity.dsl.VisibleMultiLineComment
-
Packages that use VisibleMultiLineComment Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util de.gebit.integrity.utils -
-
Uses of VisibleMultiLineComment in de.gebit.integrity.dsl
Subinterfaces of VisibleMultiLineComment in de.gebit.integrity.dsl Modifier and Type Interface Description interfaceVisibleMultiLineNormalCommentA representation of the model object 'Visible Multi Line Normal Comment'.interfaceVisibleMultiLineTitleCommentA representation of the model object 'Visible Multi Line Title Comment'.Methods in de.gebit.integrity.dsl that return VisibleMultiLineComment Modifier and Type Method Description VisibleMultiLineCommentDslFactory. createVisibleMultiLineComment()Returns a new object of class 'Visible Multi Line Comment'. -
Uses of VisibleMultiLineComment in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement VisibleMultiLineComment Modifier and Type Class Description classVisibleMultiLineCommentImplAn implementation of the model object 'Visible Multi Line Comment'.classVisibleMultiLineNormalCommentImplAn implementation of the model object 'Visible Multi Line Normal Comment'.classVisibleMultiLineTitleCommentImplAn implementation of the model object 'Visible Multi Line Title Comment'.Methods in de.gebit.integrity.dsl.impl that return VisibleMultiLineComment Modifier and Type Method Description VisibleMultiLineCommentDslFactoryImpl. createVisibleMultiLineComment() -
Uses of VisibleMultiLineComment in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type VisibleMultiLineComment Modifier and Type Method Description TDslSwitch. caseVisibleMultiLineComment(VisibleMultiLineComment object)Returns the result of interpreting the object as an instance of 'Visible Multi Line Comment'. -
Uses of VisibleMultiLineComment in de.gebit.integrity.utils
Methods in de.gebit.integrity.utils with parameters of type VisibleMultiLineComment Modifier and Type Method Description static StringIntegrityDSLUtil. cleanMultiLineComment(VisibleMultiLineComment aComment)Removes prefix and suffix from visible single-line comment text, as well as any newlines in between.
-