Package | Description |
---|---|
org.apache.sysds.parser.dml |
Modifier and Type | Method and Description |
---|---|
void |
DmlSyntacticValidator.enterIfStatement(DmlParser.IfStatementContext ctx) |
void |
DmlPreprocessor.enterIfStatement(DmlParser.IfStatementContext ctx) |
void |
DmlListener.enterIfStatement(DmlParser.IfStatementContext ctx)
Enter a parse tree produced by the
IfStatement
labeled alternative in DmlParser.statement() . |
void |
DmlBaseListener.enterIfStatement(DmlParser.IfStatementContext ctx)
Enter a parse tree produced by the
IfStatement
labeled alternative in DmlParser.statement() . |
void |
DmlSyntacticValidator.exitIfStatement(DmlParser.IfStatementContext ctx) |
void |
DmlPreprocessor.exitIfStatement(DmlParser.IfStatementContext ctx) |
void |
DmlListener.exitIfStatement(DmlParser.IfStatementContext ctx)
Exit a parse tree produced by the
IfStatement
labeled alternative in DmlParser.statement() . |
void |
DmlBaseListener.exitIfStatement(DmlParser.IfStatementContext ctx)
Exit a parse tree produced by the
IfStatement
labeled alternative in DmlParser.statement() . |
Copyright © 2020 The Apache Software Foundation. All rights reserved.