public interface WithBlockParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
WithBlockParser.| Modifier and Type | Method and Description |
|---|---|
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 |
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 enterStart(WithBlockParser.StartContext ctx)
WithBlockParser.start().ctx - the parse treevoid exitStart(WithBlockParser.StartContext ctx)
WithBlockParser.start().ctx - the parse treevoid enterWithArguments(WithBlockParser.WithArgumentsContext ctx)
WithBlockParser.withArguments().ctx - the parse treevoid exitWithArguments(WithBlockParser.WithArgumentsContext ctx)
WithBlockParser.withArguments().ctx - the parse treeCopyright © 2016–2020 Fizzed, Inc. All rights reserved.