Uses of Interface
org.variantsync.diffdetective.feature.AnnotationParser
Packages that use AnnotationParser
Package
Description
-
Uses of AnnotationParser in org.variantsync.diffdetective.datasets
Methods in org.variantsync.diffdetective.datasets with parameters of type AnnotationParserModifier and TypeMethodDescriptionPatchDiffParseOptions.withAnnotationParser
(AnnotationParser annotationParser) Creates PatchDiffParseOptions with the given annotation parser. -
Uses of AnnotationParser in org.variantsync.diffdetective.feature
Classes in org.variantsync.diffdetective.feature that implement AnnotationParserModifier and TypeClassDescriptionclass
A parser of preprocessor-like annotations. -
Uses of AnnotationParser in org.variantsync.diffdetective.variation.diff.parse
Fields in org.variantsync.diffdetective.variation.diff.parse declared as AnnotationParserModifier and TypeFieldDescriptionprivate final AnnotationParser
VariationDiffParseOptions.annotationParser
The field for theannotationParser
record component.Methods in org.variantsync.diffdetective.variation.diff.parse that return AnnotationParserModifier and TypeMethodDescriptionVariationDiffParseOptions.annotationParser()
Returns the value of theannotationParser
record component.Methods in org.variantsync.diffdetective.variation.diff.parse with parameters of type AnnotationParserModifier and TypeMethodDescriptionVariationDiffParseOptions.withAnnotationParser
(AnnotationParser annotationParser) Creates VariationDiffParseOptions with the given annotation parser.Constructors in org.variantsync.diffdetective.variation.diff.parse with parameters of type AnnotationParserModifierConstructorDescriptionVariationDiffParseOptions
(AnnotationParser annotationParser, boolean collapseMultipleCodeLines, boolean ignoreEmptyLines) Creates an instance of aVariationDiffParseOptions
record class.