| Package | Description | 
|---|---|
| org.apache.sysds.parser.dml | 
| Modifier and Type | Method and Description | 
|---|---|
| CustomErrorListener.ParseIssueType | CustomErrorListener.ParseIssue. getParseIssueType()Obtain the type of the parse issue. | 
| static CustomErrorListener.ParseIssueType | CustomErrorListener.ParseIssueType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static CustomErrorListener.ParseIssueType[] | CustomErrorListener.ParseIssueType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CustomErrorListener.ParseIssue. setParseIssueType(CustomErrorListener.ParseIssueType parseIssueType) | 
| Constructor and Description | 
|---|
| ParseIssue(int line,
          int charPositionInLine,
          String message,
          String fileName,
          CustomErrorListener.ParseIssueType parseIssueType) | 
Copyright © 2020 The Apache Software Foundation. All rights reserved.