Package | Description |
---|---|
org.apache.sysds.parser | |
org.apache.sysds.parser.dml |
Modifier and Type | Method and Description |
---|---|
List<CustomErrorListener.ParseIssue> |
ParserWrapper.getParseIssues() |
List<CustomErrorListener.ParseIssue> |
ParseException.getParseIssues()
Obtain the list of parse issues that occurred.
|
Modifier and Type | Method and Description |
---|---|
void |
ParseException.setParseIssues(List<CustomErrorListener.ParseIssue> parseIssues)
Set the list of parse issues.
|
Constructor and Description |
---|
ParseException(List<CustomErrorListener.ParseIssue> parseIssues,
String scriptString)
This constructor takes a list of parse issues that were generated during
script parsing and the original DML/PyDML script String.
|
Modifier and Type | Method and Description |
---|---|
List<CustomErrorListener.ParseIssue> |
CustomErrorListener.getParseIssues()
Obtain the list of parse issues.
|
Modifier and Type | Method and Description |
---|---|
int |
CustomErrorListener.ParseIssue.compareTo(CustomErrorListener.ParseIssue that)
Order by parse issues primarily by line number, and secondarily by
character position.
|
Modifier and Type | Method and Description |
---|---|
static String |
CustomErrorListener.generateParseIssuesMessage(String scriptString,
List<CustomErrorListener.ParseIssue> parseIssues)
Generate a message displaying information about the parse issues that
occurred.
|
void |
CustomErrorListener.setParseIssues(List<CustomErrorListener.ParseIssue> parseIssues)
Set the list of parse issues.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.