You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -74,6 +74,26 @@ public PreprocessorAnnotationParser(final Pattern annotationPattern, final Propo
74
74
this.extractor = formulaExtractor;
75
75
}
76
76
77
+
/**
78
+
* Creates a new preprocessor annotation parser for C preprocessor annotations.
79
+
*
80
+
* @param formulaParser Parser that is used to parse propositional formulas in conditional annotations (e.g., the formula <code>f</code> in <code>#if f</code>).
81
+
* @param formulaExtractor An extractor that extracts the formula part of a preprocessor annotation that is then given to the formulaParser.
* Creates a new preprocessor annotation parser for <a href="https://www.slashdev.ca/javapp/">JavaPP (Java PreProcessor)</a> annotations.
89
+
*
90
+
* @param formulaParser Parser that is used to parse propositional formulas in conditional annotations (e.g., the formula <code>f</code> in <code>#if f</code>).
91
+
* @param formulaExtractor An extractor that extracts the formula part of a preprocessor annotation that is then given to the formulaParser.
0 commit comments