Uses of Interface
org.variantsync.diffdetective.feature.DiffLineFormulaExtractor
Packages that use DiffLineFormulaExtractor
Package
Description
-
Uses of DiffLineFormulaExtractor in org.variantsync.diffdetective.datasets.predefined
Classes in org.variantsync.diffdetective.datasets.predefined that implement DiffLineFormulaExtractorModifier and TypeClassDescriptionclass
Extracts formulas from preprocessor annotations in the marlin firmware. -
Uses of DiffLineFormulaExtractor in org.variantsync.diffdetective.feature
Classes in org.variantsync.diffdetective.feature that implement DiffLineFormulaExtractorModifier and TypeClassDescriptionclass
AbstractingFormulaExtractor is an abstract class that extracts a formula from text containing a conditional annotation, and then abstracts the formula using the customAbstractingFormulaExtractor.abstractFormula(String)
implementation of its subclass.Fields in org.variantsync.diffdetective.feature declared as DiffLineFormulaExtractorModifier and TypeFieldDescriptionprivate final DiffLineFormulaExtractor
PreprocessorAnnotationParser.extractor
Methods in org.variantsync.diffdetective.feature with parameters of type DiffLineFormulaExtractorModifier 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.Constructors in org.variantsync.diffdetective.feature with parameters of type DiffLineFormulaExtractorModifierConstructorDescriptionPreprocessorAnnotationParser
(Pattern annotationPattern, DiffLineFormulaExtractor formulaExtractor) PreprocessorAnnotationParser
(Pattern annotationPattern, PropositionalFormulaParser formulaParser, DiffLineFormulaExtractor formulaExtractor) Creates a new preprocessor annotation parser. -
Uses of DiffLineFormulaExtractor in org.variantsync.diffdetective.feature.cpp
Classes in org.variantsync.diffdetective.feature.cpp that implement DiffLineFormulaExtractorModifier and TypeClassDescriptionclass
Extracts the expression from a C preprocessor statement. -
Uses of DiffLineFormulaExtractor in org.variantsync.diffdetective.feature.jpp
Classes in org.variantsync.diffdetective.feature.jpp that implement DiffLineFormulaExtractorModifier and TypeClassDescriptionclass
Extracts the expression from a JavaPP (Java PreProcessor) statement .