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  AccumulatorAssignmentStatementlabeled alternative inDmlParser.statement(). | 
| void | enterAddSubExpression(DmlParser.AddSubExpressionContext ctx)Enter a parse tree produced by the  AddSubExpressionlabeled alternative inDmlParser.expression(). | 
| void | enterAssignmentStatement(DmlParser.AssignmentStatementContext ctx)Enter a parse tree produced by the  AssignmentStatementlabeled alternative inDmlParser.statement(). | 
| void | enterAtomicExpression(DmlParser.AtomicExpressionContext ctx)Enter a parse tree produced by the  AtomicExpressionlabeled alternative inDmlParser.expression(). | 
| void | enterBooleanAndExpression(DmlParser.BooleanAndExpressionContext ctx)Enter a parse tree produced by the  BooleanAndExpressionlabeled alternative inDmlParser.expression(). | 
| void | enterBooleanNotExpression(DmlParser.BooleanNotExpressionContext ctx)Enter a parse tree produced by the  BooleanNotExpressionlabeled alternative inDmlParser.expression(). | 
| void | enterBooleanOrExpression(DmlParser.BooleanOrExpressionContext ctx)Enter a parse tree produced by the  BooleanOrExpressionlabeled alternative inDmlParser.expression(). | 
| void | enterBuiltinFunctionExpression(DmlParser.BuiltinFunctionExpressionContext ctx)Enter a parse tree produced by the  BuiltinFunctionExpressionlabeled alternative inDmlParser.expression(). | 
| void | enterCommandlineParamExpression(DmlParser.CommandlineParamExpressionContext ctx)Enter a parse tree produced by the  CommandlineParamExpressionlabeled alternative inDmlParser.dataIdentifier(). | 
| void | enterCommandlinePositionExpression(DmlParser.CommandlinePositionExpressionContext ctx)Enter a parse tree produced by the  CommandlinePositionExpressionlabeled alternative inDmlParser.dataIdentifier(). | 
| void | enterConstDoubleIdExpression(DmlParser.ConstDoubleIdExpressionContext ctx)Enter a parse tree produced by the  ConstDoubleIdExpressionlabeled alternative inDmlParser.expression(). | 
| void | enterConstFalseExpression(DmlParser.ConstFalseExpressionContext ctx)Enter a parse tree produced by the  ConstFalseExpressionlabeled alternative inDmlParser.expression(). | 
| void | enterConstIntIdExpression(DmlParser.ConstIntIdExpressionContext ctx)Enter a parse tree produced by the  ConstIntIdExpressionlabeled alternative inDmlParser.expression(). | 
| void | enterConstStringIdExpression(DmlParser.ConstStringIdExpressionContext ctx)Enter a parse tree produced by the  ConstStringIdExpressionlabeled alternative inDmlParser.expression(). | 
| void | enterConstTrueExpression(DmlParser.ConstTrueExpressionContext ctx)Enter a parse tree produced by the  ConstTrueExpressionlabeled alternative inDmlParser.expression(). | 
| void | enterDataIdExpression(DmlParser.DataIdExpressionContext ctx)Enter a parse tree produced by the  DataIdExpressionlabeled alternative inDmlParser.expression(). | 
| void | enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) | 
| void | enterExternalFunctionDefExpression(DmlParser.ExternalFunctionDefExpressionContext ctx)Enter a parse tree produced by the  ExternalFunctionDefExpressionlabeled alternative inDmlParser.functionStatement(). | 
| void | enterForStatement(DmlParser.ForStatementContext ctx)Enter a parse tree produced by the  ForStatementlabeled alternative inDmlParser.statement(). | 
| void | enterFunctionCallAssignmentStatement(DmlParser.FunctionCallAssignmentStatementContext ctx)Enter a parse tree produced by the  FunctionCallAssignmentStatementlabeled alternative inDmlParser.statement(). | 
| void | enterFunctionCallMultiAssignmentStatement(DmlParser.FunctionCallMultiAssignmentStatementContext ctx)Enter a parse tree produced by the  FunctionCallMultiAssignmentStatementlabeled alternative inDmlParser.statement(). | 
| void | enterIfdefAssignmentStatement(DmlParser.IfdefAssignmentStatementContext ctx)Enter a parse tree produced by the  IfdefAssignmentStatementlabeled alternative inDmlParser.statement(). | 
| void | enterIfStatement(DmlParser.IfStatementContext ctx)Enter a parse tree produced by the  IfStatementlabeled alternative inDmlParser.statement(). | 
| void | enterImportStatement(DmlParser.ImportStatementContext ctx)Enter a parse tree produced by the  ImportStatementlabeled alternative inDmlParser.statement(). | 
| void | enterIndexedExpression(DmlParser.IndexedExpressionContext ctx)Enter a parse tree produced by the  IndexedExpressionlabeled alternative inDmlParser.dataIdentifier(). | 
| void | enterInternalFunctionDefExpression(DmlParser.InternalFunctionDefExpressionContext ctx)Enter a parse tree produced by the  InternalFunctionDefExpressionlabeled alternative inDmlParser.functionStatement(). | 
| void | enterIterablePredicateColonExpression(DmlParser.IterablePredicateColonExpressionContext ctx)Enter a parse tree produced by the  IterablePredicateColonExpressionlabeled alternative inDmlParser.iterablePredicate(). | 
| void | enterIterablePredicateSeqExpression(DmlParser.IterablePredicateSeqExpressionContext ctx)Enter a parse tree produced by the  IterablePredicateSeqExpressionlabeled alternative inDmlParser.iterablePredicate(). | 
| void | enterMatrixDataTypeCheck(DmlParser.MatrixDataTypeCheckContext ctx)Enter a parse tree produced by the  MatrixDataTypeChecklabeled alternative inDmlParser.dataType(). | 
| void | enterMatrixMulExpression(DmlParser.MatrixMulExpressionContext ctx)Enter a parse tree produced by the  MatrixMulExpressionlabeled alternative inDmlParser.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  ModIntDivExpressionlabeled alternative inDmlParser.expression(). | 
| void | enterMultDivExpression(DmlParser.MultDivExpressionContext ctx)Enter a parse tree produced by the  MultDivExpressionlabeled alternative inDmlParser.expression(). | 
| void | enterMultiIdExpression(DmlParser.MultiIdExpressionContext ctx)Enter a parse tree produced by the  MultiIdExpressionlabeled alternative inDmlParser.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  ParForStatementlabeled alternative inDmlParser.statement(). | 
| void | enterPathStatement(DmlParser.PathStatementContext ctx)Enter a parse tree produced by the  PathStatementlabeled alternative inDmlParser.statement(). | 
| void | enterPowerExpression(DmlParser.PowerExpressionContext ctx)Enter a parse tree produced by the  PowerExpressionlabeled alternative inDmlParser.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  RelationalExpressionlabeled alternative inDmlParser.expression(). | 
| void | enterSimpleDataIdentifierExpression(DmlParser.SimpleDataIdentifierExpressionContext ctx)Enter a parse tree produced by the  SimpleDataIdentifierExpressionlabeled alternative inDmlParser.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  UnaryExpressionlabeled alternative inDmlParser.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  WhileStatementlabeled alternative inDmlParser.statement(). | 
| void | exitAccumulatorAssignmentStatement(DmlParser.AccumulatorAssignmentStatementContext ctx)Exit a parse tree produced by the  AccumulatorAssignmentStatementlabeled alternative inDmlParser.statement(). | 
| void | exitAddSubExpression(DmlParser.AddSubExpressionContext ctx)Exit a parse tree produced by the  AddSubExpressionlabeled alternative inDmlParser.expression(). | 
| void | exitAssignmentStatement(DmlParser.AssignmentStatementContext ctx)Exit a parse tree produced by the  AssignmentStatementlabeled alternative inDmlParser.statement(). | 
| void | exitAtomicExpression(DmlParser.AtomicExpressionContext ctx)Exit a parse tree produced by the  AtomicExpressionlabeled alternative inDmlParser.expression(). | 
| void | exitBooleanAndExpression(DmlParser.BooleanAndExpressionContext ctx)Exit a parse tree produced by the  BooleanAndExpressionlabeled alternative inDmlParser.expression(). | 
| void | exitBooleanNotExpression(DmlParser.BooleanNotExpressionContext ctx)Exit a parse tree produced by the  BooleanNotExpressionlabeled alternative inDmlParser.expression(). | 
| void | exitBooleanOrExpression(DmlParser.BooleanOrExpressionContext ctx)Exit a parse tree produced by the  BooleanOrExpressionlabeled alternative inDmlParser.expression(). | 
| void | exitBuiltinFunctionExpression(DmlParser.BuiltinFunctionExpressionContext ctx)Exit a parse tree produced by the  BuiltinFunctionExpressionlabeled alternative inDmlParser.expression(). | 
| void | exitCommandlineParamExpression(DmlParser.CommandlineParamExpressionContext ctx)Exit a parse tree produced by the  CommandlineParamExpressionlabeled alternative inDmlParser.dataIdentifier(). | 
| void | exitCommandlinePositionExpression(DmlParser.CommandlinePositionExpressionContext ctx)Exit a parse tree produced by the  CommandlinePositionExpressionlabeled alternative inDmlParser.dataIdentifier(). | 
| void | exitConstDoubleIdExpression(DmlParser.ConstDoubleIdExpressionContext ctx)Exit a parse tree produced by the  ConstDoubleIdExpressionlabeled alternative inDmlParser.expression(). | 
| void | exitConstFalseExpression(DmlParser.ConstFalseExpressionContext ctx)Exit a parse tree produced by the  ConstFalseExpressionlabeled alternative inDmlParser.expression(). | 
| void | exitConstIntIdExpression(DmlParser.ConstIntIdExpressionContext ctx)Exit a parse tree produced by the  ConstIntIdExpressionlabeled alternative inDmlParser.expression(). | 
| void | exitConstStringIdExpression(DmlParser.ConstStringIdExpressionContext ctx)Exit a parse tree produced by the  ConstStringIdExpressionlabeled alternative inDmlParser.expression(). | 
| void | exitConstTrueExpression(DmlParser.ConstTrueExpressionContext ctx)Exit a parse tree produced by the  ConstTrueExpressionlabeled alternative inDmlParser.expression(). | 
| void | exitDataIdExpression(DmlParser.DataIdExpressionContext ctx)Exit a parse tree produced by the  DataIdExpressionlabeled alternative inDmlParser.expression(). | 
| void | exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) | 
| void | exitExternalFunctionDefExpression(DmlParser.ExternalFunctionDefExpressionContext ctx)Exit a parse tree produced by the  ExternalFunctionDefExpressionlabeled alternative inDmlParser.functionStatement(). | 
| void | exitForStatement(DmlParser.ForStatementContext ctx)Exit a parse tree produced by the  ForStatementlabeled alternative inDmlParser.statement(). | 
| void | exitFunctionCallAssignmentStatement(DmlParser.FunctionCallAssignmentStatementContext ctx)Exit a parse tree produced by the  FunctionCallAssignmentStatementlabeled alternative inDmlParser.statement(). | 
| void | exitFunctionCallMultiAssignmentStatement(DmlParser.FunctionCallMultiAssignmentStatementContext ctx)Exit a parse tree produced by the  FunctionCallMultiAssignmentStatementlabeled alternative inDmlParser.statement(). | 
| void | exitIfdefAssignmentStatement(DmlParser.IfdefAssignmentStatementContext ctx)Exit a parse tree produced by the  IfdefAssignmentStatementlabeled alternative inDmlParser.statement(). | 
| void | exitIfStatement(DmlParser.IfStatementContext ctx)Exit a parse tree produced by the  IfStatementlabeled alternative inDmlParser.statement(). | 
| void | exitImportStatement(DmlParser.ImportStatementContext ctx)Exit a parse tree produced by the  ImportStatementlabeled alternative inDmlParser.statement(). | 
| void | exitIndexedExpression(DmlParser.IndexedExpressionContext ctx)Exit a parse tree produced by the  IndexedExpressionlabeled alternative inDmlParser.dataIdentifier(). | 
| void | exitInternalFunctionDefExpression(DmlParser.InternalFunctionDefExpressionContext ctx)Exit a parse tree produced by the  InternalFunctionDefExpressionlabeled alternative inDmlParser.functionStatement(). | 
| void | exitIterablePredicateColonExpression(DmlParser.IterablePredicateColonExpressionContext ctx)Exit a parse tree produced by the  IterablePredicateColonExpressionlabeled alternative inDmlParser.iterablePredicate(). | 
| void | exitIterablePredicateSeqExpression(DmlParser.IterablePredicateSeqExpressionContext ctx)Exit a parse tree produced by the  IterablePredicateSeqExpressionlabeled alternative inDmlParser.iterablePredicate(). | 
| void | exitMatrixDataTypeCheck(DmlParser.MatrixDataTypeCheckContext ctx)Exit a parse tree produced by the  MatrixDataTypeChecklabeled alternative inDmlParser.dataType(). | 
| void | exitMatrixMulExpression(DmlParser.MatrixMulExpressionContext ctx)Exit a parse tree produced by the  MatrixMulExpressionlabeled alternative inDmlParser.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  ModIntDivExpressionlabeled alternative inDmlParser.expression(). | 
| void | exitMultDivExpression(DmlParser.MultDivExpressionContext ctx)Exit a parse tree produced by the  MultDivExpressionlabeled alternative inDmlParser.expression(). | 
| void | exitMultiIdExpression(DmlParser.MultiIdExpressionContext ctx)Exit a parse tree produced by the  MultiIdExpressionlabeled alternative inDmlParser.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  ParForStatementlabeled alternative inDmlParser.statement(). | 
| void | exitPathStatement(DmlParser.PathStatementContext ctx)Exit a parse tree produced by the  PathStatementlabeled alternative inDmlParser.statement(). | 
| void | exitPowerExpression(DmlParser.PowerExpressionContext ctx)Exit a parse tree produced by the  PowerExpressionlabeled alternative inDmlParser.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  RelationalExpressionlabeled alternative inDmlParser.expression(). | 
| void | exitSimpleDataIdentifierExpression(DmlParser.SimpleDataIdentifierExpressionContext ctx)Exit a parse tree produced by the  SimpleDataIdentifierExpressionlabeled alternative inDmlParser.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  UnaryExpressionlabeled alternative inDmlParser.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  WhileStatementlabeled alternative inDmlParser.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 DmlListenerctx - the parse treepublic void exitProgramroot(DmlParser.ProgramrootContext ctx)
DmlParser.programroot().
 The default implementation does nothing.
exitProgramroot in interface DmlListenerctx - the parse treepublic void enterImportStatement(DmlParser.ImportStatementContext ctx)
ImportStatement
 labeled alternative in DmlParser.statement().
 The default implementation does nothing.
enterImportStatement in interface DmlListenerctx - the parse treepublic void exitImportStatement(DmlParser.ImportStatementContext ctx)
ImportStatement
 labeled alternative in DmlParser.statement().
 The default implementation does nothing.
exitImportStatement in interface DmlListenerctx - the parse treepublic void enterPathStatement(DmlParser.PathStatementContext ctx)
PathStatement
 labeled alternative in DmlParser.statement().
 The default implementation does nothing.
enterPathStatement in interface DmlListenerctx - the parse treepublic void exitPathStatement(DmlParser.PathStatementContext ctx)
PathStatement
 labeled alternative in DmlParser.statement().
 The default implementation does nothing.
exitPathStatement in interface DmlListenerctx - the parse treepublic void enterFunctionCallAssignmentStatement(DmlParser.FunctionCallAssignmentStatementContext ctx)
FunctionCallAssignmentStatement
 labeled alternative in DmlParser.statement().
 The default implementation does nothing.
enterFunctionCallAssignmentStatement in interface DmlListenerctx - the parse treepublic void exitFunctionCallAssignmentStatement(DmlParser.FunctionCallAssignmentStatementContext ctx)
FunctionCallAssignmentStatement
 labeled alternative in DmlParser.statement().
 The default implementation does nothing.
exitFunctionCallAssignmentStatement in interface DmlListenerctx - the parse treepublic void enterFunctionCallMultiAssignmentStatement(DmlParser.FunctionCallMultiAssignmentStatementContext ctx)
FunctionCallMultiAssignmentStatement
 labeled alternative in DmlParser.statement().
 The default implementation does nothing.
enterFunctionCallMultiAssignmentStatement in interface DmlListenerctx - the parse treepublic void exitFunctionCallMultiAssignmentStatement(DmlParser.FunctionCallMultiAssignmentStatementContext ctx)
FunctionCallMultiAssignmentStatement
 labeled alternative in DmlParser.statement().
 The default implementation does nothing.
exitFunctionCallMultiAssignmentStatement in interface DmlListenerctx - the parse treepublic void enterIfdefAssignmentStatement(DmlParser.IfdefAssignmentStatementContext ctx)
IfdefAssignmentStatement
 labeled alternative in DmlParser.statement().
 The default implementation does nothing.
enterIfdefAssignmentStatement in interface DmlListenerctx - the parse treepublic void exitIfdefAssignmentStatement(DmlParser.IfdefAssignmentStatementContext ctx)
IfdefAssignmentStatement
 labeled alternative in DmlParser.statement().
 The default implementation does nothing.
exitIfdefAssignmentStatement in interface DmlListenerctx - the parse treepublic void enterAssignmentStatement(DmlParser.AssignmentStatementContext ctx)
AssignmentStatement
 labeled alternative in DmlParser.statement().
 The default implementation does nothing.
enterAssignmentStatement in interface DmlListenerctx - the parse treepublic void exitAssignmentStatement(DmlParser.AssignmentStatementContext ctx)
AssignmentStatement
 labeled alternative in DmlParser.statement().
 The default implementation does nothing.
exitAssignmentStatement in interface DmlListenerctx - the parse treepublic void enterAccumulatorAssignmentStatement(DmlParser.AccumulatorAssignmentStatementContext ctx)
AccumulatorAssignmentStatement
 labeled alternative in DmlParser.statement().
 The default implementation does nothing.
enterAccumulatorAssignmentStatement in interface DmlListenerctx - the parse treepublic void exitAccumulatorAssignmentStatement(DmlParser.AccumulatorAssignmentStatementContext ctx)
AccumulatorAssignmentStatement
 labeled alternative in DmlParser.statement().
 The default implementation does nothing.
exitAccumulatorAssignmentStatement in interface DmlListenerctx - the parse treepublic void enterIfStatement(DmlParser.IfStatementContext ctx)
IfStatement
 labeled alternative in DmlParser.statement().
 The default implementation does nothing.
enterIfStatement in interface DmlListenerctx - the parse treepublic void exitIfStatement(DmlParser.IfStatementContext ctx)
IfStatement
 labeled alternative in DmlParser.statement().
 The default implementation does nothing.
exitIfStatement in interface DmlListenerctx - the parse treepublic void enterForStatement(DmlParser.ForStatementContext ctx)
ForStatement
 labeled alternative in DmlParser.statement().
 The default implementation does nothing.
enterForStatement in interface DmlListenerctx - the parse treepublic void exitForStatement(DmlParser.ForStatementContext ctx)
ForStatement
 labeled alternative in DmlParser.statement().
 The default implementation does nothing.
exitForStatement in interface DmlListenerctx - the parse treepublic void enterParForStatement(DmlParser.ParForStatementContext ctx)
ParForStatement
 labeled alternative in DmlParser.statement().
 The default implementation does nothing.
enterParForStatement in interface DmlListenerctx - the parse treepublic void exitParForStatement(DmlParser.ParForStatementContext ctx)
ParForStatement
 labeled alternative in DmlParser.statement().
 The default implementation does nothing.
exitParForStatement in interface DmlListenerctx - the parse treepublic void enterWhileStatement(DmlParser.WhileStatementContext ctx)
WhileStatement
 labeled alternative in DmlParser.statement().
 The default implementation does nothing.
enterWhileStatement in interface DmlListenerctx - the parse treepublic void exitWhileStatement(DmlParser.WhileStatementContext ctx)
WhileStatement
 labeled alternative in DmlParser.statement().
 The default implementation does nothing.
exitWhileStatement in interface DmlListenerctx - the parse treepublic void enterIterablePredicateColonExpression(DmlParser.IterablePredicateColonExpressionContext ctx)
IterablePredicateColonExpression
 labeled alternative in DmlParser.iterablePredicate().
 The default implementation does nothing.
enterIterablePredicateColonExpression in interface DmlListenerctx - the parse treepublic void exitIterablePredicateColonExpression(DmlParser.IterablePredicateColonExpressionContext ctx)
IterablePredicateColonExpression
 labeled alternative in DmlParser.iterablePredicate().
 The default implementation does nothing.
exitIterablePredicateColonExpression in interface DmlListenerctx - the parse treepublic void enterIterablePredicateSeqExpression(DmlParser.IterablePredicateSeqExpressionContext ctx)
IterablePredicateSeqExpression
 labeled alternative in DmlParser.iterablePredicate().
 The default implementation does nothing.
enterIterablePredicateSeqExpression in interface DmlListenerctx - the parse treepublic void exitIterablePredicateSeqExpression(DmlParser.IterablePredicateSeqExpressionContext ctx)
IterablePredicateSeqExpression
 labeled alternative in DmlParser.iterablePredicate().
 The default implementation does nothing.
exitIterablePredicateSeqExpression in interface DmlListenerctx - the parse treepublic void enterInternalFunctionDefExpression(DmlParser.InternalFunctionDefExpressionContext ctx)
InternalFunctionDefExpression
 labeled alternative in DmlParser.functionStatement().
 The default implementation does nothing.
enterInternalFunctionDefExpression in interface DmlListenerctx - the parse treepublic void exitInternalFunctionDefExpression(DmlParser.InternalFunctionDefExpressionContext ctx)
InternalFunctionDefExpression
 labeled alternative in DmlParser.functionStatement().
 The default implementation does nothing.
exitInternalFunctionDefExpression in interface DmlListenerctx - the parse treepublic void enterExternalFunctionDefExpression(DmlParser.ExternalFunctionDefExpressionContext ctx)
ExternalFunctionDefExpression
 labeled alternative in DmlParser.functionStatement().
 The default implementation does nothing.
enterExternalFunctionDefExpression in interface DmlListenerctx - the parse treepublic void exitExternalFunctionDefExpression(DmlParser.ExternalFunctionDefExpressionContext ctx)
ExternalFunctionDefExpression
 labeled alternative in DmlParser.functionStatement().
 The default implementation does nothing.
exitExternalFunctionDefExpression in interface DmlListenerctx - the parse treepublic void enterIndexedExpression(DmlParser.IndexedExpressionContext ctx)
IndexedExpression
 labeled alternative in DmlParser.dataIdentifier().
 The default implementation does nothing.
enterIndexedExpression in interface DmlListenerctx - the parse treepublic void exitIndexedExpression(DmlParser.IndexedExpressionContext ctx)
IndexedExpression
 labeled alternative in DmlParser.dataIdentifier().
 The default implementation does nothing.
exitIndexedExpression in interface DmlListenerctx - the parse treepublic void enterSimpleDataIdentifierExpression(DmlParser.SimpleDataIdentifierExpressionContext ctx)
SimpleDataIdentifierExpression
 labeled alternative in DmlParser.dataIdentifier().
 The default implementation does nothing.
enterSimpleDataIdentifierExpression in interface DmlListenerctx - the parse treepublic void exitSimpleDataIdentifierExpression(DmlParser.SimpleDataIdentifierExpressionContext ctx)
SimpleDataIdentifierExpression
 labeled alternative in DmlParser.dataIdentifier().
 The default implementation does nothing.
exitSimpleDataIdentifierExpression in interface DmlListenerctx - the parse treepublic void enterCommandlineParamExpression(DmlParser.CommandlineParamExpressionContext ctx)
CommandlineParamExpression
 labeled alternative in DmlParser.dataIdentifier().
 The default implementation does nothing.
enterCommandlineParamExpression in interface DmlListenerctx - the parse treepublic void exitCommandlineParamExpression(DmlParser.CommandlineParamExpressionContext ctx)
CommandlineParamExpression
 labeled alternative in DmlParser.dataIdentifier().
 The default implementation does nothing.
exitCommandlineParamExpression in interface DmlListenerctx - the parse treepublic void enterCommandlinePositionExpression(DmlParser.CommandlinePositionExpressionContext ctx)
CommandlinePositionExpression
 labeled alternative in DmlParser.dataIdentifier().
 The default implementation does nothing.
enterCommandlinePositionExpression in interface DmlListenerctx - the parse treepublic void exitCommandlinePositionExpression(DmlParser.CommandlinePositionExpressionContext ctx)
CommandlinePositionExpression
 labeled alternative in DmlParser.dataIdentifier().
 The default implementation does nothing.
exitCommandlinePositionExpression in interface DmlListenerctx - the parse treepublic void enterModIntDivExpression(DmlParser.ModIntDivExpressionContext ctx)
ModIntDivExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
enterModIntDivExpression in interface DmlListenerctx - the parse treepublic void exitModIntDivExpression(DmlParser.ModIntDivExpressionContext ctx)
ModIntDivExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
exitModIntDivExpression in interface DmlListenerctx - the parse treepublic void enterRelationalExpression(DmlParser.RelationalExpressionContext ctx)
RelationalExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
enterRelationalExpression in interface DmlListenerctx - the parse treepublic void exitRelationalExpression(DmlParser.RelationalExpressionContext ctx)
RelationalExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
exitRelationalExpression in interface DmlListenerctx - the parse treepublic void enterBooleanNotExpression(DmlParser.BooleanNotExpressionContext ctx)
BooleanNotExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
enterBooleanNotExpression in interface DmlListenerctx - the parse treepublic void exitBooleanNotExpression(DmlParser.BooleanNotExpressionContext ctx)
BooleanNotExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
exitBooleanNotExpression in interface DmlListenerctx - the parse treepublic void enterPowerExpression(DmlParser.PowerExpressionContext ctx)
PowerExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
enterPowerExpression in interface DmlListenerctx - the parse treepublic void exitPowerExpression(DmlParser.PowerExpressionContext ctx)
PowerExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
exitPowerExpression in interface DmlListenerctx - the parse treepublic void enterBuiltinFunctionExpression(DmlParser.BuiltinFunctionExpressionContext ctx)
BuiltinFunctionExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
enterBuiltinFunctionExpression in interface DmlListenerctx - the parse treepublic void exitBuiltinFunctionExpression(DmlParser.BuiltinFunctionExpressionContext ctx)
BuiltinFunctionExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
exitBuiltinFunctionExpression in interface DmlListenerctx - the parse treepublic void enterConstIntIdExpression(DmlParser.ConstIntIdExpressionContext ctx)
ConstIntIdExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
enterConstIntIdExpression in interface DmlListenerctx - the parse treepublic void exitConstIntIdExpression(DmlParser.ConstIntIdExpressionContext ctx)
ConstIntIdExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
exitConstIntIdExpression in interface DmlListenerctx - the parse treepublic void enterAtomicExpression(DmlParser.AtomicExpressionContext ctx)
AtomicExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
enterAtomicExpression in interface DmlListenerctx - the parse treepublic void exitAtomicExpression(DmlParser.AtomicExpressionContext ctx)
AtomicExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
exitAtomicExpression in interface DmlListenerctx - the parse treepublic void enterConstStringIdExpression(DmlParser.ConstStringIdExpressionContext ctx)
ConstStringIdExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
enterConstStringIdExpression in interface DmlListenerctx - the parse treepublic void exitConstStringIdExpression(DmlParser.ConstStringIdExpressionContext ctx)
ConstStringIdExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
exitConstStringIdExpression in interface DmlListenerctx - the parse treepublic void enterConstTrueExpression(DmlParser.ConstTrueExpressionContext ctx)
ConstTrueExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
enterConstTrueExpression in interface DmlListenerctx - the parse treepublic void exitConstTrueExpression(DmlParser.ConstTrueExpressionContext ctx)
ConstTrueExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
exitConstTrueExpression in interface DmlListenerctx - the parse treepublic void enterUnaryExpression(DmlParser.UnaryExpressionContext ctx)
UnaryExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
enterUnaryExpression in interface DmlListenerctx - the parse treepublic void exitUnaryExpression(DmlParser.UnaryExpressionContext ctx)
UnaryExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
exitUnaryExpression in interface DmlListenerctx - the parse treepublic void enterMultDivExpression(DmlParser.MultDivExpressionContext ctx)
MultDivExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
enterMultDivExpression in interface DmlListenerctx - the parse treepublic void exitMultDivExpression(DmlParser.MultDivExpressionContext ctx)
MultDivExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
exitMultDivExpression in interface DmlListenerctx - the parse treepublic void enterConstFalseExpression(DmlParser.ConstFalseExpressionContext ctx)
ConstFalseExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
enterConstFalseExpression in interface DmlListenerctx - the parse treepublic void exitConstFalseExpression(DmlParser.ConstFalseExpressionContext ctx)
ConstFalseExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
exitConstFalseExpression in interface DmlListenerctx - the parse treepublic void enterDataIdExpression(DmlParser.DataIdExpressionContext ctx)
DataIdExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
enterDataIdExpression in interface DmlListenerctx - the parse treepublic void exitDataIdExpression(DmlParser.DataIdExpressionContext ctx)
DataIdExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
exitDataIdExpression in interface DmlListenerctx - the parse treepublic void enterAddSubExpression(DmlParser.AddSubExpressionContext ctx)
AddSubExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
enterAddSubExpression in interface DmlListenerctx - the parse treepublic void exitAddSubExpression(DmlParser.AddSubExpressionContext ctx)
AddSubExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
exitAddSubExpression in interface DmlListenerctx - the parse treepublic void enterConstDoubleIdExpression(DmlParser.ConstDoubleIdExpressionContext ctx)
ConstDoubleIdExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
enterConstDoubleIdExpression in interface DmlListenerctx - the parse treepublic void exitConstDoubleIdExpression(DmlParser.ConstDoubleIdExpressionContext ctx)
ConstDoubleIdExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
exitConstDoubleIdExpression in interface DmlListenerctx - the parse treepublic void enterMatrixMulExpression(DmlParser.MatrixMulExpressionContext ctx)
MatrixMulExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
enterMatrixMulExpression in interface DmlListenerctx - the parse treepublic void exitMatrixMulExpression(DmlParser.MatrixMulExpressionContext ctx)
MatrixMulExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
exitMatrixMulExpression in interface DmlListenerctx - the parse treepublic void enterMultiIdExpression(DmlParser.MultiIdExpressionContext ctx)
MultiIdExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
enterMultiIdExpression in interface DmlListenerctx - the parse treepublic void exitMultiIdExpression(DmlParser.MultiIdExpressionContext ctx)
MultiIdExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
exitMultiIdExpression in interface DmlListenerctx - the parse treepublic void enterBooleanAndExpression(DmlParser.BooleanAndExpressionContext ctx)
BooleanAndExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
enterBooleanAndExpression in interface DmlListenerctx - the parse treepublic void exitBooleanAndExpression(DmlParser.BooleanAndExpressionContext ctx)
BooleanAndExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
exitBooleanAndExpression in interface DmlListenerctx - the parse treepublic void enterBooleanOrExpression(DmlParser.BooleanOrExpressionContext ctx)
BooleanOrExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
enterBooleanOrExpression in interface DmlListenerctx - the parse treepublic void exitBooleanOrExpression(DmlParser.BooleanOrExpressionContext ctx)
BooleanOrExpression
 labeled alternative in DmlParser.expression().
 The default implementation does nothing.
exitBooleanOrExpression in interface DmlListenerctx - the parse treepublic void enterTypedArgNoAssign(DmlParser.TypedArgNoAssignContext ctx)
DmlParser.typedArgNoAssign().
 The default implementation does nothing.
enterTypedArgNoAssign in interface DmlListenerctx - the parse treepublic void exitTypedArgNoAssign(DmlParser.TypedArgNoAssignContext ctx)
DmlParser.typedArgNoAssign().
 The default implementation does nothing.
exitTypedArgNoAssign in interface DmlListenerctx - the parse treepublic void enterTypedArgAssign(DmlParser.TypedArgAssignContext ctx)
DmlParser.typedArgAssign().
 The default implementation does nothing.
enterTypedArgAssign in interface DmlListenerctx - the parse treepublic void exitTypedArgAssign(DmlParser.TypedArgAssignContext ctx)
DmlParser.typedArgAssign().
 The default implementation does nothing.
exitTypedArgAssign in interface DmlListenerctx - the parse treepublic void enterParameterizedExpression(DmlParser.ParameterizedExpressionContext ctx)
DmlParser.parameterizedExpression().
 The default implementation does nothing.
enterParameterizedExpression in interface DmlListenerctx - the parse treepublic void exitParameterizedExpression(DmlParser.ParameterizedExpressionContext ctx)
DmlParser.parameterizedExpression().
 The default implementation does nothing.
exitParameterizedExpression in interface DmlListenerctx - the parse treepublic void enterStrictParameterizedExpression(DmlParser.StrictParameterizedExpressionContext ctx)
DmlParser.strictParameterizedExpression().
 The default implementation does nothing.
enterStrictParameterizedExpression in interface DmlListenerctx - the parse treepublic void exitStrictParameterizedExpression(DmlParser.StrictParameterizedExpressionContext ctx)
DmlParser.strictParameterizedExpression().
 The default implementation does nothing.
exitStrictParameterizedExpression in interface DmlListenerctx - the parse treepublic void enterStrictParameterizedKeyValueString(DmlParser.StrictParameterizedKeyValueStringContext ctx)
DmlParser.strictParameterizedKeyValueString().
 The default implementation does nothing.
enterStrictParameterizedKeyValueString in interface DmlListenerctx - the parse treepublic void exitStrictParameterizedKeyValueString(DmlParser.StrictParameterizedKeyValueStringContext ctx)
DmlParser.strictParameterizedKeyValueString().
 The default implementation does nothing.
exitStrictParameterizedKeyValueString in interface DmlListenerctx - the parse treepublic void enterMl_type(DmlParser.Ml_typeContext ctx)
DmlParser.ml_type().
 The default implementation does nothing.
enterMl_type in interface DmlListenerctx - the parse treepublic void exitMl_type(DmlParser.Ml_typeContext ctx)
DmlParser.ml_type().
 The default implementation does nothing.
exitMl_type in interface DmlListenerctx - the parse treepublic void enterValueType(DmlParser.ValueTypeContext ctx)
DmlParser.valueType().
 The default implementation does nothing.
enterValueType in interface DmlListenerctx - the parse treepublic void exitValueType(DmlParser.ValueTypeContext ctx)
DmlParser.valueType().
 The default implementation does nothing.
exitValueType in interface DmlListenerctx - the parse treepublic void enterMatrixDataTypeCheck(DmlParser.MatrixDataTypeCheckContext ctx)
MatrixDataTypeCheck
 labeled alternative in DmlParser.dataType().
 The default implementation does nothing.
enterMatrixDataTypeCheck in interface DmlListenerctx - the parse treepublic void exitMatrixDataTypeCheck(DmlParser.MatrixDataTypeCheckContext ctx)
MatrixDataTypeCheck
 labeled alternative in DmlParser.dataType().
 The default implementation does nothing.
exitMatrixDataTypeCheck in interface DmlListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2021 The Apache Software Foundation. All rights reserved.