public class WithBlockParserBaseListener extends Object implements WithBlockParserListener
WithBlockParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
WithBlockParserBaseListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
enterStart(WithBlockParser.StartContext ctx)
Enter a parse tree produced by
WithBlockParser.start(). |
void |
enterWithArguments(WithBlockParser.WithArgumentsContext ctx)
Enter a parse tree produced by
WithBlockParser.withArguments(). |
void |
exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
exitStart(WithBlockParser.StartContext ctx)
Exit a parse tree produced by
WithBlockParser.start(). |
void |
exitWithArguments(WithBlockParser.WithArgumentsContext ctx)
Exit a parse tree produced by
WithBlockParser.withArguments(). |
void |
visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) |
void |
visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) |
public void enterStart(WithBlockParser.StartContext ctx)
WithBlockParser.start().
The default implementation does nothing.
enterStart in interface WithBlockParserListenerctx - the parse treepublic void exitStart(WithBlockParser.StartContext ctx)
WithBlockParser.start().
The default implementation does nothing.
exitStart in interface WithBlockParserListenerctx - the parse treepublic void enterWithArguments(WithBlockParser.WithArgumentsContext ctx)
WithBlockParser.withArguments().
The default implementation does nothing.
enterWithArguments in interface WithBlockParserListenerctx - the parse treepublic void exitWithArguments(WithBlockParser.WithArgumentsContext ctx)
WithBlockParser.withArguments().
The default implementation does nothing.
exitWithArguments in interface WithBlockParserListenerctx - 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 © 2016–2020 Fizzed, Inc. All rights reserved.