public class GqlIssueContainer extends Object implements manifold.internal.javac.IIssueContainer
| Constructor and Description |
|---|
GqlIssueContainer(List<graphql.GraphQLError> errors,
manifold.api.fs.IFile file) |
| Modifier and Type | Method and Description |
|---|---|
void |
addIssues(List<graphql.GraphQLError> errors) |
List<manifold.internal.javac.IIssue> |
getErrors() |
List<manifold.internal.javac.IIssue> |
getIssues() |
List<manifold.internal.javac.IIssue> |
getWarnings() |
boolean |
isEmpty() |
public GqlIssueContainer(List<graphql.GraphQLError> errors, manifold.api.fs.IFile file)
public List<manifold.internal.javac.IIssue> getIssues()
getIssues in interface manifold.internal.javac.IIssueContainerpublic List<manifold.internal.javac.IIssue> getWarnings()
getWarnings in interface manifold.internal.javac.IIssueContainerpublic List<manifold.internal.javac.IIssue> getErrors()
getErrors in interface manifold.internal.javac.IIssueContainerpublic void addIssues(List<graphql.GraphQLError> errors)
public boolean isEmpty()
isEmpty in interface manifold.internal.javac.IIssueContainerCopyright © 2020. All rights reserved.