类 DtoBaseListener
- 所有已实现的接口:
org.antlr.v4.runtime.tree.ParseTreeListener,DtoListener
DtoListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明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().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) 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().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) 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().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
构造器详细资料
-
DtoBaseListener
public DtoBaseListener()
-
-
方法详细资料
-
enterDto
Enter a parse tree produced byDtoParser.dto().The default implementation does nothing.
- 指定者:
enterDto在接口中DtoListener- 参数:
ctx- the parse tree
-
exitDto
Exit a parse tree produced byDtoParser.dto().The default implementation does nothing.
- 指定者:
exitDto在接口中DtoListener- 参数:
ctx- the parse tree
-
enterDtoType
Enter a parse tree produced byDtoParser.dtoType().The default implementation does nothing.
- 指定者:
enterDtoType在接口中DtoListener- 参数:
ctx- the parse tree
-
exitDtoType
Exit a parse tree produced byDtoParser.dtoType().The default implementation does nothing.
- 指定者:
exitDtoType在接口中DtoListener- 参数:
ctx- the parse tree
-
enterDtoBody
Enter a parse tree produced byDtoParser.dtoBody().The default implementation does nothing.
- 指定者:
enterDtoBody在接口中DtoListener- 参数:
ctx- the parse tree
-
exitDtoBody
Exit a parse tree produced byDtoParser.dtoBody().The default implementation does nothing.
- 指定者:
exitDtoBody在接口中DtoListener- 参数:
ctx- the parse tree
-
enterExplicitProp
Enter a parse tree produced byDtoParser.explicitProp().The default implementation does nothing.
- 指定者:
enterExplicitProp在接口中DtoListener- 参数:
ctx- the parse tree
-
exitExplicitProp
Exit a parse tree produced byDtoParser.explicitProp().The default implementation does nothing.
- 指定者:
exitExplicitProp在接口中DtoListener- 参数:
ctx- the parse tree
-
enterAllScalars
Enter a parse tree produced byDtoParser.allScalars().The default implementation does nothing.
- 指定者:
enterAllScalars在接口中DtoListener- 参数:
ctx- the parse tree
-
exitAllScalars
Exit a parse tree produced byDtoParser.allScalars().The default implementation does nothing.
- 指定者:
exitAllScalars在接口中DtoListener- 参数:
ctx- the parse tree
-
enterAliasGroup
Enter a parse tree produced byDtoParser.aliasGroup().The default implementation does nothing.
- 指定者:
enterAliasGroup在接口中DtoListener- 参数:
ctx- the parse tree
-
exitAliasGroup
Exit a parse tree produced byDtoParser.aliasGroup().The default implementation does nothing.
- 指定者:
exitAliasGroup在接口中DtoListener- 参数:
ctx- the parse tree
-
enterAliasPattern
Enter a parse tree produced byDtoParser.aliasPattern().The default implementation does nothing.
- 指定者:
enterAliasPattern在接口中DtoListener- 参数:
ctx- the parse tree
-
exitAliasPattern
Exit a parse tree produced byDtoParser.aliasPattern().The default implementation does nothing.
- 指定者:
exitAliasPattern在接口中DtoListener- 参数:
ctx- the parse tree
-
enterAliasGroupProp
Enter a parse tree produced byDtoParser.aliasGroupProp().The default implementation does nothing.
- 指定者:
enterAliasGroupProp在接口中DtoListener- 参数:
ctx- the parse tree
-
exitAliasGroupProp
Exit a parse tree produced byDtoParser.aliasGroupProp().The default implementation does nothing.
- 指定者:
exitAliasGroupProp在接口中DtoListener- 参数:
ctx- the parse tree
-
enterPositiveProp
Enter a parse tree produced byDtoParser.positiveProp().The default implementation does nothing.
- 指定者:
enterPositiveProp在接口中DtoListener- 参数:
ctx- the parse tree
-
exitPositiveProp
Exit a parse tree produced byDtoParser.positiveProp().The default implementation does nothing.
- 指定者:
exitPositiveProp在接口中DtoListener- 参数:
ctx- the parse tree
-
enterNegativeProp
Enter a parse tree produced byDtoParser.negativeProp().The default implementation does nothing.
- 指定者:
enterNegativeProp在接口中DtoListener- 参数:
ctx- the parse tree
-
exitNegativeProp
Exit a parse tree produced byDtoParser.negativeProp().The default implementation does nothing.
- 指定者:
exitNegativeProp在接口中DtoListener- 参数:
ctx- the parse tree
-
enterQualifiedName
Enter a parse tree produced byDtoParser.qualifiedName().The default implementation does nothing.
- 指定者:
enterQualifiedName在接口中DtoListener- 参数:
ctx- the parse tree
-
exitQualifiedName
Exit a parse tree produced byDtoParser.qualifiedName().The default implementation does nothing.
- 指定者:
exitQualifiedName在接口中DtoListener- 参数:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- 指定者:
enterEveryRule在接口中org.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- 指定者:
exitEveryRule在接口中org.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- 指定者:
visitTerminal在接口中org.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- 指定者:
visitErrorNode在接口中org.antlr.v4.runtime.tree.ParseTreeListener
-