Uses of Class
org.variantsync.diffdetective.feature.PreprocessorAnnotationParser
Packages that use PreprocessorAnnotationParser
Package
Description
-
Uses of PreprocessorAnnotationParser in org.variantsync.diffdetective.datasets.predefined
Fields in org.variantsync.diffdetective.datasets.predefined declared as PreprocessorAnnotationParserModifier and TypeFieldDescriptionstatic final PreprocessorAnnotationParser
Marlin.ANNOTATION_PARSER
-
Uses of PreprocessorAnnotationParser in org.variantsync.diffdetective.feature
Fields in org.variantsync.diffdetective.feature declared as PreprocessorAnnotationParserModifier and TypeFieldDescriptionstatic final PreprocessorAnnotationParser
PreprocessorAnnotationParser.CPPAnnotationParser
Default parser for C preprocessor annotations.static final PreprocessorAnnotationParser
PreprocessorAnnotationParser.JPPAnnotationParser
Default parser for JavaPP (Java PreProcessor) annotations.Methods in org.variantsync.diffdetective.feature that return PreprocessorAnnotationParserModifier and TypeMethodDescriptionstatic PreprocessorAnnotationParser
PreprocessorAnnotationParser.CreateCppAnnotationParser
(PropositionalFormulaParser formulaParser, DiffLineFormulaExtractor formulaExtractor) Creates a new preprocessor annotation parser for C preprocessor annotations.static PreprocessorAnnotationParser
PreprocessorAnnotationParser.CreateJppAnnotationParser
(PropositionalFormulaParser formulaParser, DiffLineFormulaExtractor formulaExtractor) Creates a new preprocessor annotation parser for JavaPP (Java PreProcessor) annotations.