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.datasets.predefined
Fields in org.variantsync.diffdetective.datasets.predefined declared as AnnotationParser -
Uses of AnnotationParser in org.variantsync.diffdetective.feature
Classes in org.variantsync.diffdetective.feature that implement AnnotationParserModifier and TypeClassDescriptionclassA parser of preprocessor-like annotations. -
Uses of AnnotationParser in org.variantsync.diffdetective.feature.cpp
Classes in org.variantsync.diffdetective.feature.cpp that implement AnnotationParser -
Uses of AnnotationParser in org.variantsync.diffdetective.feature.jpp
Classes in org.variantsync.diffdetective.feature.jpp that implement AnnotationParser -
Uses of AnnotationParser in org.variantsync.diffdetective.variation.diff.parse
Fields in org.variantsync.diffdetective.variation.diff.parse declared as AnnotationParserModifier and TypeFieldDescriptionprivate final AnnotationParserVariationDiffParseOptions.annotationParserThe field for theannotationParserrecord component.Methods in org.variantsync.diffdetective.variation.diff.parse that return AnnotationParserModifier and TypeMethodDescriptionVariationDiffParseOptions.annotationParser()Returns the value of theannotationParserrecord 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 aVariationDiffParseOptionsrecord class.