Package | Description |
---|---|
org.apache.sysds.parser.dml |
Modifier and Type | Method and Description |
---|---|
DmlParser.ProgramrootContext |
DmlParser.programroot() |
Modifier and Type | Method and Description |
---|---|
void |
DmlSyntacticValidator.enterProgramroot(DmlParser.ProgramrootContext ctx) |
void |
DmlPreprocessor.enterProgramroot(DmlParser.ProgramrootContext ctx) |
void |
DmlListener.enterProgramroot(DmlParser.ProgramrootContext ctx)
Enter a parse tree produced by
DmlParser.programroot() . |
void |
DmlBaseListener.enterProgramroot(DmlParser.ProgramrootContext ctx)
Enter a parse tree produced by
DmlParser.programroot() . |
void |
DmlSyntacticValidator.exitProgramroot(DmlParser.ProgramrootContext ctx) |
void |
DmlPreprocessor.exitProgramroot(DmlParser.ProgramrootContext ctx) |
void |
DmlListener.exitProgramroot(DmlParser.ProgramrootContext ctx)
Exit a parse tree produced by
DmlParser.programroot() . |
void |
DmlBaseListener.exitProgramroot(DmlParser.ProgramrootContext ctx)
Exit a parse tree produced by
DmlParser.programroot() . |
Copyright © 2020 The Apache Software Foundation. All rights reserved.