Package org.apache.sysds.parser.dml
Interface DmlListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
DmlBaseListener,DmlPreprocessor,DmlSyntacticValidator
public interface DmlListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
DmlParser.-
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced by theAccumulatorAssignmentStatementlabeled alternative inDmlParser.statement().voidEnter a parse tree produced by theAddSubExpressionlabeled alternative inDmlParser.expression().voidEnter a parse tree produced by theAssignmentStatementlabeled alternative inDmlParser.statement().voidEnter a parse tree produced by theAtomicExpressionlabeled alternative inDmlParser.expression().voidEnter a parse tree produced by theBooleanAndExpressionlabeled alternative inDmlParser.expression().voidEnter a parse tree produced by theBooleanNotExpressionlabeled alternative inDmlParser.expression().voidEnter a parse tree produced by theBooleanOrExpressionlabeled alternative inDmlParser.expression().voidEnter a parse tree produced by theBuiltinFunctionExpressionlabeled alternative inDmlParser.expression().voidEnter a parse tree produced by theCommandlineParamExpressionlabeled alternative inDmlParser.dataIdentifier().voidEnter a parse tree produced by theCommandlinePositionExpressionlabeled alternative inDmlParser.dataIdentifier().voidEnter a parse tree produced by theConstDoubleIdExpressionlabeled alternative inDmlParser.expression().voidEnter a parse tree produced by theConstFalseExpressionlabeled alternative inDmlParser.expression().voidEnter a parse tree produced by theConstIntIdExpressionlabeled alternative inDmlParser.expression().voidEnter a parse tree produced by theConstStringIdExpressionlabeled alternative inDmlParser.expression().voidEnter a parse tree produced by theConstTrueExpressionlabeled alternative inDmlParser.expression().voidEnter a parse tree produced by theDataIdExpressionlabeled alternative inDmlParser.expression().voidEnter a parse tree produced by theExternalFunctionDefExpressionlabeled alternative inDmlParser.functionStatement().voidEnter a parse tree produced by theForStatementlabeled alternative inDmlParser.statement().voidEnter a parse tree produced by theFunctionCallAssignmentStatementlabeled alternative inDmlParser.statement().voidenterFunctionCallMultiAssignmentStatement(DmlParser.FunctionCallMultiAssignmentStatementContext ctx) Enter a parse tree produced by theFunctionCallMultiAssignmentStatementlabeled alternative inDmlParser.statement().voidEnter a parse tree produced by theIfdefAssignmentStatementlabeled alternative inDmlParser.statement().voidEnter a parse tree produced by theIfStatementlabeled alternative inDmlParser.statement().voidEnter a parse tree produced by theImportStatementlabeled alternative inDmlParser.statement().voidEnter a parse tree produced by theIndexedExpressionlabeled alternative inDmlParser.dataIdentifier().voidEnter a parse tree produced by theInternalFunctionDefExpressionlabeled alternative inDmlParser.functionStatement().voidEnter a parse tree produced by theIterablePredicateColonExpressionlabeled alternative inDmlParser.iterablePredicate().voidEnter a parse tree produced by theIterablePredicateSeqExpressionlabeled alternative inDmlParser.iterablePredicate().voidEnter a parse tree produced by theMatrixDataTypeChecklabeled alternative inDmlParser.dataType().voidEnter a parse tree produced by theMatrixMulExpressionlabeled alternative inDmlParser.expression().voidEnter a parse tree produced byDmlParser.ml_type().voidEnter a parse tree produced by theModIntDivExpressionlabeled alternative inDmlParser.expression().voidEnter a parse tree produced by theMultDivExpressionlabeled alternative inDmlParser.expression().voidEnter a parse tree produced by theMultiIdExpressionlabeled alternative inDmlParser.expression().voidEnter a parse tree produced byDmlParser.parameterizedExpression().voidEnter a parse tree produced by theParForStatementlabeled alternative inDmlParser.statement().voidEnter a parse tree produced by thePathStatementlabeled alternative inDmlParser.statement().voidEnter a parse tree produced by thePowerExpressionlabeled alternative inDmlParser.expression().voidEnter a parse tree produced byDmlParser.programroot().voidEnter a parse tree produced by theRelationalExpressionlabeled alternative inDmlParser.expression().voidEnter a parse tree produced by theSimpleDataIdentifierExpressionlabeled alternative inDmlParser.dataIdentifier().voidEnter a parse tree produced byDmlParser.strictParameterizedExpression().voidEnter a parse tree produced byDmlParser.strictParameterizedKeyValueString().voidEnter a parse tree produced byDmlParser.typedArgAssign().voidEnter a parse tree produced byDmlParser.typedArgNoAssign().voidEnter a parse tree produced by theUnaryExpressionlabeled alternative inDmlParser.expression().voidEnter a parse tree produced byDmlParser.valueType().voidEnter a parse tree produced by theWhileStatementlabeled alternative inDmlParser.statement().voidExit a parse tree produced by theAccumulatorAssignmentStatementlabeled alternative inDmlParser.statement().voidExit a parse tree produced by theAddSubExpressionlabeled alternative inDmlParser.expression().voidExit a parse tree produced by theAssignmentStatementlabeled alternative inDmlParser.statement().voidExit a parse tree produced by theAtomicExpressionlabeled alternative inDmlParser.expression().voidExit a parse tree produced by theBooleanAndExpressionlabeled alternative inDmlParser.expression().voidExit a parse tree produced by theBooleanNotExpressionlabeled alternative inDmlParser.expression().voidExit a parse tree produced by theBooleanOrExpressionlabeled alternative inDmlParser.expression().voidExit a parse tree produced by theBuiltinFunctionExpressionlabeled alternative inDmlParser.expression().voidExit a parse tree produced by theCommandlineParamExpressionlabeled alternative inDmlParser.dataIdentifier().voidExit a parse tree produced by theCommandlinePositionExpressionlabeled alternative inDmlParser.dataIdentifier().voidExit a parse tree produced by theConstDoubleIdExpressionlabeled alternative inDmlParser.expression().voidExit a parse tree produced by theConstFalseExpressionlabeled alternative inDmlParser.expression().voidExit a parse tree produced by theConstIntIdExpressionlabeled alternative inDmlParser.expression().voidExit a parse tree produced by theConstStringIdExpressionlabeled alternative inDmlParser.expression().voidExit a parse tree produced by theConstTrueExpressionlabeled alternative inDmlParser.expression().voidExit a parse tree produced by theDataIdExpressionlabeled alternative inDmlParser.expression().voidExit a parse tree produced by theExternalFunctionDefExpressionlabeled alternative inDmlParser.functionStatement().voidExit a parse tree produced by theForStatementlabeled alternative inDmlParser.statement().voidExit a parse tree produced by theFunctionCallAssignmentStatementlabeled alternative inDmlParser.statement().voidExit a parse tree produced by theFunctionCallMultiAssignmentStatementlabeled alternative inDmlParser.statement().voidExit a parse tree produced by theIfdefAssignmentStatementlabeled alternative inDmlParser.statement().voidExit a parse tree produced by theIfStatementlabeled alternative inDmlParser.statement().voidExit a parse tree produced by theImportStatementlabeled alternative inDmlParser.statement().voidExit a parse tree produced by theIndexedExpressionlabeled alternative inDmlParser.dataIdentifier().voidExit a parse tree produced by theInternalFunctionDefExpressionlabeled alternative inDmlParser.functionStatement().voidExit a parse tree produced by theIterablePredicateColonExpressionlabeled alternative inDmlParser.iterablePredicate().voidExit a parse tree produced by theIterablePredicateSeqExpressionlabeled alternative inDmlParser.iterablePredicate().voidExit a parse tree produced by theMatrixDataTypeChecklabeled alternative inDmlParser.dataType().voidExit a parse tree produced by theMatrixMulExpressionlabeled alternative inDmlParser.expression().voidExit a parse tree produced byDmlParser.ml_type().voidExit a parse tree produced by theModIntDivExpressionlabeled alternative inDmlParser.expression().voidExit a parse tree produced by theMultDivExpressionlabeled alternative inDmlParser.expression().voidExit a parse tree produced by theMultiIdExpressionlabeled alternative inDmlParser.expression().voidExit a parse tree produced byDmlParser.parameterizedExpression().voidExit a parse tree produced by theParForStatementlabeled alternative inDmlParser.statement().voidExit a parse tree produced by thePathStatementlabeled alternative inDmlParser.statement().voidExit a parse tree produced by thePowerExpressionlabeled alternative inDmlParser.expression().voidExit a parse tree produced byDmlParser.programroot().voidExit a parse tree produced by theRelationalExpressionlabeled alternative inDmlParser.expression().voidExit a parse tree produced by theSimpleDataIdentifierExpressionlabeled alternative inDmlParser.dataIdentifier().voidExit a parse tree produced byDmlParser.strictParameterizedExpression().voidExit a parse tree produced byDmlParser.strictParameterizedKeyValueString().voidExit a parse tree produced byDmlParser.typedArgAssign().voidExit a parse tree produced byDmlParser.typedArgNoAssign().voidExit a parse tree produced by theUnaryExpressionlabeled alternative inDmlParser.expression().voidExit a parse tree produced byDmlParser.valueType().voidExit a parse tree produced by theWhileStatementlabeled alternative inDmlParser.statement().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterProgramroot
Enter a parse tree produced byDmlParser.programroot().- Parameters:
ctx- the parse tree
-
exitProgramroot
Exit a parse tree produced byDmlParser.programroot().- Parameters:
ctx- the parse tree
-
enterImportStatement
Enter a parse tree produced by theImportStatementlabeled alternative inDmlParser.statement().- Parameters:
ctx- the parse tree
-
exitImportStatement
Exit a parse tree produced by theImportStatementlabeled alternative inDmlParser.statement().- Parameters:
ctx- the parse tree
-
enterPathStatement
Enter a parse tree produced by thePathStatementlabeled alternative inDmlParser.statement().- Parameters:
ctx- the parse tree
-
exitPathStatement
Exit a parse tree produced by thePathStatementlabeled alternative inDmlParser.statement().- Parameters:
ctx- the parse tree
-
enterFunctionCallAssignmentStatement
Enter a parse tree produced by theFunctionCallAssignmentStatementlabeled alternative inDmlParser.statement().- Parameters:
ctx- the parse tree
-
exitFunctionCallAssignmentStatement
Exit a parse tree produced by theFunctionCallAssignmentStatementlabeled alternative inDmlParser.statement().- Parameters:
ctx- the parse tree
-
enterFunctionCallMultiAssignmentStatement
void enterFunctionCallMultiAssignmentStatement(DmlParser.FunctionCallMultiAssignmentStatementContext ctx) Enter a parse tree produced by theFunctionCallMultiAssignmentStatementlabeled alternative inDmlParser.statement().- Parameters:
ctx- the parse tree
-
exitFunctionCallMultiAssignmentStatement
void exitFunctionCallMultiAssignmentStatement(DmlParser.FunctionCallMultiAssignmentStatementContext ctx) Exit a parse tree produced by theFunctionCallMultiAssignmentStatementlabeled alternative inDmlParser.statement().- Parameters:
ctx- the parse tree
-
enterIfdefAssignmentStatement
Enter a parse tree produced by theIfdefAssignmentStatementlabeled alternative inDmlParser.statement().- Parameters:
ctx- the parse tree
-
exitIfdefAssignmentStatement
Exit a parse tree produced by theIfdefAssignmentStatementlabeled alternative inDmlParser.statement().- Parameters:
ctx- the parse tree
-
enterAssignmentStatement
Enter a parse tree produced by theAssignmentStatementlabeled alternative inDmlParser.statement().- Parameters:
ctx- the parse tree
-
exitAssignmentStatement
Exit a parse tree produced by theAssignmentStatementlabeled alternative inDmlParser.statement().- Parameters:
ctx- the parse tree
-
enterAccumulatorAssignmentStatement
Enter a parse tree produced by theAccumulatorAssignmentStatementlabeled alternative inDmlParser.statement().- Parameters:
ctx- the parse tree
-
exitAccumulatorAssignmentStatement
Exit a parse tree produced by theAccumulatorAssignmentStatementlabeled alternative inDmlParser.statement().- Parameters:
ctx- the parse tree
-
enterIfStatement
Enter a parse tree produced by theIfStatementlabeled alternative inDmlParser.statement().- Parameters:
ctx- the parse tree
-
exitIfStatement
Exit a parse tree produced by theIfStatementlabeled alternative inDmlParser.statement().- Parameters:
ctx- the parse tree
-
enterForStatement
Enter a parse tree produced by theForStatementlabeled alternative inDmlParser.statement().- Parameters:
ctx- the parse tree
-
exitForStatement
Exit a parse tree produced by theForStatementlabeled alternative inDmlParser.statement().- Parameters:
ctx- the parse tree
-
enterParForStatement
Enter a parse tree produced by theParForStatementlabeled alternative inDmlParser.statement().- Parameters:
ctx- the parse tree
-
exitParForStatement
Exit a parse tree produced by theParForStatementlabeled alternative inDmlParser.statement().- Parameters:
ctx- the parse tree
-
enterWhileStatement
Enter a parse tree produced by theWhileStatementlabeled alternative inDmlParser.statement().- Parameters:
ctx- the parse tree
-
exitWhileStatement
Exit a parse tree produced by theWhileStatementlabeled alternative inDmlParser.statement().- Parameters:
ctx- the parse tree
-
enterIterablePredicateColonExpression
Enter a parse tree produced by theIterablePredicateColonExpressionlabeled alternative inDmlParser.iterablePredicate().- Parameters:
ctx- the parse tree
-
exitIterablePredicateColonExpression
Exit a parse tree produced by theIterablePredicateColonExpressionlabeled alternative inDmlParser.iterablePredicate().- Parameters:
ctx- the parse tree
-
enterIterablePredicateSeqExpression
Enter a parse tree produced by theIterablePredicateSeqExpressionlabeled alternative inDmlParser.iterablePredicate().- Parameters:
ctx- the parse tree
-
exitIterablePredicateSeqExpression
Exit a parse tree produced by theIterablePredicateSeqExpressionlabeled alternative inDmlParser.iterablePredicate().- Parameters:
ctx- the parse tree
-
enterInternalFunctionDefExpression
Enter a parse tree produced by theInternalFunctionDefExpressionlabeled alternative inDmlParser.functionStatement().- Parameters:
ctx- the parse tree
-
exitInternalFunctionDefExpression
Exit a parse tree produced by theInternalFunctionDefExpressionlabeled alternative inDmlParser.functionStatement().- Parameters:
ctx- the parse tree
-
enterExternalFunctionDefExpression
Enter a parse tree produced by theExternalFunctionDefExpressionlabeled alternative inDmlParser.functionStatement().- Parameters:
ctx- the parse tree
-
exitExternalFunctionDefExpression
Exit a parse tree produced by theExternalFunctionDefExpressionlabeled alternative inDmlParser.functionStatement().- Parameters:
ctx- the parse tree
-
enterIndexedExpression
Enter a parse tree produced by theIndexedExpressionlabeled alternative inDmlParser.dataIdentifier().- Parameters:
ctx- the parse tree
-
exitIndexedExpression
Exit a parse tree produced by theIndexedExpressionlabeled alternative inDmlParser.dataIdentifier().- Parameters:
ctx- the parse tree
-
enterSimpleDataIdentifierExpression
Enter a parse tree produced by theSimpleDataIdentifierExpressionlabeled alternative inDmlParser.dataIdentifier().- Parameters:
ctx- the parse tree
-
exitSimpleDataIdentifierExpression
Exit a parse tree produced by theSimpleDataIdentifierExpressionlabeled alternative inDmlParser.dataIdentifier().- Parameters:
ctx- the parse tree
-
enterCommandlineParamExpression
Enter a parse tree produced by theCommandlineParamExpressionlabeled alternative inDmlParser.dataIdentifier().- Parameters:
ctx- the parse tree
-
exitCommandlineParamExpression
Exit a parse tree produced by theCommandlineParamExpressionlabeled alternative inDmlParser.dataIdentifier().- Parameters:
ctx- the parse tree
-
enterCommandlinePositionExpression
Enter a parse tree produced by theCommandlinePositionExpressionlabeled alternative inDmlParser.dataIdentifier().- Parameters:
ctx- the parse tree
-
exitCommandlinePositionExpression
Exit a parse tree produced by theCommandlinePositionExpressionlabeled alternative inDmlParser.dataIdentifier().- Parameters:
ctx- the parse tree
-
enterModIntDivExpression
Enter a parse tree produced by theModIntDivExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
exitModIntDivExpression
Exit a parse tree produced by theModIntDivExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
enterRelationalExpression
Enter a parse tree produced by theRelationalExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
exitRelationalExpression
Exit a parse tree produced by theRelationalExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
enterBooleanNotExpression
Enter a parse tree produced by theBooleanNotExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
exitBooleanNotExpression
Exit a parse tree produced by theBooleanNotExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
enterPowerExpression
Enter a parse tree produced by thePowerExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
exitPowerExpression
Exit a parse tree produced by thePowerExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
enterBuiltinFunctionExpression
Enter a parse tree produced by theBuiltinFunctionExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
exitBuiltinFunctionExpression
Exit a parse tree produced by theBuiltinFunctionExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
enterConstIntIdExpression
Enter a parse tree produced by theConstIntIdExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
exitConstIntIdExpression
Exit a parse tree produced by theConstIntIdExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
enterAtomicExpression
Enter a parse tree produced by theAtomicExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
exitAtomicExpression
Exit a parse tree produced by theAtomicExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
enterConstStringIdExpression
Enter a parse tree produced by theConstStringIdExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
exitConstStringIdExpression
Exit a parse tree produced by theConstStringIdExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
enterConstTrueExpression
Enter a parse tree produced by theConstTrueExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
exitConstTrueExpression
Exit a parse tree produced by theConstTrueExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
enterUnaryExpression
Enter a parse tree produced by theUnaryExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
exitUnaryExpression
Exit a parse tree produced by theUnaryExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
enterMultDivExpression
Enter a parse tree produced by theMultDivExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
exitMultDivExpression
Exit a parse tree produced by theMultDivExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
enterConstFalseExpression
Enter a parse tree produced by theConstFalseExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
exitConstFalseExpression
Exit a parse tree produced by theConstFalseExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
enterDataIdExpression
Enter a parse tree produced by theDataIdExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
exitDataIdExpression
Exit a parse tree produced by theDataIdExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
enterAddSubExpression
Enter a parse tree produced by theAddSubExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
exitAddSubExpression
Exit a parse tree produced by theAddSubExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
enterConstDoubleIdExpression
Enter a parse tree produced by theConstDoubleIdExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
exitConstDoubleIdExpression
Exit a parse tree produced by theConstDoubleIdExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
enterMatrixMulExpression
Enter a parse tree produced by theMatrixMulExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
exitMatrixMulExpression
Exit a parse tree produced by theMatrixMulExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
enterMultiIdExpression
Enter a parse tree produced by theMultiIdExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
exitMultiIdExpression
Exit a parse tree produced by theMultiIdExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
enterBooleanAndExpression
Enter a parse tree produced by theBooleanAndExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
exitBooleanAndExpression
Exit a parse tree produced by theBooleanAndExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
enterBooleanOrExpression
Enter a parse tree produced by theBooleanOrExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
exitBooleanOrExpression
Exit a parse tree produced by theBooleanOrExpressionlabeled alternative inDmlParser.expression().- Parameters:
ctx- the parse tree
-
enterTypedArgNoAssign
Enter a parse tree produced byDmlParser.typedArgNoAssign().- Parameters:
ctx- the parse tree
-
exitTypedArgNoAssign
Exit a parse tree produced byDmlParser.typedArgNoAssign().- Parameters:
ctx- the parse tree
-
enterTypedArgAssign
Enter a parse tree produced byDmlParser.typedArgAssign().- Parameters:
ctx- the parse tree
-
exitTypedArgAssign
Exit a parse tree produced byDmlParser.typedArgAssign().- Parameters:
ctx- the parse tree
-
enterParameterizedExpression
Enter a parse tree produced byDmlParser.parameterizedExpression().- Parameters:
ctx- the parse tree
-
exitParameterizedExpression
Exit a parse tree produced byDmlParser.parameterizedExpression().- Parameters:
ctx- the parse tree
-
enterStrictParameterizedExpression
Enter a parse tree produced byDmlParser.strictParameterizedExpression().- Parameters:
ctx- the parse tree
-
exitStrictParameterizedExpression
Exit a parse tree produced byDmlParser.strictParameterizedExpression().- Parameters:
ctx- the parse tree
-
enterStrictParameterizedKeyValueString
Enter a parse tree produced byDmlParser.strictParameterizedKeyValueString().- Parameters:
ctx- the parse tree
-
exitStrictParameterizedKeyValueString
Exit a parse tree produced byDmlParser.strictParameterizedKeyValueString().- Parameters:
ctx- the parse tree
-
enterMl_type
Enter a parse tree produced byDmlParser.ml_type().- Parameters:
ctx- the parse tree
-
exitMl_type
Exit a parse tree produced byDmlParser.ml_type().- Parameters:
ctx- the parse tree
-
enterValueType
Enter a parse tree produced byDmlParser.valueType().- Parameters:
ctx- the parse tree
-
exitValueType
Exit a parse tree produced byDmlParser.valueType().- Parameters:
ctx- the parse tree
-
enterMatrixDataTypeCheck
Enter a parse tree produced by theMatrixDataTypeChecklabeled alternative inDmlParser.dataType().- Parameters:
ctx- the parse tree
-
exitMatrixDataTypeCheck
Exit a parse tree produced by theMatrixDataTypeChecklabeled alternative inDmlParser.dataType().- Parameters:
ctx- the parse tree
-