类 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.annotation().voidEnter a parse tree produced byDtoParser.annotationArguments().voidEnter a parse tree produced byDtoParser.annotationArrayValue().voidEnter a parse tree produced byDtoParser.annotationNamedArgument().voidEnter a parse tree produced byDtoParser.annotationSingleValue().voidEnter a parse tree produced byDtoParser.annotationValue().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.enumBody().voidEnter a parse tree produced byDtoParser.enumMapping().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byDtoParser.explicitProp().voidEnter a parse tree produced byDtoParser.exportStatement().voidEnter a parse tree produced byDtoParser.genericArgument().voidEnter a parse tree produced byDtoParser.importedType().voidEnter a parse tree produced byDtoParser.importStatement().voidEnter a parse tree produced byDtoParser.negativeProp().voidEnter a parse tree produced byDtoParser.nestedAnnotation().voidEnter a parse tree produced byDtoParser.positiveProp().voidEnter a parse tree produced byDtoParser.qualifiedName().voidEnter a parse tree produced byDtoParser.typeRef().voidEnter a parse tree produced byDtoParser.userProp().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.annotation().voidExit a parse tree produced byDtoParser.annotationArguments().voidExit a parse tree produced byDtoParser.annotationArrayValue().voidExit a parse tree produced byDtoParser.annotationNamedArgument().voidExit a parse tree produced byDtoParser.annotationSingleValue().voidExit a parse tree produced byDtoParser.annotationValue().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.enumBody().voidExit a parse tree produced byDtoParser.enumMapping().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byDtoParser.explicitProp().voidExit a parse tree produced byDtoParser.exportStatement().voidExit a parse tree produced byDtoParser.genericArgument().voidExit a parse tree produced byDtoParser.importedType().voidExit a parse tree produced byDtoParser.importStatement().voidExit a parse tree produced byDtoParser.negativeProp().voidExit a parse tree produced byDtoParser.nestedAnnotation().voidExit a parse tree produced byDtoParser.positiveProp().voidExit a parse tree produced byDtoParser.qualifiedName().voidExit a parse tree produced byDtoParser.typeRef().voidExit a parse tree produced byDtoParser.userProp().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
-
enterExportStatement
Enter a parse tree produced byDtoParser.exportStatement().The default implementation does nothing.
- 指定者:
enterExportStatement在接口中DtoListener- 参数:
ctx- the parse tree
-
exitExportStatement
Exit a parse tree produced byDtoParser.exportStatement().The default implementation does nothing.
- 指定者:
exitExportStatement在接口中DtoListener- 参数:
ctx- the parse tree
-
enterImportStatement
Enter a parse tree produced byDtoParser.importStatement().The default implementation does nothing.
- 指定者:
enterImportStatement在接口中DtoListener- 参数:
ctx- the parse tree
-
exitImportStatement
Exit a parse tree produced byDtoParser.importStatement().The default implementation does nothing.
- 指定者:
exitImportStatement在接口中DtoListener- 参数:
ctx- the parse tree
-
enterImportedType
Enter a parse tree produced byDtoParser.importedType().The default implementation does nothing.
- 指定者:
enterImportedType在接口中DtoListener- 参数:
ctx- the parse tree
-
exitImportedType
Exit a parse tree produced byDtoParser.importedType().The default implementation does nothing.
- 指定者:
exitImportedType在接口中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
-
enterUserProp
Enter a parse tree produced byDtoParser.userProp().The default implementation does nothing.
- 指定者:
enterUserProp在接口中DtoListener- 参数:
ctx- the parse tree
-
exitUserProp
Exit a parse tree produced byDtoParser.userProp().The default implementation does nothing.
- 指定者:
exitUserProp在接口中DtoListener- 参数:
ctx- the parse tree
-
enterTypeRef
Enter a parse tree produced byDtoParser.typeRef().The default implementation does nothing.
- 指定者:
enterTypeRef在接口中DtoListener- 参数:
ctx- the parse tree
-
exitTypeRef
Exit a parse tree produced byDtoParser.typeRef().The default implementation does nothing.
- 指定者:
exitTypeRef在接口中DtoListener- 参数:
ctx- the parse tree
-
enterGenericArgument
Enter a parse tree produced byDtoParser.genericArgument().The default implementation does nothing.
- 指定者:
enterGenericArgument在接口中DtoListener- 参数:
ctx- the parse tree
-
exitGenericArgument
Exit a parse tree produced byDtoParser.genericArgument().The default implementation does nothing.
- 指定者:
exitGenericArgument在接口中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
-
enterAnnotation
Enter a parse tree produced byDtoParser.annotation().The default implementation does nothing.
- 指定者:
enterAnnotation在接口中DtoListener- 参数:
ctx- the parse tree
-
exitAnnotation
Exit a parse tree produced byDtoParser.annotation().The default implementation does nothing.
- 指定者:
exitAnnotation在接口中DtoListener- 参数:
ctx- the parse tree
-
enterAnnotationArguments
Enter a parse tree produced byDtoParser.annotationArguments().The default implementation does nothing.
- 指定者:
enterAnnotationArguments在接口中DtoListener- 参数:
ctx- the parse tree
-
exitAnnotationArguments
Exit a parse tree produced byDtoParser.annotationArguments().The default implementation does nothing.
- 指定者:
exitAnnotationArguments在接口中DtoListener- 参数:
ctx- the parse tree
-
enterAnnotationNamedArgument
Enter a parse tree produced byDtoParser.annotationNamedArgument().The default implementation does nothing.
- 指定者:
enterAnnotationNamedArgument在接口中DtoListener- 参数:
ctx- the parse tree
-
exitAnnotationNamedArgument
Exit a parse tree produced byDtoParser.annotationNamedArgument().The default implementation does nothing.
- 指定者:
exitAnnotationNamedArgument在接口中DtoListener- 参数:
ctx- the parse tree
-
enterAnnotationValue
Enter a parse tree produced byDtoParser.annotationValue().The default implementation does nothing.
- 指定者:
enterAnnotationValue在接口中DtoListener- 参数:
ctx- the parse tree
-
exitAnnotationValue
Exit a parse tree produced byDtoParser.annotationValue().The default implementation does nothing.
- 指定者:
exitAnnotationValue在接口中DtoListener- 参数:
ctx- the parse tree
-
enterAnnotationSingleValue
Enter a parse tree produced byDtoParser.annotationSingleValue().The default implementation does nothing.
- 指定者:
enterAnnotationSingleValue在接口中DtoListener- 参数:
ctx- the parse tree
-
exitAnnotationSingleValue
Exit a parse tree produced byDtoParser.annotationSingleValue().The default implementation does nothing.
- 指定者:
exitAnnotationSingleValue在接口中DtoListener- 参数:
ctx- the parse tree
-
enterAnnotationArrayValue
Enter a parse tree produced byDtoParser.annotationArrayValue().The default implementation does nothing.
- 指定者:
enterAnnotationArrayValue在接口中DtoListener- 参数:
ctx- the parse tree
-
exitAnnotationArrayValue
Exit a parse tree produced byDtoParser.annotationArrayValue().The default implementation does nothing.
- 指定者:
exitAnnotationArrayValue在接口中DtoListener- 参数:
ctx- the parse tree
-
enterNestedAnnotation
Enter a parse tree produced byDtoParser.nestedAnnotation().The default implementation does nothing.
- 指定者:
enterNestedAnnotation在接口中DtoListener- 参数:
ctx- the parse tree
-
exitNestedAnnotation
Exit a parse tree produced byDtoParser.nestedAnnotation().The default implementation does nothing.
- 指定者:
exitNestedAnnotation在接口中DtoListener- 参数:
ctx- the parse tree
-
enterEnumBody
Enter a parse tree produced byDtoParser.enumBody().The default implementation does nothing.
- 指定者:
enterEnumBody在接口中DtoListener- 参数:
ctx- the parse tree
-
exitEnumBody
Exit a parse tree produced byDtoParser.enumBody().The default implementation does nothing.
- 指定者:
exitEnumBody在接口中DtoListener- 参数:
ctx- the parse tree
-
enterEnumMapping
Enter a parse tree produced byDtoParser.enumMapping().The default implementation does nothing.
- 指定者:
enterEnumMapping在接口中DtoListener- 参数:
ctx- the parse tree
-
exitEnumMapping
Exit a parse tree produced byDtoParser.enumMapping().The default implementation does nothing.
- 指定者:
exitEnumMapping在接口中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
-