public class RuleLangBaseListener extends Object implements RuleLangListener
RuleLangListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
RuleLangBaseListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
enterAddition(RuleLangParser.AdditionContext ctx)
Enter a parse tree produced by the
Addition
labeled alternative in RuleLangParser.expression(). |
void |
enterAnd(RuleLangParser.AndContext ctx)
Enter a parse tree produced by the
And
labeled alternative in RuleLangParser.expression(). |
void |
enterArrayLiteralExpr(RuleLangParser.ArrayLiteralExprContext ctx)
Enter a parse tree produced by the
ArrayLiteralExpr
labeled alternative in RuleLangParser.expression(). |
void |
enterBoolean(RuleLangParser.BooleanContext ctx)
Enter a parse tree produced by the
Boolean
labeled alternative in RuleLangParser.literal(). |
void |
enterChar(RuleLangParser.CharContext ctx)
Enter a parse tree produced by the
Char
labeled alternative in RuleLangParser.literal(). |
void |
enterComparison(RuleLangParser.ComparisonContext ctx)
Enter a parse tree produced by the
Comparison
labeled alternative in RuleLangParser.expression(). |
void |
enterEmptyStmt(RuleLangParser.EmptyStmtContext ctx)
Enter a parse tree produced by the
EmptyStmt
labeled alternative in RuleLangParser.statement(). |
void |
enterEquality(RuleLangParser.EqualityContext ctx)
Enter a parse tree produced by the
Equality
labeled alternative in RuleLangParser.expression(). |
void |
enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
enterFile(RuleLangParser.FileContext ctx)
Enter a parse tree produced by
RuleLangParser.file(). |
void |
enterFloat(RuleLangParser.FloatContext ctx)
Enter a parse tree produced by the
Float
labeled alternative in RuleLangParser.literal(). |
void |
enterFunc(RuleLangParser.FuncContext ctx)
Enter a parse tree produced by the
Func
labeled alternative in RuleLangParser.expression(). |
void |
enterFuncStmt(RuleLangParser.FuncStmtContext ctx)
Enter a parse tree produced by the
FuncStmt
labeled alternative in RuleLangParser.statement(). |
void |
enterFunctionCall(RuleLangParser.FunctionCallContext ctx)
Enter a parse tree produced by
RuleLangParser.functionCall(). |
void |
enterIdentifier(RuleLangParser.IdentifierContext ctx)
Enter a parse tree produced by the
Identifier
labeled alternative in RuleLangParser.expression(). |
void |
enterIndexedAccess(RuleLangParser.IndexedAccessContext ctx)
Enter a parse tree produced by the
IndexedAccess
labeled alternative in RuleLangParser.expression(). |
void |
enterInteger(RuleLangParser.IntegerContext ctx)
Enter a parse tree produced by the
Integer
labeled alternative in RuleLangParser.literal(). |
void |
enterLiteralPrimary(RuleLangParser.LiteralPrimaryContext ctx)
Enter a parse tree produced by the
LiteralPrimary
labeled alternative in RuleLangParser.expression(). |
void |
enterMapLiteralExpr(RuleLangParser.MapLiteralExprContext ctx)
Enter a parse tree produced by the
MapLiteralExpr
labeled alternative in RuleLangParser.expression(). |
void |
enterMessageRef(RuleLangParser.MessageRefContext ctx)
Enter a parse tree produced by the
MessageRef
labeled alternative in RuleLangParser.expression(). |
void |
enterMultiplication(RuleLangParser.MultiplicationContext ctx)
Enter a parse tree produced by the
Multiplication
labeled alternative in RuleLangParser.expression(). |
void |
enterNamedArgs(RuleLangParser.NamedArgsContext ctx)
Enter a parse tree produced by the
NamedArgs
labeled alternative in RuleLangParser.arguments(). |
void |
enterNested(RuleLangParser.NestedContext ctx)
Enter a parse tree produced by the
Nested
labeled alternative in RuleLangParser.expression(). |
void |
enterNot(RuleLangParser.NotContext ctx)
Enter a parse tree produced by the
Not
labeled alternative in RuleLangParser.expression(). |
void |
enterOr(RuleLangParser.OrContext ctx)
Enter a parse tree produced by the
Or
labeled alternative in RuleLangParser.expression(). |
void |
enterParenExpr(RuleLangParser.ParenExprContext ctx)
Enter a parse tree produced by the
ParenExpr
labeled alternative in RuleLangParser.expression(). |
void |
enterPipeline(RuleLangParser.PipelineContext ctx)
Enter a parse tree produced by
RuleLangParser.pipeline(). |
void |
enterPipelineDeclaration(RuleLangParser.PipelineDeclarationContext ctx)
Enter a parse tree produced by
RuleLangParser.pipelineDeclaration(). |
void |
enterPipelineDecls(RuleLangParser.PipelineDeclsContext ctx)
Enter a parse tree produced by
RuleLangParser.pipelineDecls(). |
void |
enterPositionalArgs(RuleLangParser.PositionalArgsContext ctx)
Enter a parse tree produced by the
PositionalArgs
labeled alternative in RuleLangParser.arguments(). |
void |
enterPropAssignment(RuleLangParser.PropAssignmentContext ctx)
Enter a parse tree produced by
RuleLangParser.propAssignment(). |
void |
enterRuleDeclaration(RuleLangParser.RuleDeclarationContext ctx)
Enter a parse tree produced by
RuleLangParser.ruleDeclaration(). |
void |
enterRuleDecls(RuleLangParser.RuleDeclsContext ctx)
Enter a parse tree produced by
RuleLangParser.ruleDecls(). |
void |
enterRuleRef(RuleLangParser.RuleRefContext ctx)
Enter a parse tree produced by
RuleLangParser.ruleRef(). |
void |
enterSignedExpression(RuleLangParser.SignedExpressionContext ctx)
Enter a parse tree produced by the
SignedExpression
labeled alternative in RuleLangParser.expression(). |
void |
enterStageDeclaration(RuleLangParser.StageDeclarationContext ctx)
Enter a parse tree produced by
RuleLangParser.stageDeclaration(). |
void |
enterString(RuleLangParser.StringContext ctx)
Enter a parse tree produced by the
String
labeled alternative in RuleLangParser.literal(). |
void |
enterVarAssignStmt(RuleLangParser.VarAssignStmtContext ctx)
Enter a parse tree produced by the
VarAssignStmt
labeled alternative in RuleLangParser.statement(). |
void |
exitAddition(RuleLangParser.AdditionContext ctx)
Exit a parse tree produced by the
Addition
labeled alternative in RuleLangParser.expression(). |
void |
exitAnd(RuleLangParser.AndContext ctx)
Exit a parse tree produced by the
And
labeled alternative in RuleLangParser.expression(). |
void |
exitArrayLiteralExpr(RuleLangParser.ArrayLiteralExprContext ctx)
Exit a parse tree produced by the
ArrayLiteralExpr
labeled alternative in RuleLangParser.expression(). |
void |
exitBoolean(RuleLangParser.BooleanContext ctx)
Exit a parse tree produced by the
Boolean
labeled alternative in RuleLangParser.literal(). |
void |
exitChar(RuleLangParser.CharContext ctx)
Exit a parse tree produced by the
Char
labeled alternative in RuleLangParser.literal(). |
void |
exitComparison(RuleLangParser.ComparisonContext ctx)
Exit a parse tree produced by the
Comparison
labeled alternative in RuleLangParser.expression(). |
void |
exitEmptyStmt(RuleLangParser.EmptyStmtContext ctx)
Exit a parse tree produced by the
EmptyStmt
labeled alternative in RuleLangParser.statement(). |
void |
exitEquality(RuleLangParser.EqualityContext ctx)
Exit a parse tree produced by the
Equality
labeled alternative in RuleLangParser.expression(). |
void |
exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
exitFile(RuleLangParser.FileContext ctx)
Exit a parse tree produced by
RuleLangParser.file(). |
void |
exitFloat(RuleLangParser.FloatContext ctx)
Exit a parse tree produced by the
Float
labeled alternative in RuleLangParser.literal(). |
void |
exitFunc(RuleLangParser.FuncContext ctx)
Exit a parse tree produced by the
Func
labeled alternative in RuleLangParser.expression(). |
void |
exitFuncStmt(RuleLangParser.FuncStmtContext ctx)
Exit a parse tree produced by the
FuncStmt
labeled alternative in RuleLangParser.statement(). |
void |
exitFunctionCall(RuleLangParser.FunctionCallContext ctx)
Exit a parse tree produced by
RuleLangParser.functionCall(). |
void |
exitIdentifier(RuleLangParser.IdentifierContext ctx)
Exit a parse tree produced by the
Identifier
labeled alternative in RuleLangParser.expression(). |
void |
exitIndexedAccess(RuleLangParser.IndexedAccessContext ctx)
Exit a parse tree produced by the
IndexedAccess
labeled alternative in RuleLangParser.expression(). |
void |
exitInteger(RuleLangParser.IntegerContext ctx)
Exit a parse tree produced by the
Integer
labeled alternative in RuleLangParser.literal(). |
void |
exitLiteralPrimary(RuleLangParser.LiteralPrimaryContext ctx)
Exit a parse tree produced by the
LiteralPrimary
labeled alternative in RuleLangParser.expression(). |
void |
exitMapLiteralExpr(RuleLangParser.MapLiteralExprContext ctx)
Exit a parse tree produced by the
MapLiteralExpr
labeled alternative in RuleLangParser.expression(). |
void |
exitMessageRef(RuleLangParser.MessageRefContext ctx)
Exit a parse tree produced by the
MessageRef
labeled alternative in RuleLangParser.expression(). |
void |
exitMultiplication(RuleLangParser.MultiplicationContext ctx)
Exit a parse tree produced by the
Multiplication
labeled alternative in RuleLangParser.expression(). |
void |
exitNamedArgs(RuleLangParser.NamedArgsContext ctx)
Exit a parse tree produced by the
NamedArgs
labeled alternative in RuleLangParser.arguments(). |
void |
exitNested(RuleLangParser.NestedContext ctx)
Exit a parse tree produced by the
Nested
labeled alternative in RuleLangParser.expression(). |
void |
exitNot(RuleLangParser.NotContext ctx)
Exit a parse tree produced by the
Not
labeled alternative in RuleLangParser.expression(). |
void |
exitOr(RuleLangParser.OrContext ctx)
Exit a parse tree produced by the
Or
labeled alternative in RuleLangParser.expression(). |
void |
exitParenExpr(RuleLangParser.ParenExprContext ctx)
Exit a parse tree produced by the
ParenExpr
labeled alternative in RuleLangParser.expression(). |
void |
exitPipeline(RuleLangParser.PipelineContext ctx)
Exit a parse tree produced by
RuleLangParser.pipeline(). |
void |
exitPipelineDeclaration(RuleLangParser.PipelineDeclarationContext ctx)
Exit a parse tree produced by
RuleLangParser.pipelineDeclaration(). |
void |
exitPipelineDecls(RuleLangParser.PipelineDeclsContext ctx)
Exit a parse tree produced by
RuleLangParser.pipelineDecls(). |
void |
exitPositionalArgs(RuleLangParser.PositionalArgsContext ctx)
Exit a parse tree produced by the
PositionalArgs
labeled alternative in RuleLangParser.arguments(). |
void |
exitPropAssignment(RuleLangParser.PropAssignmentContext ctx)
Exit a parse tree produced by
RuleLangParser.propAssignment(). |
void |
exitRuleDeclaration(RuleLangParser.RuleDeclarationContext ctx)
Exit a parse tree produced by
RuleLangParser.ruleDeclaration(). |
void |
exitRuleDecls(RuleLangParser.RuleDeclsContext ctx)
Exit a parse tree produced by
RuleLangParser.ruleDecls(). |
void |
exitRuleRef(RuleLangParser.RuleRefContext ctx)
Exit a parse tree produced by
RuleLangParser.ruleRef(). |
void |
exitSignedExpression(RuleLangParser.SignedExpressionContext ctx)
Exit a parse tree produced by the
SignedExpression
labeled alternative in RuleLangParser.expression(). |
void |
exitStageDeclaration(RuleLangParser.StageDeclarationContext ctx)
Exit a parse tree produced by
RuleLangParser.stageDeclaration(). |
void |
exitString(RuleLangParser.StringContext ctx)
Exit a parse tree produced by the
String
labeled alternative in RuleLangParser.literal(). |
void |
exitVarAssignStmt(RuleLangParser.VarAssignStmtContext ctx)
Exit a parse tree produced by the
VarAssignStmt
labeled alternative in RuleLangParser.statement(). |
void |
visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) |
void |
visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) |
public void enterFile(RuleLangParser.FileContext ctx)
RuleLangParser.file().
The default implementation does nothing.
enterFile in interface RuleLangListenerctx - the parse treepublic void exitFile(RuleLangParser.FileContext ctx)
RuleLangParser.file().
The default implementation does nothing.
exitFile in interface RuleLangListenerctx - the parse treepublic void enterPipelineDecls(RuleLangParser.PipelineDeclsContext ctx)
RuleLangParser.pipelineDecls().
The default implementation does nothing.
enterPipelineDecls in interface RuleLangListenerctx - the parse treepublic void exitPipelineDecls(RuleLangParser.PipelineDeclsContext ctx)
RuleLangParser.pipelineDecls().
The default implementation does nothing.
exitPipelineDecls in interface RuleLangListenerctx - the parse treepublic void enterPipeline(RuleLangParser.PipelineContext ctx)
RuleLangParser.pipeline().
The default implementation does nothing.
enterPipeline in interface RuleLangListenerctx - the parse treepublic void exitPipeline(RuleLangParser.PipelineContext ctx)
RuleLangParser.pipeline().
The default implementation does nothing.
exitPipeline in interface RuleLangListenerctx - the parse treepublic void enterPipelineDeclaration(RuleLangParser.PipelineDeclarationContext ctx)
RuleLangParser.pipelineDeclaration().
The default implementation does nothing.
enterPipelineDeclaration in interface RuleLangListenerctx - the parse treepublic void exitPipelineDeclaration(RuleLangParser.PipelineDeclarationContext ctx)
RuleLangParser.pipelineDeclaration().
The default implementation does nothing.
exitPipelineDeclaration in interface RuleLangListenerctx - the parse treepublic void enterStageDeclaration(RuleLangParser.StageDeclarationContext ctx)
RuleLangParser.stageDeclaration().
The default implementation does nothing.
enterStageDeclaration in interface RuleLangListenerctx - the parse treepublic void exitStageDeclaration(RuleLangParser.StageDeclarationContext ctx)
RuleLangParser.stageDeclaration().
The default implementation does nothing.
exitStageDeclaration in interface RuleLangListenerctx - the parse treepublic void enterRuleRef(RuleLangParser.RuleRefContext ctx)
RuleLangParser.ruleRef().
The default implementation does nothing.
enterRuleRef in interface RuleLangListenerctx - the parse treepublic void exitRuleRef(RuleLangParser.RuleRefContext ctx)
RuleLangParser.ruleRef().
The default implementation does nothing.
exitRuleRef in interface RuleLangListenerctx - the parse treepublic void enterRuleDecls(RuleLangParser.RuleDeclsContext ctx)
RuleLangParser.ruleDecls().
The default implementation does nothing.
enterRuleDecls in interface RuleLangListenerctx - the parse treepublic void exitRuleDecls(RuleLangParser.RuleDeclsContext ctx)
RuleLangParser.ruleDecls().
The default implementation does nothing.
exitRuleDecls in interface RuleLangListenerctx - the parse treepublic void enterRuleDeclaration(RuleLangParser.RuleDeclarationContext ctx)
RuleLangParser.ruleDeclaration().
The default implementation does nothing.
enterRuleDeclaration in interface RuleLangListenerctx - the parse treepublic void exitRuleDeclaration(RuleLangParser.RuleDeclarationContext ctx)
RuleLangParser.ruleDeclaration().
The default implementation does nothing.
exitRuleDeclaration in interface RuleLangListenerctx - the parse treepublic void enterMultiplication(RuleLangParser.MultiplicationContext ctx)
Multiplication
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
enterMultiplication in interface RuleLangListenerctx - the parse treepublic void exitMultiplication(RuleLangParser.MultiplicationContext ctx)
Multiplication
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
exitMultiplication in interface RuleLangListenerctx - the parse treepublic void enterAddition(RuleLangParser.AdditionContext ctx)
Addition
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
enterAddition in interface RuleLangListenerctx - the parse treepublic void exitAddition(RuleLangParser.AdditionContext ctx)
Addition
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
exitAddition in interface RuleLangListenerctx - the parse treepublic void enterOr(RuleLangParser.OrContext ctx)
Or
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
enterOr in interface RuleLangListenerctx - the parse treepublic void exitOr(RuleLangParser.OrContext ctx)
Or
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
exitOr in interface RuleLangListenerctx - the parse treepublic void enterFunc(RuleLangParser.FuncContext ctx)
Func
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
enterFunc in interface RuleLangListenerctx - the parse treepublic void exitFunc(RuleLangParser.FuncContext ctx)
Func
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
exitFunc in interface RuleLangListenerctx - the parse treepublic void enterMessageRef(RuleLangParser.MessageRefContext ctx)
MessageRef
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
enterMessageRef in interface RuleLangListenerctx - the parse treepublic void exitMessageRef(RuleLangParser.MessageRefContext ctx)
MessageRef
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
exitMessageRef in interface RuleLangListenerctx - the parse treepublic void enterNested(RuleLangParser.NestedContext ctx)
Nested
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
enterNested in interface RuleLangListenerctx - the parse treepublic void exitNested(RuleLangParser.NestedContext ctx)
Nested
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
exitNested in interface RuleLangListenerctx - the parse treepublic void enterNot(RuleLangParser.NotContext ctx)
Not
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
enterNot in interface RuleLangListenerctx - the parse treepublic void exitNot(RuleLangParser.NotContext ctx)
Not
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
exitNot in interface RuleLangListenerctx - the parse treepublic void enterIndexedAccess(RuleLangParser.IndexedAccessContext ctx)
IndexedAccess
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
enterIndexedAccess in interface RuleLangListenerctx - the parse treepublic void exitIndexedAccess(RuleLangParser.IndexedAccessContext ctx)
IndexedAccess
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
exitIndexedAccess in interface RuleLangListenerctx - the parse treepublic void enterIdentifier(RuleLangParser.IdentifierContext ctx)
Identifier
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
enterIdentifier in interface RuleLangListenerctx - the parse treepublic void exitIdentifier(RuleLangParser.IdentifierContext ctx)
Identifier
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
exitIdentifier in interface RuleLangListenerctx - the parse treepublic void enterComparison(RuleLangParser.ComparisonContext ctx)
Comparison
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
enterComparison in interface RuleLangListenerctx - the parse treepublic void exitComparison(RuleLangParser.ComparisonContext ctx)
Comparison
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
exitComparison in interface RuleLangListenerctx - the parse treepublic void enterLiteralPrimary(RuleLangParser.LiteralPrimaryContext ctx)
LiteralPrimary
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
enterLiteralPrimary in interface RuleLangListenerctx - the parse treepublic void exitLiteralPrimary(RuleLangParser.LiteralPrimaryContext ctx)
LiteralPrimary
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
exitLiteralPrimary in interface RuleLangListenerctx - the parse treepublic void enterAnd(RuleLangParser.AndContext ctx)
And
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
enterAnd in interface RuleLangListenerctx - the parse treepublic void exitAnd(RuleLangParser.AndContext ctx)
And
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
exitAnd in interface RuleLangListenerctx - the parse treepublic void enterArrayLiteralExpr(RuleLangParser.ArrayLiteralExprContext ctx)
ArrayLiteralExpr
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
enterArrayLiteralExpr in interface RuleLangListenerctx - the parse treepublic void exitArrayLiteralExpr(RuleLangParser.ArrayLiteralExprContext ctx)
ArrayLiteralExpr
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
exitArrayLiteralExpr in interface RuleLangListenerctx - the parse treepublic void enterMapLiteralExpr(RuleLangParser.MapLiteralExprContext ctx)
MapLiteralExpr
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
enterMapLiteralExpr in interface RuleLangListenerctx - the parse treepublic void exitMapLiteralExpr(RuleLangParser.MapLiteralExprContext ctx)
MapLiteralExpr
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
exitMapLiteralExpr in interface RuleLangListenerctx - the parse treepublic void enterEquality(RuleLangParser.EqualityContext ctx)
Equality
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
enterEquality in interface RuleLangListenerctx - the parse treepublic void exitEquality(RuleLangParser.EqualityContext ctx)
Equality
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
exitEquality in interface RuleLangListenerctx - the parse treepublic void enterParenExpr(RuleLangParser.ParenExprContext ctx)
ParenExpr
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
enterParenExpr in interface RuleLangListenerctx - the parse treepublic void exitParenExpr(RuleLangParser.ParenExprContext ctx)
ParenExpr
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
exitParenExpr in interface RuleLangListenerctx - the parse treepublic void enterSignedExpression(RuleLangParser.SignedExpressionContext ctx)
SignedExpression
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
enterSignedExpression in interface RuleLangListenerctx - the parse treepublic void exitSignedExpression(RuleLangParser.SignedExpressionContext ctx)
SignedExpression
labeled alternative in RuleLangParser.expression().
The default implementation does nothing.
exitSignedExpression in interface RuleLangListenerctx - the parse treepublic void enterPropAssignment(RuleLangParser.PropAssignmentContext ctx)
RuleLangParser.propAssignment().
The default implementation does nothing.
enterPropAssignment in interface RuleLangListenerctx - the parse treepublic void exitPropAssignment(RuleLangParser.PropAssignmentContext ctx)
RuleLangParser.propAssignment().
The default implementation does nothing.
exitPropAssignment in interface RuleLangListenerctx - the parse treepublic void enterFuncStmt(RuleLangParser.FuncStmtContext ctx)
FuncStmt
labeled alternative in RuleLangParser.statement().
The default implementation does nothing.
enterFuncStmt in interface RuleLangListenerctx - the parse treepublic void exitFuncStmt(RuleLangParser.FuncStmtContext ctx)
FuncStmt
labeled alternative in RuleLangParser.statement().
The default implementation does nothing.
exitFuncStmt in interface RuleLangListenerctx - the parse treepublic void enterVarAssignStmt(RuleLangParser.VarAssignStmtContext ctx)
VarAssignStmt
labeled alternative in RuleLangParser.statement().
The default implementation does nothing.
enterVarAssignStmt in interface RuleLangListenerctx - the parse treepublic void exitVarAssignStmt(RuleLangParser.VarAssignStmtContext ctx)
VarAssignStmt
labeled alternative in RuleLangParser.statement().
The default implementation does nothing.
exitVarAssignStmt in interface RuleLangListenerctx - the parse treepublic void enterEmptyStmt(RuleLangParser.EmptyStmtContext ctx)
EmptyStmt
labeled alternative in RuleLangParser.statement().
The default implementation does nothing.
enterEmptyStmt in interface RuleLangListenerctx - the parse treepublic void exitEmptyStmt(RuleLangParser.EmptyStmtContext ctx)
EmptyStmt
labeled alternative in RuleLangParser.statement().
The default implementation does nothing.
exitEmptyStmt in interface RuleLangListenerctx - the parse treepublic void enterFunctionCall(RuleLangParser.FunctionCallContext ctx)
RuleLangParser.functionCall().
The default implementation does nothing.
enterFunctionCall in interface RuleLangListenerctx - the parse treepublic void exitFunctionCall(RuleLangParser.FunctionCallContext ctx)
RuleLangParser.functionCall().
The default implementation does nothing.
exitFunctionCall in interface RuleLangListenerctx - the parse treepublic void enterNamedArgs(RuleLangParser.NamedArgsContext ctx)
NamedArgs
labeled alternative in RuleLangParser.arguments().
The default implementation does nothing.
enterNamedArgs in interface RuleLangListenerctx - the parse treepublic void exitNamedArgs(RuleLangParser.NamedArgsContext ctx)
NamedArgs
labeled alternative in RuleLangParser.arguments().
The default implementation does nothing.
exitNamedArgs in interface RuleLangListenerctx - the parse treepublic void enterPositionalArgs(RuleLangParser.PositionalArgsContext ctx)
PositionalArgs
labeled alternative in RuleLangParser.arguments().
The default implementation does nothing.
enterPositionalArgs in interface RuleLangListenerctx - the parse treepublic void exitPositionalArgs(RuleLangParser.PositionalArgsContext ctx)
PositionalArgs
labeled alternative in RuleLangParser.arguments().
The default implementation does nothing.
exitPositionalArgs in interface RuleLangListenerctx - the parse treepublic void enterInteger(RuleLangParser.IntegerContext ctx)
Integer
labeled alternative in RuleLangParser.literal().
The default implementation does nothing.
enterInteger in interface RuleLangListenerctx - the parse treepublic void exitInteger(RuleLangParser.IntegerContext ctx)
Integer
labeled alternative in RuleLangParser.literal().
The default implementation does nothing.
exitInteger in interface RuleLangListenerctx - the parse treepublic void enterFloat(RuleLangParser.FloatContext ctx)
Float
labeled alternative in RuleLangParser.literal().
The default implementation does nothing.
enterFloat in interface RuleLangListenerctx - the parse treepublic void exitFloat(RuleLangParser.FloatContext ctx)
Float
labeled alternative in RuleLangParser.literal().
The default implementation does nothing.
exitFloat in interface RuleLangListenerctx - the parse treepublic void enterChar(RuleLangParser.CharContext ctx)
Char
labeled alternative in RuleLangParser.literal().
The default implementation does nothing.
enterChar in interface RuleLangListenerctx - the parse treepublic void exitChar(RuleLangParser.CharContext ctx)
Char
labeled alternative in RuleLangParser.literal().
The default implementation does nothing.
exitChar in interface RuleLangListenerctx - the parse treepublic void enterString(RuleLangParser.StringContext ctx)
String
labeled alternative in RuleLangParser.literal().
The default implementation does nothing.
enterString in interface RuleLangListenerctx - the parse treepublic void exitString(RuleLangParser.StringContext ctx)
String
labeled alternative in RuleLangParser.literal().
The default implementation does nothing.
exitString in interface RuleLangListenerctx - the parse treepublic void enterBoolean(RuleLangParser.BooleanContext ctx)
Boolean
labeled alternative in RuleLangParser.literal().
The default implementation does nothing.
enterBoolean in interface RuleLangListenerctx - the parse treepublic void exitBoolean(RuleLangParser.BooleanContext ctx)
Boolean
labeled alternative in RuleLangParser.literal().
The default implementation does nothing.
exitBoolean in interface RuleLangListenerctx - 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 © 2012–2021 Graylog, Inc.. All rights reserved.