接口 DtoListener
- 所有超级接口:
org.antlr.v4.runtime.tree.ParseTreeListener
- 所有已知实现类:
DtoBaseListener
public interface DtoListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
DtoParser.-
方法概要
修饰符和类型方法说明voidEnter a parse tree produced byDtoParser.aliasGroup().voidEnter a parse tree produced byDtoParser.aliasGroupProp().voidEnter a parse tree produced byDtoParser.aliasPattern().voidEnter a parse tree produced byDtoParser.allScalars().voidEnter a parse tree produced byDtoParser.dto().voidEnter a parse tree produced byDtoParser.dtoBody().voidEnter a parse tree produced byDtoParser.dtoType().voidEnter a parse tree produced byDtoParser.explicitProp().voidEnter a parse tree produced byDtoParser.negativeProp().voidEnter a parse tree produced byDtoParser.positiveProp().voidEnter a parse tree produced byDtoParser.qualifiedName().voidExit a parse tree produced byDtoParser.aliasGroup().voidExit a parse tree produced byDtoParser.aliasGroupProp().voidExit a parse tree produced byDtoParser.aliasPattern().voidExit a parse tree produced byDtoParser.allScalars().voidExit a parse tree produced byDtoParser.dto().voidExit a parse tree produced byDtoParser.dtoBody().voidExit a parse tree produced byDtoParser.dtoType().voidExit a parse tree produced byDtoParser.explicitProp().voidExit a parse tree produced byDtoParser.negativeProp().voidExit a parse tree produced byDtoParser.positiveProp().voidExit a parse tree produced byDtoParser.qualifiedName().从接口继承的方法 org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
方法详细资料
-
enterDto
Enter a parse tree produced byDtoParser.dto().- 参数:
ctx- the parse tree
-
exitDto
Exit a parse tree produced byDtoParser.dto().- 参数:
ctx- the parse tree
-
enterDtoType
Enter a parse tree produced byDtoParser.dtoType().- 参数:
ctx- the parse tree
-
exitDtoType
Exit a parse tree produced byDtoParser.dtoType().- 参数:
ctx- the parse tree
-
enterDtoBody
Enter a parse tree produced byDtoParser.dtoBody().- 参数:
ctx- the parse tree
-
exitDtoBody
Exit a parse tree produced byDtoParser.dtoBody().- 参数:
ctx- the parse tree
-
enterExplicitProp
Enter a parse tree produced byDtoParser.explicitProp().- 参数:
ctx- the parse tree
-
exitExplicitProp
Exit a parse tree produced byDtoParser.explicitProp().- 参数:
ctx- the parse tree
-
enterAllScalars
Enter a parse tree produced byDtoParser.allScalars().- 参数:
ctx- the parse tree
-
exitAllScalars
Exit a parse tree produced byDtoParser.allScalars().- 参数:
ctx- the parse tree
-
enterAliasGroup
Enter a parse tree produced byDtoParser.aliasGroup().- 参数:
ctx- the parse tree
-
exitAliasGroup
Exit a parse tree produced byDtoParser.aliasGroup().- 参数:
ctx- the parse tree
-
enterAliasPattern
Enter a parse tree produced byDtoParser.aliasPattern().- 参数:
ctx- the parse tree
-
exitAliasPattern
Exit a parse tree produced byDtoParser.aliasPattern().- 参数:
ctx- the parse tree
-
enterAliasGroupProp
Enter a parse tree produced byDtoParser.aliasGroupProp().- 参数:
ctx- the parse tree
-
exitAliasGroupProp
Exit a parse tree produced byDtoParser.aliasGroupProp().- 参数:
ctx- the parse tree
-
enterPositiveProp
Enter a parse tree produced byDtoParser.positiveProp().- 参数:
ctx- the parse tree
-
exitPositiveProp
Exit a parse tree produced byDtoParser.positiveProp().- 参数:
ctx- the parse tree
-
enterNegativeProp
Enter a parse tree produced byDtoParser.negativeProp().- 参数:
ctx- the parse tree
-
exitNegativeProp
Exit a parse tree produced byDtoParser.negativeProp().- 参数:
ctx- the parse tree
-
enterQualifiedName
Enter a parse tree produced byDtoParser.qualifiedName().- 参数:
ctx- the parse tree
-
exitQualifiedName
Exit a parse tree produced byDtoParser.qualifiedName().- 参数:
ctx- the parse tree
-