Uses of Interface
org.variantsync.diffdetective.feature.AnnotationParser
Package
Description
-
Uses of AnnotationParser in org.variantsync.diffdetective.datasets
Modifier and TypeMethodDescriptionPatchDiffParseOptions.withAnnotationParser
(AnnotationParser annotationParser) Creates PatchDiffParseOptions with the given annotation parser. -
Uses of AnnotationParser in org.variantsync.diffdetective.feature
Modifier and TypeClassDescriptionclass
A parser of preprocessor-like annotations. -
Uses of AnnotationParser in org.variantsync.diffdetective.variation.diff.parse
Modifier and TypeFieldDescriptionprivate final AnnotationParser
VariationDiffParseOptions.annotationParser
The field for theannotationParser
record component.Modifier and TypeMethodDescriptionVariationDiffParseOptions.annotationParser()
Returns the value of theannotationParser
record component.Modifier and TypeMethodDescriptionVariationDiffParseOptions.withAnnotationParser
(AnnotationParser annotationParser) Creates VariationDiffParseOptions with the given annotation parser.ModifierConstructorDescriptionVariationDiffParseOptions
(AnnotationParser annotationParser, boolean collapseMultipleCodeLines, boolean ignoreEmptyLines) Creates an instance of aVariationDiffParseOptions
record class.