接口 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.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.classSuffix().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().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.classSuffix().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().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().从接口继承的方法 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
-
enterExportStatement
Enter a parse tree produced byDtoParser.exportStatement().- 参数:
ctx- the parse tree
-
exitExportStatement
Exit a parse tree produced byDtoParser.exportStatement().- 参数:
ctx- the parse tree
-
enterImportStatement
Enter a parse tree produced byDtoParser.importStatement().- 参数:
ctx- the parse tree
-
exitImportStatement
Exit a parse tree produced byDtoParser.importStatement().- 参数:
ctx- the parse tree
-
enterImportedType
Enter a parse tree produced byDtoParser.importedType().- 参数:
ctx- the parse tree
-
exitImportedType
Exit a parse tree produced byDtoParser.importedType().- 参数:
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
-
enterUserProp
Enter a parse tree produced byDtoParser.userProp().- 参数:
ctx- the parse tree
-
exitUserProp
Exit a parse tree produced byDtoParser.userProp().- 参数:
ctx- the parse tree
-
enterTypeRef
Enter a parse tree produced byDtoParser.typeRef().- 参数:
ctx- the parse tree
-
exitTypeRef
Exit a parse tree produced byDtoParser.typeRef().- 参数:
ctx- the parse tree
-
enterGenericArgument
Enter a parse tree produced byDtoParser.genericArgument().- 参数:
ctx- the parse tree
-
exitGenericArgument
Exit a parse tree produced byDtoParser.genericArgument().- 参数:
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
-
enterAnnotation
Enter a parse tree produced byDtoParser.annotation().- 参数:
ctx- the parse tree
-
exitAnnotation
Exit a parse tree produced byDtoParser.annotation().- 参数:
ctx- the parse tree
-
enterAnnotationArguments
Enter a parse tree produced byDtoParser.annotationArguments().- 参数:
ctx- the parse tree
-
exitAnnotationArguments
Exit a parse tree produced byDtoParser.annotationArguments().- 参数:
ctx- the parse tree
-
enterAnnotationNamedArgument
Enter a parse tree produced byDtoParser.annotationNamedArgument().- 参数:
ctx- the parse tree
-
exitAnnotationNamedArgument
Exit a parse tree produced byDtoParser.annotationNamedArgument().- 参数:
ctx- the parse tree
-
enterAnnotationValue
Enter a parse tree produced byDtoParser.annotationValue().- 参数:
ctx- the parse tree
-
exitAnnotationValue
Exit a parse tree produced byDtoParser.annotationValue().- 参数:
ctx- the parse tree
-
enterAnnotationSingleValue
Enter a parse tree produced byDtoParser.annotationSingleValue().- 参数:
ctx- the parse tree
-
exitAnnotationSingleValue
Exit a parse tree produced byDtoParser.annotationSingleValue().- 参数:
ctx- the parse tree
-
enterAnnotationArrayValue
Enter a parse tree produced byDtoParser.annotationArrayValue().- 参数:
ctx- the parse tree
-
exitAnnotationArrayValue
Exit a parse tree produced byDtoParser.annotationArrayValue().- 参数:
ctx- the parse tree
-
enterNestedAnnotation
Enter a parse tree produced byDtoParser.nestedAnnotation().- 参数:
ctx- the parse tree
-
exitNestedAnnotation
Exit a parse tree produced byDtoParser.nestedAnnotation().- 参数:
ctx- the parse tree
-
enterEnumBody
Enter a parse tree produced byDtoParser.enumBody().- 参数:
ctx- the parse tree
-
exitEnumBody
Exit a parse tree produced byDtoParser.enumBody().- 参数:
ctx- the parse tree
-
enterEnumMapping
Enter a parse tree produced byDtoParser.enumMapping().- 参数:
ctx- the parse tree
-
exitEnumMapping
Exit a parse tree produced byDtoParser.enumMapping().- 参数:
ctx- the parse tree
-
enterClassSuffix
Enter a parse tree produced byDtoParser.classSuffix().- 参数:
ctx- the parse tree
-
exitClassSuffix
Exit a parse tree produced byDtoParser.classSuffix().- 参数:
ctx- the parse tree
-