Class LogProblemSink
java.lang.Object
ch.tocco.nice2.conditionals.api.tree.problems.LogProblemSink
- All Implemented Interfaces:
ProblemSink
-
Field Summary
Fields inherited from interface ch.tocco.nice2.conditionals.api.tree.problems.ProblemSink
EXCEPTION, NULL -
Constructor Summary
ConstructorsConstructorDescriptionLogProblemSink(org.slf4j.Logger log, String head, ProblemFormatter formatter) LogProblemSink(org.slf4j.Logger log, String head, String sourceCode) -
Method Summary
Modifier and TypeMethodDescriptionintintvoid
-
Constructor Details
-
LogProblemSink
-
LogProblemSink
-
-
Method Details
-
problem
- Specified by:
problemin interfaceProblemSink
-
getErrorCount
public int getErrorCount() -
getWarningCount
public int getWarningCount()
-