接口 FetcherListener
- 所有超级接口:
org.antlr.v4.runtime.tree.ParseTreeListener
- 所有已知实现类:
FetcherBaseListener
public interface FetcherListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
FetcherParser.-
方法概要
修饰符和类型方法说明voidEnter a parse tree produced byFetcherParser.argument().voidEnter a parse tree produced byFetcherParser.entityType().voidEnter a parse tree produced byFetcherParser.fetchBody().voidEnter a parse tree produced byFetcherParser.fetcher().voidEnter a parse tree produced byFetcherParser.field().voidExit a parse tree produced byFetcherParser.argument().voidExit a parse tree produced byFetcherParser.entityType().voidExit a parse tree produced byFetcherParser.fetchBody().voidExit a parse tree produced byFetcherParser.fetcher().voidExit a parse tree produced byFetcherParser.field().从接口继承的方法 org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
方法详细资料
-
enterFetcher
Enter a parse tree produced byFetcherParser.fetcher().- 参数:
ctx- the parse tree
-
exitFetcher
Exit a parse tree produced byFetcherParser.fetcher().- 参数:
ctx- the parse tree
-
enterFetchBody
Enter a parse tree produced byFetcherParser.fetchBody().- 参数:
ctx- the parse tree
-
exitFetchBody
Exit a parse tree produced byFetcherParser.fetchBody().- 参数:
ctx- the parse tree
-
enterField
Enter a parse tree produced byFetcherParser.field().- 参数:
ctx- the parse tree
-
exitField
Exit a parse tree produced byFetcherParser.field().- 参数:
ctx- the parse tree
-
enterArgument
Enter a parse tree produced byFetcherParser.argument().- 参数:
ctx- the parse tree
-
exitArgument
Exit a parse tree produced byFetcherParser.argument().- 参数:
ctx- the parse tree
-
enterEntityType
Enter a parse tree produced byFetcherParser.entityType().- 参数:
ctx- the parse tree
-
exitEntityType
Exit a parse tree produced byFetcherParser.entityType().- 参数:
ctx- the parse tree
-