public class DmlBaseListener extends Object implements DmlListener
DmlListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.Constructor and Description |
---|
DmlBaseListener() |
Modifier and Type | Method and Description |
---|---|
void |
enterAccumulatorAssignmentStatement(DmlParser.AccumulatorAssignmentStatementContext ctx)
Enter a parse tree produced by the
AccumulatorAssignmentStatement
labeled alternative in DmlParser.statement() . |
void |
enterAddSubExpression(DmlParser.AddSubExpressionContext ctx)
Enter a parse tree produced by the
AddSubExpression
labeled alternative in DmlParser.expression() . |
void |
enterAssignmentStatement(DmlParser.AssignmentStatementContext ctx)
Enter a parse tree produced by the
AssignmentStatement
labeled alternative in DmlParser.statement() . |
void |
enterAtomicExpression(DmlParser.AtomicExpressionContext ctx)
Enter a parse tree produced by the
AtomicExpression
labeled alternative in DmlParser.expression() . |
void |
enterBooleanAndExpression(DmlParser.BooleanAndExpressionContext ctx)
Enter a parse tree produced by the
BooleanAndExpression
labeled alternative in DmlParser.expression() . |
void |
enterBooleanNotExpression(DmlParser.BooleanNotExpressionContext ctx)
Enter a parse tree produced by the
BooleanNotExpression
labeled alternative in DmlParser.expression() . |
void |
enterBooleanOrExpression(DmlParser.BooleanOrExpressionContext ctx)
Enter a parse tree produced by the
BooleanOrExpression
labeled alternative in DmlParser.expression() . |
void |
enterBuiltinFunctionExpression(DmlParser.BuiltinFunctionExpressionContext ctx)
Enter a parse tree produced by the
BuiltinFunctionExpression
labeled alternative in DmlParser.expression() . |
void |
enterCommandlineParamExpression(DmlParser.CommandlineParamExpressionContext ctx)
Enter a parse tree produced by the
CommandlineParamExpression
labeled alternative in DmlParser.dataIdentifier() . |
void |
enterCommandlinePositionExpression(DmlParser.CommandlinePositionExpressionContext ctx)
Enter a parse tree produced by the
CommandlinePositionExpression
labeled alternative in DmlParser.dataIdentifier() . |
void |
enterConstDoubleIdExpression(DmlParser.ConstDoubleIdExpressionContext ctx)
Enter a parse tree produced by the
ConstDoubleIdExpression
labeled alternative in DmlParser.expression() . |
void |
enterConstFalseExpression(DmlParser.ConstFalseExpressionContext ctx)
Enter a parse tree produced by the
ConstFalseExpression
labeled alternative in DmlParser.expression() . |
void |
enterConstIntIdExpression(DmlParser.ConstIntIdExpressionContext ctx)
Enter a parse tree produced by the
ConstIntIdExpression
labeled alternative in DmlParser.expression() . |
void |
enterConstStringIdExpression(DmlParser.ConstStringIdExpressionContext ctx)
Enter a parse tree produced by the
ConstStringIdExpression
labeled alternative in DmlParser.expression() . |
void |
enterConstTrueExpression(DmlParser.ConstTrueExpressionContext ctx)
Enter a parse tree produced by the
ConstTrueExpression
labeled alternative in DmlParser.expression() . |
void |
enterDataIdExpression(DmlParser.DataIdExpressionContext ctx)
Enter a parse tree produced by the
DataIdExpression
labeled alternative in DmlParser.expression() . |
void |
enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
enterExternalFunctionDefExpression(DmlParser.ExternalFunctionDefExpressionContext ctx)
Enter a parse tree produced by the
ExternalFunctionDefExpression
labeled alternative in DmlParser.functionStatement() . |
void |
enterForStatement(DmlParser.ForStatementContext ctx)
Enter a parse tree produced by the
ForStatement
labeled alternative in DmlParser.statement() . |
void |
enterFunctionCallAssignmentStatement(DmlParser.FunctionCallAssignmentStatementContext ctx)
Enter a parse tree produced by the
FunctionCallAssignmentStatement
labeled alternative in DmlParser.statement() . |
void |
enterFunctionCallMultiAssignmentStatement(DmlParser.FunctionCallMultiAssignmentStatementContext ctx)
Enter a parse tree produced by the
FunctionCallMultiAssignmentStatement
labeled alternative in DmlParser.statement() . |
void |
enterIfdefAssignmentStatement(DmlParser.IfdefAssignmentStatementContext ctx)
Enter a parse tree produced by the
IfdefAssignmentStatement
labeled alternative in DmlParser.statement() . |
void |
enterIfStatement(DmlParser.IfStatementContext ctx)
Enter a parse tree produced by the
IfStatement
labeled alternative in DmlParser.statement() . |
void |
enterImportStatement(DmlParser.ImportStatementContext ctx)
Enter a parse tree produced by the
ImportStatement
labeled alternative in DmlParser.statement() . |
void |
enterIndexedExpression(DmlParser.IndexedExpressionContext ctx)
Enter a parse tree produced by the
IndexedExpression
labeled alternative in DmlParser.dataIdentifier() . |
void |
enterInternalFunctionDefExpression(DmlParser.InternalFunctionDefExpressionContext ctx)
Enter a parse tree produced by the
InternalFunctionDefExpression
labeled alternative in DmlParser.functionStatement() . |
void |
enterIterablePredicateColonExpression(DmlParser.IterablePredicateColonExpressionContext ctx)
Enter a parse tree produced by the
IterablePredicateColonExpression
labeled alternative in DmlParser.iterablePredicate() . |
void |
enterIterablePredicateSeqExpression(DmlParser.IterablePredicateSeqExpressionContext ctx)
Enter a parse tree produced by the
IterablePredicateSeqExpression
labeled alternative in DmlParser.iterablePredicate() . |
void |
enterMatrixDataTypeCheck(DmlParser.MatrixDataTypeCheckContext ctx)
Enter a parse tree produced by the
MatrixDataTypeCheck
labeled alternative in DmlParser.dataType() . |
void |
enterMatrixMulExpression(DmlParser.MatrixMulExpressionContext ctx)
Enter a parse tree produced by the
MatrixMulExpression
labeled alternative in DmlParser.expression() . |
void |
enterMl_type(DmlParser.Ml_typeContext ctx)
Enter a parse tree produced by
DmlParser.ml_type() . |
void |
enterModIntDivExpression(DmlParser.ModIntDivExpressionContext ctx)
Enter a parse tree produced by the
ModIntDivExpression
labeled alternative in DmlParser.expression() . |
void |
enterMultDivExpression(DmlParser.MultDivExpressionContext ctx)
Enter a parse tree produced by the
MultDivExpression
labeled alternative in DmlParser.expression() . |
void |
enterMultiIdExpression(DmlParser.MultiIdExpressionContext ctx)
Enter a parse tree produced by the
MultiIdExpression
labeled alternative in DmlParser.expression() . |
void |
enterParameterizedExpression(DmlParser.ParameterizedExpressionContext ctx)
Enter a parse tree produced by
DmlParser.parameterizedExpression() . |
void |
enterParForStatement(DmlParser.ParForStatementContext ctx)
Enter a parse tree produced by the
ParForStatement
labeled alternative in DmlParser.statement() . |
void |
enterPathStatement(DmlParser.PathStatementContext ctx)
Enter a parse tree produced by the
PathStatement
labeled alternative in DmlParser.statement() . |
void |
enterPowerExpression(DmlParser.PowerExpressionContext ctx)
Enter a parse tree produced by the
PowerExpression
labeled alternative in DmlParser.expression() . |
void |
enterProgramroot(DmlParser.ProgramrootContext ctx)
Enter a parse tree produced by
DmlParser.programroot() . |
void |
enterRelationalExpression(DmlParser.RelationalExpressionContext ctx)
Enter a parse tree produced by the
RelationalExpression
labeled alternative in DmlParser.expression() . |
void |
enterSimpleDataIdentifierExpression(DmlParser.SimpleDataIdentifierExpressionContext ctx)
Enter a parse tree produced by the
SimpleDataIdentifierExpression
labeled alternative in DmlParser.dataIdentifier() . |
void |
enterStrictParameterizedExpression(DmlParser.StrictParameterizedExpressionContext ctx)
Enter a parse tree produced by
DmlParser.strictParameterizedExpression() . |
void |
enterStrictParameterizedKeyValueString(DmlParser.StrictParameterizedKeyValueStringContext ctx)
Enter a parse tree produced by
DmlParser.strictParameterizedKeyValueString() . |
void |
enterTypedArgAssign(DmlParser.TypedArgAssignContext ctx)
Enter a parse tree produced by
DmlParser.typedArgAssign() . |
void |
enterTypedArgNoAssign(DmlParser.TypedArgNoAssignContext ctx)
Enter a parse tree produced by
DmlParser.typedArgNoAssign() . |
void |
enterUnaryExpression(DmlParser.UnaryExpressionContext ctx)
Enter a parse tree produced by the
UnaryExpression
labeled alternative in DmlParser.expression() . |
void |
enterValueType(DmlParser.ValueTypeContext ctx)
Enter a parse tree produced by
DmlParser.valueType() . |
void |
enterWhileStatement(DmlParser.WhileStatementContext ctx)
Enter a parse tree produced by the
WhileStatement
labeled alternative in DmlParser.statement() . |
void |
exitAccumulatorAssignmentStatement(DmlParser.AccumulatorAssignmentStatementContext ctx)
Exit a parse tree produced by the
AccumulatorAssignmentStatement
labeled alternative in DmlParser.statement() . |
void |
exitAddSubExpression(DmlParser.AddSubExpressionContext ctx)
Exit a parse tree produced by the
AddSubExpression
labeled alternative in DmlParser.expression() . |
void |
exitAssignmentStatement(DmlParser.AssignmentStatementContext ctx)
Exit a parse tree produced by the
AssignmentStatement
labeled alternative in DmlParser.statement() . |
void |
exitAtomicExpression(DmlParser.AtomicExpressionContext ctx)
Exit a parse tree produced by the
AtomicExpression
labeled alternative in DmlParser.expression() . |
void |
exitBooleanAndExpression(DmlParser.BooleanAndExpressionContext ctx)
Exit a parse tree produced by the
BooleanAndExpression
labeled alternative in DmlParser.expression() . |
void |
exitBooleanNotExpression(DmlParser.BooleanNotExpressionContext ctx)
Exit a parse tree produced by the
BooleanNotExpression
labeled alternative in DmlParser.expression() . |
void |
exitBooleanOrExpression(DmlParser.BooleanOrExpressionContext ctx)
Exit a parse tree produced by the
BooleanOrExpression
labeled alternative in DmlParser.expression() . |
void |
exitBuiltinFunctionExpression(DmlParser.BuiltinFunctionExpressionContext ctx)
Exit a parse tree produced by the
BuiltinFunctionExpression
labeled alternative in DmlParser.expression() . |
void |
exitCommandlineParamExpression(DmlParser.CommandlineParamExpressionContext ctx)
Exit a parse tree produced by the
CommandlineParamExpression
labeled alternative in DmlParser.dataIdentifier() . |
void |
exitCommandlinePositionExpression(DmlParser.CommandlinePositionExpressionContext ctx)
Exit a parse tree produced by the
CommandlinePositionExpression
labeled alternative in DmlParser.dataIdentifier() . |
void |
exitConstDoubleIdExpression(DmlParser.ConstDoubleIdExpressionContext ctx)
Exit a parse tree produced by the
ConstDoubleIdExpression
labeled alternative in DmlParser.expression() . |
void |
exitConstFalseExpression(DmlParser.ConstFalseExpressionContext ctx)
Exit a parse tree produced by the
ConstFalseExpression
labeled alternative in DmlParser.expression() . |
void |
exitConstIntIdExpression(DmlParser.ConstIntIdExpressionContext ctx)
Exit a parse tree produced by the
ConstIntIdExpression
labeled alternative in DmlParser.expression() . |
void |
exitConstStringIdExpression(DmlParser.ConstStringIdExpressionContext ctx)
Exit a parse tree produced by the
ConstStringIdExpression
labeled alternative in DmlParser.expression() . |
void |
exitConstTrueExpression(DmlParser.ConstTrueExpressionContext ctx)
Exit a parse tree produced by the
ConstTrueExpression
labeled alternative in DmlParser.expression() . |
void |
exitDataIdExpression(DmlParser.DataIdExpressionContext ctx)
Exit a parse tree produced by the
DataIdExpression
labeled alternative in DmlParser.expression() . |
void |
exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
exitExternalFunctionDefExpression(DmlParser.ExternalFunctionDefExpressionContext ctx)
Exit a parse tree produced by the
ExternalFunctionDefExpression
labeled alternative in DmlParser.functionStatement() . |
void |
exitForStatement(DmlParser.ForStatementContext ctx)
Exit a parse tree produced by the
ForStatement
labeled alternative in DmlParser.statement() . |
void |
exitFunctionCallAssignmentStatement(DmlParser.FunctionCallAssignmentStatementContext ctx)
Exit a parse tree produced by the
FunctionCallAssignmentStatement
labeled alternative in DmlParser.statement() . |
void |
exitFunctionCallMultiAssignmentStatement(DmlParser.FunctionCallMultiAssignmentStatementContext ctx)
Exit a parse tree produced by the
FunctionCallMultiAssignmentStatement
labeled alternative in DmlParser.statement() . |
void |
exitIfdefAssignmentStatement(DmlParser.IfdefAssignmentStatementContext ctx)
Exit a parse tree produced by the
IfdefAssignmentStatement
labeled alternative in DmlParser.statement() . |
void |
exitIfStatement(DmlParser.IfStatementContext ctx)
Exit a parse tree produced by the
IfStatement
labeled alternative in DmlParser.statement() . |
void |
exitImportStatement(DmlParser.ImportStatementContext ctx)
Exit a parse tree produced by the
ImportStatement
labeled alternative in DmlParser.statement() . |
void |
exitIndexedExpression(DmlParser.IndexedExpressionContext ctx)
Exit a parse tree produced by the
IndexedExpression
labeled alternative in DmlParser.dataIdentifier() . |
void |
exitInternalFunctionDefExpression(DmlParser.InternalFunctionDefExpressionContext ctx)
Exit a parse tree produced by the
InternalFunctionDefExpression
labeled alternative in DmlParser.functionStatement() . |
void |
exitIterablePredicateColonExpression(DmlParser.IterablePredicateColonExpressionContext ctx)
Exit a parse tree produced by the
IterablePredicateColonExpression
labeled alternative in DmlParser.iterablePredicate() . |
void |
exitIterablePredicateSeqExpression(DmlParser.IterablePredicateSeqExpressionContext ctx)
Exit a parse tree produced by the
IterablePredicateSeqExpression
labeled alternative in DmlParser.iterablePredicate() . |
void |
exitMatrixDataTypeCheck(DmlParser.MatrixDataTypeCheckContext ctx)
Exit a parse tree produced by the
MatrixDataTypeCheck
labeled alternative in DmlParser.dataType() . |
void |
exitMatrixMulExpression(DmlParser.MatrixMulExpressionContext ctx)
Exit a parse tree produced by the
MatrixMulExpression
labeled alternative in DmlParser.expression() . |
void |
exitMl_type(DmlParser.Ml_typeContext ctx)
Exit a parse tree produced by
DmlParser.ml_type() . |
void |
exitModIntDivExpression(DmlParser.ModIntDivExpressionContext ctx)
Exit a parse tree produced by the
ModIntDivExpression
labeled alternative in DmlParser.expression() . |
void |
exitMultDivExpression(DmlParser.MultDivExpressionContext ctx)
Exit a parse tree produced by the
MultDivExpression
labeled alternative in DmlParser.expression() . |
void |
exitMultiIdExpression(DmlParser.MultiIdExpressionContext ctx)
Exit a parse tree produced by the
MultiIdExpression
labeled alternative in DmlParser.expression() . |
void |
exitParameterizedExpression(DmlParser.ParameterizedExpressionContext ctx)
Exit a parse tree produced by
DmlParser.parameterizedExpression() . |
void |
exitParForStatement(DmlParser.ParForStatementContext ctx)
Exit a parse tree produced by the
ParForStatement
labeled alternative in DmlParser.statement() . |
void |
exitPathStatement(DmlParser.PathStatementContext ctx)
Exit a parse tree produced by the
PathStatement
labeled alternative in DmlParser.statement() . |
void |
exitPowerExpression(DmlParser.PowerExpressionContext ctx)
Exit a parse tree produced by the
PowerExpression
labeled alternative in DmlParser.expression() . |
void |
exitProgramroot(DmlParser.ProgramrootContext ctx)
Exit a parse tree produced by
DmlParser.programroot() . |
void |
exitRelationalExpression(DmlParser.RelationalExpressionContext ctx)
Exit a parse tree produced by the
RelationalExpression
labeled alternative in DmlParser.expression() . |
void |
exitSimpleDataIdentifierExpression(DmlParser.SimpleDataIdentifierExpressionContext ctx)
Exit a parse tree produced by the
SimpleDataIdentifierExpression
labeled alternative in DmlParser.dataIdentifier() . |
void |
exitStrictParameterizedExpression(DmlParser.StrictParameterizedExpressionContext ctx)
Exit a parse tree produced by
DmlParser.strictParameterizedExpression() . |
void |
exitStrictParameterizedKeyValueString(DmlParser.StrictParameterizedKeyValueStringContext ctx)
Exit a parse tree produced by
DmlParser.strictParameterizedKeyValueString() . |
void |
exitTypedArgAssign(DmlParser.TypedArgAssignContext ctx)
Exit a parse tree produced by
DmlParser.typedArgAssign() . |
void |
exitTypedArgNoAssign(DmlParser.TypedArgNoAssignContext ctx)
Exit a parse tree produced by
DmlParser.typedArgNoAssign() . |
void |
exitUnaryExpression(DmlParser.UnaryExpressionContext ctx)
Exit a parse tree produced by the
UnaryExpression
labeled alternative in DmlParser.expression() . |
void |
exitValueType(DmlParser.ValueTypeContext ctx)
Exit a parse tree produced by
DmlParser.valueType() . |
void |
exitWhileStatement(DmlParser.WhileStatementContext ctx)
Exit a parse tree produced by the
WhileStatement
labeled alternative in DmlParser.statement() . |
void |
visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) |
void |
visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) |
public void enterProgramroot(DmlParser.ProgramrootContext ctx)
DmlParser.programroot()
.
The default implementation does nothing.
enterProgramroot
in interface DmlListener
ctx
- the parse treepublic void exitProgramroot(DmlParser.ProgramrootContext ctx)
DmlParser.programroot()
.
The default implementation does nothing.
exitProgramroot
in interface DmlListener
ctx
- the parse treepublic void enterImportStatement(DmlParser.ImportStatementContext ctx)
ImportStatement
labeled alternative in DmlParser.statement()
.
The default implementation does nothing.
enterImportStatement
in interface DmlListener
ctx
- the parse treepublic void exitImportStatement(DmlParser.ImportStatementContext ctx)
ImportStatement
labeled alternative in DmlParser.statement()
.
The default implementation does nothing.
exitImportStatement
in interface DmlListener
ctx
- the parse treepublic void enterPathStatement(DmlParser.PathStatementContext ctx)
PathStatement
labeled alternative in DmlParser.statement()
.
The default implementation does nothing.
enterPathStatement
in interface DmlListener
ctx
- the parse treepublic void exitPathStatement(DmlParser.PathStatementContext ctx)
PathStatement
labeled alternative in DmlParser.statement()
.
The default implementation does nothing.
exitPathStatement
in interface DmlListener
ctx
- the parse treepublic void enterFunctionCallAssignmentStatement(DmlParser.FunctionCallAssignmentStatementContext ctx)
FunctionCallAssignmentStatement
labeled alternative in DmlParser.statement()
.
The default implementation does nothing.
enterFunctionCallAssignmentStatement
in interface DmlListener
ctx
- the parse treepublic void exitFunctionCallAssignmentStatement(DmlParser.FunctionCallAssignmentStatementContext ctx)
FunctionCallAssignmentStatement
labeled alternative in DmlParser.statement()
.
The default implementation does nothing.
exitFunctionCallAssignmentStatement
in interface DmlListener
ctx
- the parse treepublic void enterFunctionCallMultiAssignmentStatement(DmlParser.FunctionCallMultiAssignmentStatementContext ctx)
FunctionCallMultiAssignmentStatement
labeled alternative in DmlParser.statement()
.
The default implementation does nothing.
enterFunctionCallMultiAssignmentStatement
in interface DmlListener
ctx
- the parse treepublic void exitFunctionCallMultiAssignmentStatement(DmlParser.FunctionCallMultiAssignmentStatementContext ctx)
FunctionCallMultiAssignmentStatement
labeled alternative in DmlParser.statement()
.
The default implementation does nothing.
exitFunctionCallMultiAssignmentStatement
in interface DmlListener
ctx
- the parse treepublic void enterIfdefAssignmentStatement(DmlParser.IfdefAssignmentStatementContext ctx)
IfdefAssignmentStatement
labeled alternative in DmlParser.statement()
.
The default implementation does nothing.
enterIfdefAssignmentStatement
in interface DmlListener
ctx
- the parse treepublic void exitIfdefAssignmentStatement(DmlParser.IfdefAssignmentStatementContext ctx)
IfdefAssignmentStatement
labeled alternative in DmlParser.statement()
.
The default implementation does nothing.
exitIfdefAssignmentStatement
in interface DmlListener
ctx
- the parse treepublic void enterAssignmentStatement(DmlParser.AssignmentStatementContext ctx)
AssignmentStatement
labeled alternative in DmlParser.statement()
.
The default implementation does nothing.
enterAssignmentStatement
in interface DmlListener
ctx
- the parse treepublic void exitAssignmentStatement(DmlParser.AssignmentStatementContext ctx)
AssignmentStatement
labeled alternative in DmlParser.statement()
.
The default implementation does nothing.
exitAssignmentStatement
in interface DmlListener
ctx
- the parse treepublic void enterAccumulatorAssignmentStatement(DmlParser.AccumulatorAssignmentStatementContext ctx)
AccumulatorAssignmentStatement
labeled alternative in DmlParser.statement()
.
The default implementation does nothing.
enterAccumulatorAssignmentStatement
in interface DmlListener
ctx
- the parse treepublic void exitAccumulatorAssignmentStatement(DmlParser.AccumulatorAssignmentStatementContext ctx)
AccumulatorAssignmentStatement
labeled alternative in DmlParser.statement()
.
The default implementation does nothing.
exitAccumulatorAssignmentStatement
in interface DmlListener
ctx
- the parse treepublic void enterIfStatement(DmlParser.IfStatementContext ctx)
IfStatement
labeled alternative in DmlParser.statement()
.
The default implementation does nothing.
enterIfStatement
in interface DmlListener
ctx
- the parse treepublic void exitIfStatement(DmlParser.IfStatementContext ctx)
IfStatement
labeled alternative in DmlParser.statement()
.
The default implementation does nothing.
exitIfStatement
in interface DmlListener
ctx
- the parse treepublic void enterForStatement(DmlParser.ForStatementContext ctx)
ForStatement
labeled alternative in DmlParser.statement()
.
The default implementation does nothing.
enterForStatement
in interface DmlListener
ctx
- the parse treepublic void exitForStatement(DmlParser.ForStatementContext ctx)
ForStatement
labeled alternative in DmlParser.statement()
.
The default implementation does nothing.
exitForStatement
in interface DmlListener
ctx
- the parse treepublic void enterParForStatement(DmlParser.ParForStatementContext ctx)
ParForStatement
labeled alternative in DmlParser.statement()
.
The default implementation does nothing.
enterParForStatement
in interface DmlListener
ctx
- the parse treepublic void exitParForStatement(DmlParser.ParForStatementContext ctx)
ParForStatement
labeled alternative in DmlParser.statement()
.
The default implementation does nothing.
exitParForStatement
in interface DmlListener
ctx
- the parse treepublic void enterWhileStatement(DmlParser.WhileStatementContext ctx)
WhileStatement
labeled alternative in DmlParser.statement()
.
The default implementation does nothing.
enterWhileStatement
in interface DmlListener
ctx
- the parse treepublic void exitWhileStatement(DmlParser.WhileStatementContext ctx)
WhileStatement
labeled alternative in DmlParser.statement()
.
The default implementation does nothing.
exitWhileStatement
in interface DmlListener
ctx
- the parse treepublic void enterIterablePredicateColonExpression(DmlParser.IterablePredicateColonExpressionContext ctx)
IterablePredicateColonExpression
labeled alternative in DmlParser.iterablePredicate()
.
The default implementation does nothing.
enterIterablePredicateColonExpression
in interface DmlListener
ctx
- the parse treepublic void exitIterablePredicateColonExpression(DmlParser.IterablePredicateColonExpressionContext ctx)
IterablePredicateColonExpression
labeled alternative in DmlParser.iterablePredicate()
.
The default implementation does nothing.
exitIterablePredicateColonExpression
in interface DmlListener
ctx
- the parse treepublic void enterIterablePredicateSeqExpression(DmlParser.IterablePredicateSeqExpressionContext ctx)
IterablePredicateSeqExpression
labeled alternative in DmlParser.iterablePredicate()
.
The default implementation does nothing.
enterIterablePredicateSeqExpression
in interface DmlListener
ctx
- the parse treepublic void exitIterablePredicateSeqExpression(DmlParser.IterablePredicateSeqExpressionContext ctx)
IterablePredicateSeqExpression
labeled alternative in DmlParser.iterablePredicate()
.
The default implementation does nothing.
exitIterablePredicateSeqExpression
in interface DmlListener
ctx
- the parse treepublic void enterInternalFunctionDefExpression(DmlParser.InternalFunctionDefExpressionContext ctx)
InternalFunctionDefExpression
labeled alternative in DmlParser.functionStatement()
.
The default implementation does nothing.
enterInternalFunctionDefExpression
in interface DmlListener
ctx
- the parse treepublic void exitInternalFunctionDefExpression(DmlParser.InternalFunctionDefExpressionContext ctx)
InternalFunctionDefExpression
labeled alternative in DmlParser.functionStatement()
.
The default implementation does nothing.
exitInternalFunctionDefExpression
in interface DmlListener
ctx
- the parse treepublic void enterExternalFunctionDefExpression(DmlParser.ExternalFunctionDefExpressionContext ctx)
ExternalFunctionDefExpression
labeled alternative in DmlParser.functionStatement()
.
The default implementation does nothing.
enterExternalFunctionDefExpression
in interface DmlListener
ctx
- the parse treepublic void exitExternalFunctionDefExpression(DmlParser.ExternalFunctionDefExpressionContext ctx)
ExternalFunctionDefExpression
labeled alternative in DmlParser.functionStatement()
.
The default implementation does nothing.
exitExternalFunctionDefExpression
in interface DmlListener
ctx
- the parse treepublic void enterIndexedExpression(DmlParser.IndexedExpressionContext ctx)
IndexedExpression
labeled alternative in DmlParser.dataIdentifier()
.
The default implementation does nothing.
enterIndexedExpression
in interface DmlListener
ctx
- the parse treepublic void exitIndexedExpression(DmlParser.IndexedExpressionContext ctx)
IndexedExpression
labeled alternative in DmlParser.dataIdentifier()
.
The default implementation does nothing.
exitIndexedExpression
in interface DmlListener
ctx
- the parse treepublic void enterSimpleDataIdentifierExpression(DmlParser.SimpleDataIdentifierExpressionContext ctx)
SimpleDataIdentifierExpression
labeled alternative in DmlParser.dataIdentifier()
.
The default implementation does nothing.
enterSimpleDataIdentifierExpression
in interface DmlListener
ctx
- the parse treepublic void exitSimpleDataIdentifierExpression(DmlParser.SimpleDataIdentifierExpressionContext ctx)
SimpleDataIdentifierExpression
labeled alternative in DmlParser.dataIdentifier()
.
The default implementation does nothing.
exitSimpleDataIdentifierExpression
in interface DmlListener
ctx
- the parse treepublic void enterCommandlineParamExpression(DmlParser.CommandlineParamExpressionContext ctx)
CommandlineParamExpression
labeled alternative in DmlParser.dataIdentifier()
.
The default implementation does nothing.
enterCommandlineParamExpression
in interface DmlListener
ctx
- the parse treepublic void exitCommandlineParamExpression(DmlParser.CommandlineParamExpressionContext ctx)
CommandlineParamExpression
labeled alternative in DmlParser.dataIdentifier()
.
The default implementation does nothing.
exitCommandlineParamExpression
in interface DmlListener
ctx
- the parse treepublic void enterCommandlinePositionExpression(DmlParser.CommandlinePositionExpressionContext ctx)
CommandlinePositionExpression
labeled alternative in DmlParser.dataIdentifier()
.
The default implementation does nothing.
enterCommandlinePositionExpression
in interface DmlListener
ctx
- the parse treepublic void exitCommandlinePositionExpression(DmlParser.CommandlinePositionExpressionContext ctx)
CommandlinePositionExpression
labeled alternative in DmlParser.dataIdentifier()
.
The default implementation does nothing.
exitCommandlinePositionExpression
in interface DmlListener
ctx
- the parse treepublic void enterModIntDivExpression(DmlParser.ModIntDivExpressionContext ctx)
ModIntDivExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
enterModIntDivExpression
in interface DmlListener
ctx
- the parse treepublic void exitModIntDivExpression(DmlParser.ModIntDivExpressionContext ctx)
ModIntDivExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
exitModIntDivExpression
in interface DmlListener
ctx
- the parse treepublic void enterRelationalExpression(DmlParser.RelationalExpressionContext ctx)
RelationalExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
enterRelationalExpression
in interface DmlListener
ctx
- the parse treepublic void exitRelationalExpression(DmlParser.RelationalExpressionContext ctx)
RelationalExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
exitRelationalExpression
in interface DmlListener
ctx
- the parse treepublic void enterBooleanNotExpression(DmlParser.BooleanNotExpressionContext ctx)
BooleanNotExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
enterBooleanNotExpression
in interface DmlListener
ctx
- the parse treepublic void exitBooleanNotExpression(DmlParser.BooleanNotExpressionContext ctx)
BooleanNotExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
exitBooleanNotExpression
in interface DmlListener
ctx
- the parse treepublic void enterPowerExpression(DmlParser.PowerExpressionContext ctx)
PowerExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
enterPowerExpression
in interface DmlListener
ctx
- the parse treepublic void exitPowerExpression(DmlParser.PowerExpressionContext ctx)
PowerExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
exitPowerExpression
in interface DmlListener
ctx
- the parse treepublic void enterBuiltinFunctionExpression(DmlParser.BuiltinFunctionExpressionContext ctx)
BuiltinFunctionExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
enterBuiltinFunctionExpression
in interface DmlListener
ctx
- the parse treepublic void exitBuiltinFunctionExpression(DmlParser.BuiltinFunctionExpressionContext ctx)
BuiltinFunctionExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
exitBuiltinFunctionExpression
in interface DmlListener
ctx
- the parse treepublic void enterConstIntIdExpression(DmlParser.ConstIntIdExpressionContext ctx)
ConstIntIdExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
enterConstIntIdExpression
in interface DmlListener
ctx
- the parse treepublic void exitConstIntIdExpression(DmlParser.ConstIntIdExpressionContext ctx)
ConstIntIdExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
exitConstIntIdExpression
in interface DmlListener
ctx
- the parse treepublic void enterAtomicExpression(DmlParser.AtomicExpressionContext ctx)
AtomicExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
enterAtomicExpression
in interface DmlListener
ctx
- the parse treepublic void exitAtomicExpression(DmlParser.AtomicExpressionContext ctx)
AtomicExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
exitAtomicExpression
in interface DmlListener
ctx
- the parse treepublic void enterConstStringIdExpression(DmlParser.ConstStringIdExpressionContext ctx)
ConstStringIdExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
enterConstStringIdExpression
in interface DmlListener
ctx
- the parse treepublic void exitConstStringIdExpression(DmlParser.ConstStringIdExpressionContext ctx)
ConstStringIdExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
exitConstStringIdExpression
in interface DmlListener
ctx
- the parse treepublic void enterConstTrueExpression(DmlParser.ConstTrueExpressionContext ctx)
ConstTrueExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
enterConstTrueExpression
in interface DmlListener
ctx
- the parse treepublic void exitConstTrueExpression(DmlParser.ConstTrueExpressionContext ctx)
ConstTrueExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
exitConstTrueExpression
in interface DmlListener
ctx
- the parse treepublic void enterUnaryExpression(DmlParser.UnaryExpressionContext ctx)
UnaryExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
enterUnaryExpression
in interface DmlListener
ctx
- the parse treepublic void exitUnaryExpression(DmlParser.UnaryExpressionContext ctx)
UnaryExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
exitUnaryExpression
in interface DmlListener
ctx
- the parse treepublic void enterMultDivExpression(DmlParser.MultDivExpressionContext ctx)
MultDivExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
enterMultDivExpression
in interface DmlListener
ctx
- the parse treepublic void exitMultDivExpression(DmlParser.MultDivExpressionContext ctx)
MultDivExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
exitMultDivExpression
in interface DmlListener
ctx
- the parse treepublic void enterConstFalseExpression(DmlParser.ConstFalseExpressionContext ctx)
ConstFalseExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
enterConstFalseExpression
in interface DmlListener
ctx
- the parse treepublic void exitConstFalseExpression(DmlParser.ConstFalseExpressionContext ctx)
ConstFalseExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
exitConstFalseExpression
in interface DmlListener
ctx
- the parse treepublic void enterDataIdExpression(DmlParser.DataIdExpressionContext ctx)
DataIdExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
enterDataIdExpression
in interface DmlListener
ctx
- the parse treepublic void exitDataIdExpression(DmlParser.DataIdExpressionContext ctx)
DataIdExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
exitDataIdExpression
in interface DmlListener
ctx
- the parse treepublic void enterAddSubExpression(DmlParser.AddSubExpressionContext ctx)
AddSubExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
enterAddSubExpression
in interface DmlListener
ctx
- the parse treepublic void exitAddSubExpression(DmlParser.AddSubExpressionContext ctx)
AddSubExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
exitAddSubExpression
in interface DmlListener
ctx
- the parse treepublic void enterConstDoubleIdExpression(DmlParser.ConstDoubleIdExpressionContext ctx)
ConstDoubleIdExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
enterConstDoubleIdExpression
in interface DmlListener
ctx
- the parse treepublic void exitConstDoubleIdExpression(DmlParser.ConstDoubleIdExpressionContext ctx)
ConstDoubleIdExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
exitConstDoubleIdExpression
in interface DmlListener
ctx
- the parse treepublic void enterMatrixMulExpression(DmlParser.MatrixMulExpressionContext ctx)
MatrixMulExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
enterMatrixMulExpression
in interface DmlListener
ctx
- the parse treepublic void exitMatrixMulExpression(DmlParser.MatrixMulExpressionContext ctx)
MatrixMulExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
exitMatrixMulExpression
in interface DmlListener
ctx
- the parse treepublic void enterMultiIdExpression(DmlParser.MultiIdExpressionContext ctx)
MultiIdExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
enterMultiIdExpression
in interface DmlListener
ctx
- the parse treepublic void exitMultiIdExpression(DmlParser.MultiIdExpressionContext ctx)
MultiIdExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
exitMultiIdExpression
in interface DmlListener
ctx
- the parse treepublic void enterBooleanAndExpression(DmlParser.BooleanAndExpressionContext ctx)
BooleanAndExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
enterBooleanAndExpression
in interface DmlListener
ctx
- the parse treepublic void exitBooleanAndExpression(DmlParser.BooleanAndExpressionContext ctx)
BooleanAndExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
exitBooleanAndExpression
in interface DmlListener
ctx
- the parse treepublic void enterBooleanOrExpression(DmlParser.BooleanOrExpressionContext ctx)
BooleanOrExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
enterBooleanOrExpression
in interface DmlListener
ctx
- the parse treepublic void exitBooleanOrExpression(DmlParser.BooleanOrExpressionContext ctx)
BooleanOrExpression
labeled alternative in DmlParser.expression()
.
The default implementation does nothing.
exitBooleanOrExpression
in interface DmlListener
ctx
- the parse treepublic void enterTypedArgNoAssign(DmlParser.TypedArgNoAssignContext ctx)
DmlParser.typedArgNoAssign()
.
The default implementation does nothing.
enterTypedArgNoAssign
in interface DmlListener
ctx
- the parse treepublic void exitTypedArgNoAssign(DmlParser.TypedArgNoAssignContext ctx)
DmlParser.typedArgNoAssign()
.
The default implementation does nothing.
exitTypedArgNoAssign
in interface DmlListener
ctx
- the parse treepublic void enterTypedArgAssign(DmlParser.TypedArgAssignContext ctx)
DmlParser.typedArgAssign()
.
The default implementation does nothing.
enterTypedArgAssign
in interface DmlListener
ctx
- the parse treepublic void exitTypedArgAssign(DmlParser.TypedArgAssignContext ctx)
DmlParser.typedArgAssign()
.
The default implementation does nothing.
exitTypedArgAssign
in interface DmlListener
ctx
- the parse treepublic void enterParameterizedExpression(DmlParser.ParameterizedExpressionContext ctx)
DmlParser.parameterizedExpression()
.
The default implementation does nothing.
enterParameterizedExpression
in interface DmlListener
ctx
- the parse treepublic void exitParameterizedExpression(DmlParser.ParameterizedExpressionContext ctx)
DmlParser.parameterizedExpression()
.
The default implementation does nothing.
exitParameterizedExpression
in interface DmlListener
ctx
- the parse treepublic void enterStrictParameterizedExpression(DmlParser.StrictParameterizedExpressionContext ctx)
DmlParser.strictParameterizedExpression()
.
The default implementation does nothing.
enterStrictParameterizedExpression
in interface DmlListener
ctx
- the parse treepublic void exitStrictParameterizedExpression(DmlParser.StrictParameterizedExpressionContext ctx)
DmlParser.strictParameterizedExpression()
.
The default implementation does nothing.
exitStrictParameterizedExpression
in interface DmlListener
ctx
- the parse treepublic void enterStrictParameterizedKeyValueString(DmlParser.StrictParameterizedKeyValueStringContext ctx)
DmlParser.strictParameterizedKeyValueString()
.
The default implementation does nothing.
enterStrictParameterizedKeyValueString
in interface DmlListener
ctx
- the parse treepublic void exitStrictParameterizedKeyValueString(DmlParser.StrictParameterizedKeyValueStringContext ctx)
DmlParser.strictParameterizedKeyValueString()
.
The default implementation does nothing.
exitStrictParameterizedKeyValueString
in interface DmlListener
ctx
- the parse treepublic void enterMl_type(DmlParser.Ml_typeContext ctx)
DmlParser.ml_type()
.
The default implementation does nothing.
enterMl_type
in interface DmlListener
ctx
- the parse treepublic void exitMl_type(DmlParser.Ml_typeContext ctx)
DmlParser.ml_type()
.
The default implementation does nothing.
exitMl_type
in interface DmlListener
ctx
- the parse treepublic void enterValueType(DmlParser.ValueTypeContext ctx)
DmlParser.valueType()
.
The default implementation does nothing.
enterValueType
in interface DmlListener
ctx
- the parse treepublic void exitValueType(DmlParser.ValueTypeContext ctx)
DmlParser.valueType()
.
The default implementation does nothing.
exitValueType
in interface DmlListener
ctx
- the parse treepublic void enterMatrixDataTypeCheck(DmlParser.MatrixDataTypeCheckContext ctx)
MatrixDataTypeCheck
labeled alternative in DmlParser.dataType()
.
The default implementation does nothing.
enterMatrixDataTypeCheck
in interface DmlListener
ctx
- the parse treepublic void exitMatrixDataTypeCheck(DmlParser.MatrixDataTypeCheckContext ctx)
MatrixDataTypeCheck
labeled alternative in DmlParser.dataType()
.
The default implementation does nothing.
exitMatrixDataTypeCheck
in interface DmlListener
ctx
- the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode
in interface org.antlr.v4.runtime.tree.ParseTreeListener
Copyright © 2020 The Apache Software Foundation. All rights reserved.