JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
manifold.internal.javac
IIssueContainer
Contents
Description
Method Summary
Method Details
getIssues()
getWarnings()
getErrors()
isEmpty()
Hide sidebar
Show sidebar
Interface IIssueContainer
All Known Implementing Classes:
JavaIssueContainer
public interface
IIssueContainer
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
IIssue
>
getErrors
()
List
<
IIssue
>
getIssues
()
List
<
IIssue
>
getWarnings
()
boolean
isEmpty
()
Method Details
getIssues
List
<
IIssue
>
getIssues
()
getWarnings
List
<
IIssue
>
getWarnings
()
getErrors
List
<
IIssue
>
getErrors
()
isEmpty
boolean
isEmpty
()