Uses of Interface
de.gebit.integrity.dsl.VisibleSingleLineComment
-
Packages that use VisibleSingleLineComment Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util de.gebit.integrity.utils -
-
Uses of VisibleSingleLineComment in de.gebit.integrity.dsl
Subinterfaces of VisibleSingleLineComment in de.gebit.integrity.dsl Modifier and Type Interface Description interfaceVisibleSingleLineNormalCommentA representation of the model object 'Visible Single Line Normal Comment'.interfaceVisibleSingleLineTitleCommentA representation of the model object 'Visible Single Line Title Comment'.Methods in de.gebit.integrity.dsl that return VisibleSingleLineComment Modifier and Type Method Description VisibleSingleLineCommentDslFactory. createVisibleSingleLineComment()Returns a new object of class 'Visible Single Line Comment'. -
Uses of VisibleSingleLineComment in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement VisibleSingleLineComment Modifier and Type Class Description classVisibleSingleLineCommentImplAn implementation of the model object 'Visible Single Line Comment'.classVisibleSingleLineNormalCommentImplAn implementation of the model object 'Visible Single Line Normal Comment'.classVisibleSingleLineTitleCommentImplAn implementation of the model object 'Visible Single Line Title Comment'.Methods in de.gebit.integrity.dsl.impl that return VisibleSingleLineComment Modifier and Type Method Description VisibleSingleLineCommentDslFactoryImpl. createVisibleSingleLineComment() -
Uses of VisibleSingleLineComment in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type VisibleSingleLineComment Modifier and Type Method Description TDslSwitch. caseVisibleSingleLineComment(VisibleSingleLineComment object)Returns the result of interpreting the object as an instance of 'Visible Single Line Comment'. -
Uses of VisibleSingleLineComment in de.gebit.integrity.utils
Methods in de.gebit.integrity.utils with parameters of type VisibleSingleLineComment Modifier and Type Method Description static StringIntegrityDSLUtil. cleanSingleLineComment(VisibleSingleLineComment aComment)Removes the prefix as well as any trailing newlines from visible single-line comment text.
-