Uses of Enum Class
org.apache.sysds.parser.dml.CustomErrorListener.ParseIssueType
Packages that use CustomErrorListener.ParseIssueType
-
Uses of CustomErrorListener.ParseIssueType in org.apache.sysds.parser.dml
Methods in org.apache.sysds.parser.dml that return CustomErrorListener.ParseIssueTypeModifier and TypeMethodDescriptionCustomErrorListener.ParseIssue.getParseIssueType()Obtain the type of the parse issue.Returns the enum constant of this class with the specified name.static CustomErrorListener.ParseIssueType[]CustomErrorListener.ParseIssueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.parser.dml with parameters of type CustomErrorListener.ParseIssueTypeModifier and TypeMethodDescriptionvoidCustomErrorListener.ParseIssue.setParseIssueType(CustomErrorListener.ParseIssueType parseIssueType) Constructors in org.apache.sysds.parser.dml with parameters of type CustomErrorListener.ParseIssueTypeModifierConstructorDescriptionParseIssue(int line, int charPositionInLine, String message, String fileName, CustomErrorListener.ParseIssueType parseIssueType)