public interface IProblemReporter
Modifier and Type | Method and Description |
---|---|
void |
addProblem(ICompilerProblem problem)
Adds an
ICompilerProblem to this reporter |
String |
getSourceFilePath()
Gets the source file that we are reporting for
|
void addProblem(ICompilerProblem problem)
ICompilerProblem
to this reporterproblem
- an ICompilerProblem
String getSourceFilePath()
Copyright © 2016 The Apache Software Foundation. All rights reserved.