Uses of Class
org.variantsync.diffdetective.error.UnparseableFormulaException
Package
Description
-
Uses of UnparseableFormulaException in org.variantsync.diffdetective.error
Modifier and TypeFieldDescription(package private) final UnparseableFormulaException
UncheckedUnParseableFormulaException.inner
-
Uses of UnparseableFormulaException in org.variantsync.diffdetective.feature
Modifier and TypeMethodDescriptionAbstractingFormulaExtractor.extractFormula
(String text) Extracts the feature formula as a string from a piece of text (possibly within a diff) and abstracts it.DiffLineFormulaExtractor.extractFormula
(String line) Extracts the feature formula as a string from a line (possibly within a diff).org.prop4j.Node
AnnotationParser.parseAnnotation
(String text) Parse the condition of the given text containing an annotation (typically a line of source code).org.prop4j.Node
PreprocessorAnnotationParser.parseAnnotation
(String line) Parses the condition of the given line of source code that contains a preprocessor macro (i.e., IF, IFDEF, ELIF). -
Uses of UnparseableFormulaException in org.variantsync.diffdetective.feature.cpp
Modifier and TypeMethodDescriptionCPPDiffLineFormulaExtractor.extractFormula
(String line) Extracts the feature formula as a string from a macro line (possibly within a diff).