Uses of Class
org.apache.sysds.parser.dml.CustomErrorListener.ParseIssue
Packages that use CustomErrorListener.ParseIssue
-
Uses of CustomErrorListener.ParseIssue in org.apache.sysds.parser
Methods in org.apache.sysds.parser that return types with arguments of type CustomErrorListener.ParseIssueModifier and TypeMethodDescriptionParseException.getParseIssues()Obtain the list of parse issues that occurred.ParserWrapper.getParseIssues()Method parameters in org.apache.sysds.parser with type arguments of type CustomErrorListener.ParseIssueModifier and TypeMethodDescriptionvoidParseException.setParseIssues(List<CustomErrorListener.ParseIssue> parseIssues) Set the list of parse issues.Constructor parameters in org.apache.sysds.parser with type arguments of type CustomErrorListener.ParseIssueModifierConstructorDescriptionParseException(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. -
Uses of CustomErrorListener.ParseIssue in org.apache.sysds.parser.dml
Methods in org.apache.sysds.parser.dml that return types with arguments of type CustomErrorListener.ParseIssueModifier and TypeMethodDescriptionCustomErrorListener.getParseIssues()Obtain the list of parse issues.Methods in org.apache.sysds.parser.dml with parameters of type CustomErrorListener.ParseIssueModifier and TypeMethodDescriptionintCustomErrorListener.ParseIssue.compareTo(CustomErrorListener.ParseIssue that) Order by parse issues primarily by line number, and secondarily by character position.Method parameters in org.apache.sysds.parser.dml with type arguments of type CustomErrorListener.ParseIssueModifier and TypeMethodDescriptionstatic StringCustomErrorListener.generateParseIssuesMessage(String scriptString, List<CustomErrorListener.ParseIssue> parseIssues) Generate a message displaying information about the parse issues that occurred.voidCustomErrorListener.setParseIssues(List<CustomErrorListener.ParseIssue> parseIssues) Set the list of parse issues.