Uses of Class
org.apache.sysds.parser.dml.CustomErrorListener
-
Packages that use CustomErrorListener Package Description org.apache.sysds.parser org.apache.sysds.parser.dml -
-
Uses of CustomErrorListener in org.apache.sysds.parser
Methods in org.apache.sysds.parser with parameters of type CustomErrorListener Modifier and Type Method Description static DataExpression
DataExpression. getDataExpression(String functionName, ArrayList<ParameterExpression> passedParamExprs, ParseInfo parseInfo, CustomErrorListener errorListener)
static DataExpression
DataExpression. getDataExpression(org.antlr.v4.runtime.ParserRuleContext ctx, String functionName, ArrayList<ParameterExpression> passedParamExprs, String filename, CustomErrorListener errorListener)
-
Uses of CustomErrorListener in org.apache.sysds.parser.dml
Constructors in org.apache.sysds.parser.dml with parameters of type CustomErrorListener Constructor Description DmlPreprocessor(CustomErrorListener errorListener)
DmlSyntacticValidator(CustomErrorListener errorListener, Map<String,String> argVals, String sourceNamespace, Set<String> prepFunctions)
-