public interface SourceInfo
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getMainClasses()
Returns the main classes found in this compilation unit.
|
xsbti.Problem[] |
getReportedProblems()
Returns the reported problems by the Java or Scala compiler.
|
xsbti.Problem[] |
getUnreportedProblems()
Returns the unreported problems by the Java or Scala compiler.
|
xsbti.Problem[] getReportedProblems()
Note that a reported problem is a problem that has been shown to the end user.
xsbti.Problem[] getUnreportedProblems()
Note that an unreported problem is a problem that has not been shown to the end user.
java.lang.String[] getMainClasses()