类 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.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.macro().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.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.macro().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
-
enterMacro
Enter a parse tree produced byDtoParser.macro().The default implementation does nothing.
- 指定者:
enterMacro在接口中DtoListener- 参数:
ctx- the parse tree
-
exitMacro
Exit a parse tree produced byDtoParser.macro().The default implementation does nothing.
- 指定者:
exitMacro在接口中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
-
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
-