Uses of Class
org.variantsync.diffdetective.feature.PreprocessorAnnotationParser
Package
Description
-
Uses of PreprocessorAnnotationParser in org.variantsync.diffdetective.datasets.predefined
Modifier and TypeFieldDescriptionstatic final PreprocessorAnnotationParser
Marlin.ANNOTATION_PARSER
-
Uses of PreprocessorAnnotationParser in org.variantsync.diffdetective.feature
Modifier and TypeFieldDescriptionstatic final PreprocessorAnnotationParser
PreprocessorAnnotationParser.CPPAnnotationParser
Default parser for C preprocessor annotations.static final PreprocessorAnnotationParser
PreprocessorAnnotationParser.JPPAnnotationParser
Default parser for JavaPP (Java PreProcessor) annotations.Modifier 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.