public class JavaParserBaseListener extends Object implements JavaParserListener
JavaParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
JavaParserBaseListener() |
public void enterCompilationUnit(JavaParser.CompilationUnitContext ctx)
JavaParser.compilationUnit().
The default implementation does nothing.
enterCompilationUnit 在接口中 JavaParserListenerctx - the parse treepublic void exitCompilationUnit(JavaParser.CompilationUnitContext ctx)
JavaParser.compilationUnit().
The default implementation does nothing.
exitCompilationUnit 在接口中 JavaParserListenerctx - the parse treepublic void enterPackageDeclaration(JavaParser.PackageDeclarationContext ctx)
JavaParser.packageDeclaration().
The default implementation does nothing.
enterPackageDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void exitPackageDeclaration(JavaParser.PackageDeclarationContext ctx)
JavaParser.packageDeclaration().
The default implementation does nothing.
exitPackageDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void enterImportDeclaration(JavaParser.ImportDeclarationContext ctx)
JavaParser.importDeclaration().
The default implementation does nothing.
enterImportDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void exitImportDeclaration(JavaParser.ImportDeclarationContext ctx)
JavaParser.importDeclaration().
The default implementation does nothing.
exitImportDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void enterTypeDeclaration(JavaParser.TypeDeclarationContext ctx)
JavaParser.typeDeclaration().
The default implementation does nothing.
enterTypeDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void exitTypeDeclaration(JavaParser.TypeDeclarationContext ctx)
JavaParser.typeDeclaration().
The default implementation does nothing.
exitTypeDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void enterModifier(JavaParser.ModifierContext ctx)
JavaParser.modifier().
The default implementation does nothing.
enterModifier 在接口中 JavaParserListenerctx - the parse treepublic void exitModifier(JavaParser.ModifierContext ctx)
JavaParser.modifier().
The default implementation does nothing.
exitModifier 在接口中 JavaParserListenerctx - the parse treepublic void enterClassOrInterfaceModifier(JavaParser.ClassOrInterfaceModifierContext ctx)
JavaParser.classOrInterfaceModifier().
The default implementation does nothing.
enterClassOrInterfaceModifier 在接口中 JavaParserListenerctx - the parse treepublic void exitClassOrInterfaceModifier(JavaParser.ClassOrInterfaceModifierContext ctx)
JavaParser.classOrInterfaceModifier().
The default implementation does nothing.
exitClassOrInterfaceModifier 在接口中 JavaParserListenerctx - the parse treepublic void enterVariableModifier(JavaParser.VariableModifierContext ctx)
JavaParser.variableModifier().
The default implementation does nothing.
enterVariableModifier 在接口中 JavaParserListenerctx - the parse treepublic void exitVariableModifier(JavaParser.VariableModifierContext ctx)
JavaParser.variableModifier().
The default implementation does nothing.
exitVariableModifier 在接口中 JavaParserListenerctx - the parse treepublic void enterClassDeclaration(JavaParser.ClassDeclarationContext ctx)
JavaParser.classDeclaration().
The default implementation does nothing.
enterClassDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void exitClassDeclaration(JavaParser.ClassDeclarationContext ctx)
JavaParser.classDeclaration().
The default implementation does nothing.
exitClassDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void enterTypeParameters(JavaParser.TypeParametersContext ctx)
JavaParser.typeParameters().
The default implementation does nothing.
enterTypeParameters 在接口中 JavaParserListenerctx - the parse treepublic void exitTypeParameters(JavaParser.TypeParametersContext ctx)
JavaParser.typeParameters().
The default implementation does nothing.
exitTypeParameters 在接口中 JavaParserListenerctx - the parse treepublic void enterTypeParameter(JavaParser.TypeParameterContext ctx)
JavaParser.typeParameter().
The default implementation does nothing.
enterTypeParameter 在接口中 JavaParserListenerctx - the parse treepublic void exitTypeParameter(JavaParser.TypeParameterContext ctx)
JavaParser.typeParameter().
The default implementation does nothing.
exitTypeParameter 在接口中 JavaParserListenerctx - the parse treepublic void enterTypeBound(JavaParser.TypeBoundContext ctx)
JavaParser.typeBound().
The default implementation does nothing.
enterTypeBound 在接口中 JavaParserListenerctx - the parse treepublic void exitTypeBound(JavaParser.TypeBoundContext ctx)
JavaParser.typeBound().
The default implementation does nothing.
exitTypeBound 在接口中 JavaParserListenerctx - the parse treepublic void enterEnumDeclaration(JavaParser.EnumDeclarationContext ctx)
JavaParser.enumDeclaration().
The default implementation does nothing.
enterEnumDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void exitEnumDeclaration(JavaParser.EnumDeclarationContext ctx)
JavaParser.enumDeclaration().
The default implementation does nothing.
exitEnumDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void enterEnumConstants(JavaParser.EnumConstantsContext ctx)
JavaParser.enumConstants().
The default implementation does nothing.
enterEnumConstants 在接口中 JavaParserListenerctx - the parse treepublic void exitEnumConstants(JavaParser.EnumConstantsContext ctx)
JavaParser.enumConstants().
The default implementation does nothing.
exitEnumConstants 在接口中 JavaParserListenerctx - the parse treepublic void enterEnumConstant(JavaParser.EnumConstantContext ctx)
JavaParser.enumConstant().
The default implementation does nothing.
enterEnumConstant 在接口中 JavaParserListenerctx - the parse treepublic void exitEnumConstant(JavaParser.EnumConstantContext ctx)
JavaParser.enumConstant().
The default implementation does nothing.
exitEnumConstant 在接口中 JavaParserListenerctx - the parse treepublic void enterEnumBodyDeclarations(JavaParser.EnumBodyDeclarationsContext ctx)
JavaParser.enumBodyDeclarations().
The default implementation does nothing.
enterEnumBodyDeclarations 在接口中 JavaParserListenerctx - the parse treepublic void exitEnumBodyDeclarations(JavaParser.EnumBodyDeclarationsContext ctx)
JavaParser.enumBodyDeclarations().
The default implementation does nothing.
exitEnumBodyDeclarations 在接口中 JavaParserListenerctx - the parse treepublic void enterInterfaceDeclaration(JavaParser.InterfaceDeclarationContext ctx)
JavaParser.interfaceDeclaration().
The default implementation does nothing.
enterInterfaceDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void exitInterfaceDeclaration(JavaParser.InterfaceDeclarationContext ctx)
JavaParser.interfaceDeclaration().
The default implementation does nothing.
exitInterfaceDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void enterClassBody(JavaParser.ClassBodyContext ctx)
JavaParser.classBody().
The default implementation does nothing.
enterClassBody 在接口中 JavaParserListenerctx - the parse treepublic void exitClassBody(JavaParser.ClassBodyContext ctx)
JavaParser.classBody().
The default implementation does nothing.
exitClassBody 在接口中 JavaParserListenerctx - the parse treepublic void enterInterfaceBody(JavaParser.InterfaceBodyContext ctx)
JavaParser.interfaceBody().
The default implementation does nothing.
enterInterfaceBody 在接口中 JavaParserListenerctx - the parse treepublic void exitInterfaceBody(JavaParser.InterfaceBodyContext ctx)
JavaParser.interfaceBody().
The default implementation does nothing.
exitInterfaceBody 在接口中 JavaParserListenerctx - the parse treepublic void enterClassBodyDeclaration(JavaParser.ClassBodyDeclarationContext ctx)
JavaParser.classBodyDeclaration().
The default implementation does nothing.
enterClassBodyDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void exitClassBodyDeclaration(JavaParser.ClassBodyDeclarationContext ctx)
JavaParser.classBodyDeclaration().
The default implementation does nothing.
exitClassBodyDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void enterMemberDeclaration(JavaParser.MemberDeclarationContext ctx)
JavaParser.memberDeclaration().
The default implementation does nothing.
enterMemberDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void exitMemberDeclaration(JavaParser.MemberDeclarationContext ctx)
JavaParser.memberDeclaration().
The default implementation does nothing.
exitMemberDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void enterMethodDeclaration(JavaParser.MethodDeclarationContext ctx)
JavaParser.methodDeclaration().
The default implementation does nothing.
enterMethodDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void exitMethodDeclaration(JavaParser.MethodDeclarationContext ctx)
JavaParser.methodDeclaration().
The default implementation does nothing.
exitMethodDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void enterMethodBody(JavaParser.MethodBodyContext ctx)
JavaParser.methodBody().
The default implementation does nothing.
enterMethodBody 在接口中 JavaParserListenerctx - the parse treepublic void exitMethodBody(JavaParser.MethodBodyContext ctx)
JavaParser.methodBody().
The default implementation does nothing.
exitMethodBody 在接口中 JavaParserListenerctx - the parse treepublic void enterTypeTypeOrVoid(JavaParser.TypeTypeOrVoidContext ctx)
JavaParser.typeTypeOrVoid().
The default implementation does nothing.
enterTypeTypeOrVoid 在接口中 JavaParserListenerctx - the parse treepublic void exitTypeTypeOrVoid(JavaParser.TypeTypeOrVoidContext ctx)
JavaParser.typeTypeOrVoid().
The default implementation does nothing.
exitTypeTypeOrVoid 在接口中 JavaParserListenerctx - the parse treepublic void enterGenericMethodDeclaration(JavaParser.GenericMethodDeclarationContext ctx)
JavaParser.genericMethodDeclaration().
The default implementation does nothing.
enterGenericMethodDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void exitGenericMethodDeclaration(JavaParser.GenericMethodDeclarationContext ctx)
JavaParser.genericMethodDeclaration().
The default implementation does nothing.
exitGenericMethodDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void enterGenericConstructorDeclaration(JavaParser.GenericConstructorDeclarationContext ctx)
JavaParser.genericConstructorDeclaration().
The default implementation does nothing.
enterGenericConstructorDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void exitGenericConstructorDeclaration(JavaParser.GenericConstructorDeclarationContext ctx)
JavaParser.genericConstructorDeclaration().
The default implementation does nothing.
exitGenericConstructorDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void enterConstructorDeclaration(JavaParser.ConstructorDeclarationContext ctx)
JavaParser.constructorDeclaration().
The default implementation does nothing.
enterConstructorDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void exitConstructorDeclaration(JavaParser.ConstructorDeclarationContext ctx)
JavaParser.constructorDeclaration().
The default implementation does nothing.
exitConstructorDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void enterFieldDeclaration(JavaParser.FieldDeclarationContext ctx)
JavaParser.fieldDeclaration().
The default implementation does nothing.
enterFieldDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void exitFieldDeclaration(JavaParser.FieldDeclarationContext ctx)
JavaParser.fieldDeclaration().
The default implementation does nothing.
exitFieldDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void enterInterfaceBodyDeclaration(JavaParser.InterfaceBodyDeclarationContext ctx)
JavaParser.interfaceBodyDeclaration().
The default implementation does nothing.
enterInterfaceBodyDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void exitInterfaceBodyDeclaration(JavaParser.InterfaceBodyDeclarationContext ctx)
JavaParser.interfaceBodyDeclaration().
The default implementation does nothing.
exitInterfaceBodyDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void enterInterfaceMemberDeclaration(JavaParser.InterfaceMemberDeclarationContext ctx)
JavaParser.interfaceMemberDeclaration().
The default implementation does nothing.
enterInterfaceMemberDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void exitInterfaceMemberDeclaration(JavaParser.InterfaceMemberDeclarationContext ctx)
JavaParser.interfaceMemberDeclaration().
The default implementation does nothing.
exitInterfaceMemberDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void enterConstDeclaration(JavaParser.ConstDeclarationContext ctx)
JavaParser.constDeclaration().
The default implementation does nothing.
enterConstDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void exitConstDeclaration(JavaParser.ConstDeclarationContext ctx)
JavaParser.constDeclaration().
The default implementation does nothing.
exitConstDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void enterConstantDeclarator(JavaParser.ConstantDeclaratorContext ctx)
JavaParser.constantDeclarator().
The default implementation does nothing.
enterConstantDeclarator 在接口中 JavaParserListenerctx - the parse treepublic void exitConstantDeclarator(JavaParser.ConstantDeclaratorContext ctx)
JavaParser.constantDeclarator().
The default implementation does nothing.
exitConstantDeclarator 在接口中 JavaParserListenerctx - the parse treepublic void enterInterfaceMethodDeclaration(JavaParser.InterfaceMethodDeclarationContext ctx)
JavaParser.interfaceMethodDeclaration().
The default implementation does nothing.
enterInterfaceMethodDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void exitInterfaceMethodDeclaration(JavaParser.InterfaceMethodDeclarationContext ctx)
JavaParser.interfaceMethodDeclaration().
The default implementation does nothing.
exitInterfaceMethodDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void enterInterfaceMethodModifier(JavaParser.InterfaceMethodModifierContext ctx)
JavaParser.interfaceMethodModifier().
The default implementation does nothing.
enterInterfaceMethodModifier 在接口中 JavaParserListenerctx - the parse treepublic void exitInterfaceMethodModifier(JavaParser.InterfaceMethodModifierContext ctx)
JavaParser.interfaceMethodModifier().
The default implementation does nothing.
exitInterfaceMethodModifier 在接口中 JavaParserListenerctx - the parse treepublic void enterGenericInterfaceMethodDeclaration(JavaParser.GenericInterfaceMethodDeclarationContext ctx)
JavaParser.genericInterfaceMethodDeclaration().
The default implementation does nothing.
enterGenericInterfaceMethodDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void exitGenericInterfaceMethodDeclaration(JavaParser.GenericInterfaceMethodDeclarationContext ctx)
JavaParser.genericInterfaceMethodDeclaration().
The default implementation does nothing.
exitGenericInterfaceMethodDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void enterVariableDeclarators(JavaParser.VariableDeclaratorsContext ctx)
JavaParser.variableDeclarators().
The default implementation does nothing.
enterVariableDeclarators 在接口中 JavaParserListenerctx - the parse treepublic void exitVariableDeclarators(JavaParser.VariableDeclaratorsContext ctx)
JavaParser.variableDeclarators().
The default implementation does nothing.
exitVariableDeclarators 在接口中 JavaParserListenerctx - the parse treepublic void enterVariableDeclarator(JavaParser.VariableDeclaratorContext ctx)
JavaParser.variableDeclarator().
The default implementation does nothing.
enterVariableDeclarator 在接口中 JavaParserListenerctx - the parse treepublic void exitVariableDeclarator(JavaParser.VariableDeclaratorContext ctx)
JavaParser.variableDeclarator().
The default implementation does nothing.
exitVariableDeclarator 在接口中 JavaParserListenerctx - the parse treepublic void enterVariableDeclaratorId(JavaParser.VariableDeclaratorIdContext ctx)
JavaParser.variableDeclaratorId().
The default implementation does nothing.
enterVariableDeclaratorId 在接口中 JavaParserListenerctx - the parse treepublic void exitVariableDeclaratorId(JavaParser.VariableDeclaratorIdContext ctx)
JavaParser.variableDeclaratorId().
The default implementation does nothing.
exitVariableDeclaratorId 在接口中 JavaParserListenerctx - the parse treepublic void enterVariableInitializer(JavaParser.VariableInitializerContext ctx)
JavaParser.variableInitializer().
The default implementation does nothing.
enterVariableInitializer 在接口中 JavaParserListenerctx - the parse treepublic void exitVariableInitializer(JavaParser.VariableInitializerContext ctx)
JavaParser.variableInitializer().
The default implementation does nothing.
exitVariableInitializer 在接口中 JavaParserListenerctx - the parse treepublic void enterArrayInitializer(JavaParser.ArrayInitializerContext ctx)
JavaParser.arrayInitializer().
The default implementation does nothing.
enterArrayInitializer 在接口中 JavaParserListenerctx - the parse treepublic void exitArrayInitializer(JavaParser.ArrayInitializerContext ctx)
JavaParser.arrayInitializer().
The default implementation does nothing.
exitArrayInitializer 在接口中 JavaParserListenerctx - the parse treepublic void enterClassOrInterfaceType(JavaParser.ClassOrInterfaceTypeContext ctx)
JavaParser.classOrInterfaceType().
The default implementation does nothing.
enterClassOrInterfaceType 在接口中 JavaParserListenerctx - the parse treepublic void exitClassOrInterfaceType(JavaParser.ClassOrInterfaceTypeContext ctx)
JavaParser.classOrInterfaceType().
The default implementation does nothing.
exitClassOrInterfaceType 在接口中 JavaParserListenerctx - the parse treepublic void enterTypeArgument(JavaParser.TypeArgumentContext ctx)
JavaParser.typeArgument().
The default implementation does nothing.
enterTypeArgument 在接口中 JavaParserListenerctx - the parse treepublic void exitTypeArgument(JavaParser.TypeArgumentContext ctx)
JavaParser.typeArgument().
The default implementation does nothing.
exitTypeArgument 在接口中 JavaParserListenerctx - the parse treepublic void enterQualifiedNameList(JavaParser.QualifiedNameListContext ctx)
JavaParser.qualifiedNameList().
The default implementation does nothing.
enterQualifiedNameList 在接口中 JavaParserListenerctx - the parse treepublic void exitQualifiedNameList(JavaParser.QualifiedNameListContext ctx)
JavaParser.qualifiedNameList().
The default implementation does nothing.
exitQualifiedNameList 在接口中 JavaParserListenerctx - the parse treepublic void enterFormalParameters(JavaParser.FormalParametersContext ctx)
JavaParser.formalParameters().
The default implementation does nothing.
enterFormalParameters 在接口中 JavaParserListenerctx - the parse treepublic void exitFormalParameters(JavaParser.FormalParametersContext ctx)
JavaParser.formalParameters().
The default implementation does nothing.
exitFormalParameters 在接口中 JavaParserListenerctx - the parse treepublic void enterFormalParameterList(JavaParser.FormalParameterListContext ctx)
JavaParser.formalParameterList().
The default implementation does nothing.
enterFormalParameterList 在接口中 JavaParserListenerctx - the parse treepublic void exitFormalParameterList(JavaParser.FormalParameterListContext ctx)
JavaParser.formalParameterList().
The default implementation does nothing.
exitFormalParameterList 在接口中 JavaParserListenerctx - the parse treepublic void enterFormalParameter(JavaParser.FormalParameterContext ctx)
JavaParser.formalParameter().
The default implementation does nothing.
enterFormalParameter 在接口中 JavaParserListenerctx - the parse treepublic void exitFormalParameter(JavaParser.FormalParameterContext ctx)
JavaParser.formalParameter().
The default implementation does nothing.
exitFormalParameter 在接口中 JavaParserListenerctx - the parse treepublic void enterLastFormalParameter(JavaParser.LastFormalParameterContext ctx)
JavaParser.lastFormalParameter().
The default implementation does nothing.
enterLastFormalParameter 在接口中 JavaParserListenerctx - the parse treepublic void exitLastFormalParameter(JavaParser.LastFormalParameterContext ctx)
JavaParser.lastFormalParameter().
The default implementation does nothing.
exitLastFormalParameter 在接口中 JavaParserListenerctx - the parse treepublic void enterQualifiedName(JavaParser.QualifiedNameContext ctx)
JavaParser.qualifiedName().
The default implementation does nothing.
enterQualifiedName 在接口中 JavaParserListenerctx - the parse treepublic void exitQualifiedName(JavaParser.QualifiedNameContext ctx)
JavaParser.qualifiedName().
The default implementation does nothing.
exitQualifiedName 在接口中 JavaParserListenerctx - the parse treepublic void enterLiteral(JavaParser.LiteralContext ctx)
JavaParser.literal().
The default implementation does nothing.
enterLiteral 在接口中 JavaParserListenerctx - the parse treepublic void exitLiteral(JavaParser.LiteralContext ctx)
JavaParser.literal().
The default implementation does nothing.
exitLiteral 在接口中 JavaParserListenerctx - the parse treepublic void enterIntegerLiteral(JavaParser.IntegerLiteralContext ctx)
JavaParser.integerLiteral().
The default implementation does nothing.
enterIntegerLiteral 在接口中 JavaParserListenerctx - the parse treepublic void exitIntegerLiteral(JavaParser.IntegerLiteralContext ctx)
JavaParser.integerLiteral().
The default implementation does nothing.
exitIntegerLiteral 在接口中 JavaParserListenerctx - the parse treepublic void enterFloatLiteral(JavaParser.FloatLiteralContext ctx)
JavaParser.floatLiteral().
The default implementation does nothing.
enterFloatLiteral 在接口中 JavaParserListenerctx - the parse treepublic void exitFloatLiteral(JavaParser.FloatLiteralContext ctx)
JavaParser.floatLiteral().
The default implementation does nothing.
exitFloatLiteral 在接口中 JavaParserListenerctx - the parse treepublic void enterAnnotation(JavaParser.AnnotationContext ctx)
JavaParser.annotation().
The default implementation does nothing.
enterAnnotation 在接口中 JavaParserListenerctx - the parse treepublic void exitAnnotation(JavaParser.AnnotationContext ctx)
JavaParser.annotation().
The default implementation does nothing.
exitAnnotation 在接口中 JavaParserListenerctx - the parse treepublic void enterElementValuePairs(JavaParser.ElementValuePairsContext ctx)
JavaParser.elementValuePairs().
The default implementation does nothing.
enterElementValuePairs 在接口中 JavaParserListenerctx - the parse treepublic void exitElementValuePairs(JavaParser.ElementValuePairsContext ctx)
JavaParser.elementValuePairs().
The default implementation does nothing.
exitElementValuePairs 在接口中 JavaParserListenerctx - the parse treepublic void enterElementValuePair(JavaParser.ElementValuePairContext ctx)
JavaParser.elementValuePair().
The default implementation does nothing.
enterElementValuePair 在接口中 JavaParserListenerctx - the parse treepublic void exitElementValuePair(JavaParser.ElementValuePairContext ctx)
JavaParser.elementValuePair().
The default implementation does nothing.
exitElementValuePair 在接口中 JavaParserListenerctx - the parse treepublic void enterElementValue(JavaParser.ElementValueContext ctx)
JavaParser.elementValue().
The default implementation does nothing.
enterElementValue 在接口中 JavaParserListenerctx - the parse treepublic void exitElementValue(JavaParser.ElementValueContext ctx)
JavaParser.elementValue().
The default implementation does nothing.
exitElementValue 在接口中 JavaParserListenerctx - the parse treepublic void enterElementValueArrayInitializer(JavaParser.ElementValueArrayInitializerContext ctx)
JavaParser.elementValueArrayInitializer().
The default implementation does nothing.
enterElementValueArrayInitializer 在接口中 JavaParserListenerctx - the parse treepublic void exitElementValueArrayInitializer(JavaParser.ElementValueArrayInitializerContext ctx)
JavaParser.elementValueArrayInitializer().
The default implementation does nothing.
exitElementValueArrayInitializer 在接口中 JavaParserListenerctx - the parse treepublic void enterAnnotationTypeDeclaration(JavaParser.AnnotationTypeDeclarationContext ctx)
JavaParser.annotationTypeDeclaration().
The default implementation does nothing.
enterAnnotationTypeDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void exitAnnotationTypeDeclaration(JavaParser.AnnotationTypeDeclarationContext ctx)
JavaParser.annotationTypeDeclaration().
The default implementation does nothing.
exitAnnotationTypeDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void enterAnnotationTypeBody(JavaParser.AnnotationTypeBodyContext ctx)
JavaParser.annotationTypeBody().
The default implementation does nothing.
enterAnnotationTypeBody 在接口中 JavaParserListenerctx - the parse treepublic void exitAnnotationTypeBody(JavaParser.AnnotationTypeBodyContext ctx)
JavaParser.annotationTypeBody().
The default implementation does nothing.
exitAnnotationTypeBody 在接口中 JavaParserListenerctx - the parse treepublic void enterAnnotationTypeElementDeclaration(JavaParser.AnnotationTypeElementDeclarationContext ctx)
JavaParser.annotationTypeElementDeclaration().
The default implementation does nothing.
enterAnnotationTypeElementDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void exitAnnotationTypeElementDeclaration(JavaParser.AnnotationTypeElementDeclarationContext ctx)
JavaParser.annotationTypeElementDeclaration().
The default implementation does nothing.
exitAnnotationTypeElementDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void enterAnnotationTypeElementRest(JavaParser.AnnotationTypeElementRestContext ctx)
JavaParser.annotationTypeElementRest().
The default implementation does nothing.
enterAnnotationTypeElementRest 在接口中 JavaParserListenerctx - the parse treepublic void exitAnnotationTypeElementRest(JavaParser.AnnotationTypeElementRestContext ctx)
JavaParser.annotationTypeElementRest().
The default implementation does nothing.
exitAnnotationTypeElementRest 在接口中 JavaParserListenerctx - the parse treepublic void enterAnnotationMethodOrConstantRest(JavaParser.AnnotationMethodOrConstantRestContext ctx)
JavaParser.annotationMethodOrConstantRest().
The default implementation does nothing.
enterAnnotationMethodOrConstantRest 在接口中 JavaParserListenerctx - the parse treepublic void exitAnnotationMethodOrConstantRest(JavaParser.AnnotationMethodOrConstantRestContext ctx)
JavaParser.annotationMethodOrConstantRest().
The default implementation does nothing.
exitAnnotationMethodOrConstantRest 在接口中 JavaParserListenerctx - the parse treepublic void enterAnnotationMethodRest(JavaParser.AnnotationMethodRestContext ctx)
JavaParser.annotationMethodRest().
The default implementation does nothing.
enterAnnotationMethodRest 在接口中 JavaParserListenerctx - the parse treepublic void exitAnnotationMethodRest(JavaParser.AnnotationMethodRestContext ctx)
JavaParser.annotationMethodRest().
The default implementation does nothing.
exitAnnotationMethodRest 在接口中 JavaParserListenerctx - the parse treepublic void enterAnnotationConstantRest(JavaParser.AnnotationConstantRestContext ctx)
JavaParser.annotationConstantRest().
The default implementation does nothing.
enterAnnotationConstantRest 在接口中 JavaParserListenerctx - the parse treepublic void exitAnnotationConstantRest(JavaParser.AnnotationConstantRestContext ctx)
JavaParser.annotationConstantRest().
The default implementation does nothing.
exitAnnotationConstantRest 在接口中 JavaParserListenerctx - the parse treepublic void enterDefaultValue(JavaParser.DefaultValueContext ctx)
JavaParser.defaultValue().
The default implementation does nothing.
enterDefaultValue 在接口中 JavaParserListenerctx - the parse treepublic void exitDefaultValue(JavaParser.DefaultValueContext ctx)
JavaParser.defaultValue().
The default implementation does nothing.
exitDefaultValue 在接口中 JavaParserListenerctx - the parse treepublic void enterBlock(JavaParser.BlockContext ctx)
JavaParser.block().
The default implementation does nothing.
enterBlock 在接口中 JavaParserListenerctx - the parse treepublic void exitBlock(JavaParser.BlockContext ctx)
JavaParser.block().
The default implementation does nothing.
exitBlock 在接口中 JavaParserListenerctx - the parse treepublic void enterBlockStatement(JavaParser.BlockStatementContext ctx)
JavaParser.blockStatement().
The default implementation does nothing.
enterBlockStatement 在接口中 JavaParserListenerctx - the parse treepublic void exitBlockStatement(JavaParser.BlockStatementContext ctx)
JavaParser.blockStatement().
The default implementation does nothing.
exitBlockStatement 在接口中 JavaParserListenerctx - the parse treepublic void enterLocalVariableDeclaration(JavaParser.LocalVariableDeclarationContext ctx)
JavaParser.localVariableDeclaration().
The default implementation does nothing.
enterLocalVariableDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void exitLocalVariableDeclaration(JavaParser.LocalVariableDeclarationContext ctx)
JavaParser.localVariableDeclaration().
The default implementation does nothing.
exitLocalVariableDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void enterLocalTypeDeclaration(JavaParser.LocalTypeDeclarationContext ctx)
JavaParser.localTypeDeclaration().
The default implementation does nothing.
enterLocalTypeDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void exitLocalTypeDeclaration(JavaParser.LocalTypeDeclarationContext ctx)
JavaParser.localTypeDeclaration().
The default implementation does nothing.
exitLocalTypeDeclaration 在接口中 JavaParserListenerctx - the parse treepublic void enterStatement(JavaParser.StatementContext ctx)
JavaParser.statement().
The default implementation does nothing.
enterStatement 在接口中 JavaParserListenerctx - the parse treepublic void exitStatement(JavaParser.StatementContext ctx)
JavaParser.statement().
The default implementation does nothing.
exitStatement 在接口中 JavaParserListenerctx - the parse treepublic void enterCatchClause(JavaParser.CatchClauseContext ctx)
JavaParser.catchClause().
The default implementation does nothing.
enterCatchClause 在接口中 JavaParserListenerctx - the parse treepublic void exitCatchClause(JavaParser.CatchClauseContext ctx)
JavaParser.catchClause().
The default implementation does nothing.
exitCatchClause 在接口中 JavaParserListenerctx - the parse treepublic void enterCatchType(JavaParser.CatchTypeContext ctx)
JavaParser.catchType().
The default implementation does nothing.
enterCatchType 在接口中 JavaParserListenerctx - the parse treepublic void exitCatchType(JavaParser.CatchTypeContext ctx)
JavaParser.catchType().
The default implementation does nothing.
exitCatchType 在接口中 JavaParserListenerctx - the parse treepublic void enterFinallyBlock(JavaParser.FinallyBlockContext ctx)
JavaParser.finallyBlock().
The default implementation does nothing.
enterFinallyBlock 在接口中 JavaParserListenerctx - the parse treepublic void exitFinallyBlock(JavaParser.FinallyBlockContext ctx)
JavaParser.finallyBlock().
The default implementation does nothing.
exitFinallyBlock 在接口中 JavaParserListenerctx - the parse treepublic void enterResourceSpecification(JavaParser.ResourceSpecificationContext ctx)
JavaParser.resourceSpecification().
The default implementation does nothing.
enterResourceSpecification 在接口中 JavaParserListenerctx - the parse treepublic void exitResourceSpecification(JavaParser.ResourceSpecificationContext ctx)
JavaParser.resourceSpecification().
The default implementation does nothing.
exitResourceSpecification 在接口中 JavaParserListenerctx - the parse treepublic void enterResources(JavaParser.ResourcesContext ctx)
JavaParser.resources().
The default implementation does nothing.
enterResources 在接口中 JavaParserListenerctx - the parse treepublic void exitResources(JavaParser.ResourcesContext ctx)
JavaParser.resources().
The default implementation does nothing.
exitResources 在接口中 JavaParserListenerctx - the parse treepublic void enterResource(JavaParser.ResourceContext ctx)
JavaParser.resource().
The default implementation does nothing.
enterResource 在接口中 JavaParserListenerctx - the parse treepublic void exitResource(JavaParser.ResourceContext ctx)
JavaParser.resource().
The default implementation does nothing.
exitResource 在接口中 JavaParserListenerctx - the parse treepublic void enterSwitchBlockStatementGroup(JavaParser.SwitchBlockStatementGroupContext ctx)
JavaParser.switchBlockStatementGroup().
The default implementation does nothing.
enterSwitchBlockStatementGroup 在接口中 JavaParserListenerctx - the parse treepublic void exitSwitchBlockStatementGroup(JavaParser.SwitchBlockStatementGroupContext ctx)
JavaParser.switchBlockStatementGroup().
The default implementation does nothing.
exitSwitchBlockStatementGroup 在接口中 JavaParserListenerctx - the parse treepublic void enterSwitchLabel(JavaParser.SwitchLabelContext ctx)
JavaParser.switchLabel().
The default implementation does nothing.
enterSwitchLabel 在接口中 JavaParserListenerctx - the parse treepublic void exitSwitchLabel(JavaParser.SwitchLabelContext ctx)
JavaParser.switchLabel().
The default implementation does nothing.
exitSwitchLabel 在接口中 JavaParserListenerctx - the parse treepublic void enterForControl(JavaParser.ForControlContext ctx)
JavaParser.forControl().
The default implementation does nothing.
enterForControl 在接口中 JavaParserListenerctx - the parse treepublic void exitForControl(JavaParser.ForControlContext ctx)
JavaParser.forControl().
The default implementation does nothing.
exitForControl 在接口中 JavaParserListenerctx - the parse treepublic void enterForInit(JavaParser.ForInitContext ctx)
JavaParser.forInit().
The default implementation does nothing.
enterForInit 在接口中 JavaParserListenerctx - the parse treepublic void exitForInit(JavaParser.ForInitContext ctx)
JavaParser.forInit().
The default implementation does nothing.
exitForInit 在接口中 JavaParserListenerctx - the parse treepublic void enterEnhancedForControl(JavaParser.EnhancedForControlContext ctx)
JavaParser.enhancedForControl().
The default implementation does nothing.
enterEnhancedForControl 在接口中 JavaParserListenerctx - the parse treepublic void exitEnhancedForControl(JavaParser.EnhancedForControlContext ctx)
JavaParser.enhancedForControl().
The default implementation does nothing.
exitEnhancedForControl 在接口中 JavaParserListenerctx - the parse treepublic void enterParExpression(JavaParser.ParExpressionContext ctx)
JavaParser.parExpression().
The default implementation does nothing.
enterParExpression 在接口中 JavaParserListenerctx - the parse treepublic void exitParExpression(JavaParser.ParExpressionContext ctx)
JavaParser.parExpression().
The default implementation does nothing.
exitParExpression 在接口中 JavaParserListenerctx - the parse treepublic void enterExpressionList(JavaParser.ExpressionListContext ctx)
JavaParser.expressionList().
The default implementation does nothing.
enterExpressionList 在接口中 JavaParserListenerctx - the parse treepublic void exitExpressionList(JavaParser.ExpressionListContext ctx)
JavaParser.expressionList().
The default implementation does nothing.
exitExpressionList 在接口中 JavaParserListenerctx - the parse treepublic void enterMethodCall(JavaParser.MethodCallContext ctx)
JavaParser.methodCall().
The default implementation does nothing.
enterMethodCall 在接口中 JavaParserListenerctx - the parse treepublic void exitMethodCall(JavaParser.MethodCallContext ctx)
JavaParser.methodCall().
The default implementation does nothing.
exitMethodCall 在接口中 JavaParserListenerctx - the parse treepublic void enterConstructorCall(JavaParser.ConstructorCallContext ctx)
JavaParser.constructorCall().
The default implementation does nothing.
enterConstructorCall 在接口中 JavaParserListenerctx - the parse treepublic void exitConstructorCall(JavaParser.ConstructorCallContext ctx)
JavaParser.constructorCall().
The default implementation does nothing.
exitConstructorCall 在接口中 JavaParserListenerctx - the parse treepublic void enterExpression(JavaParser.ExpressionContext ctx)
JavaParser.expression().
The default implementation does nothing.
enterExpression 在接口中 JavaParserListenerctx - the parse treepublic void exitExpression(JavaParser.ExpressionContext ctx)
JavaParser.expression().
The default implementation does nothing.
exitExpression 在接口中 JavaParserListenerctx - the parse treepublic void enterLambdaExpression(JavaParser.LambdaExpressionContext ctx)
JavaParser.lambdaExpression().
The default implementation does nothing.
enterLambdaExpression 在接口中 JavaParserListenerctx - the parse treepublic void exitLambdaExpression(JavaParser.LambdaExpressionContext ctx)
JavaParser.lambdaExpression().
The default implementation does nothing.
exitLambdaExpression 在接口中 JavaParserListenerctx - the parse treepublic void enterLambdaParameters(JavaParser.LambdaParametersContext ctx)
JavaParser.lambdaParameters().
The default implementation does nothing.
enterLambdaParameters 在接口中 JavaParserListenerctx - the parse treepublic void exitLambdaParameters(JavaParser.LambdaParametersContext ctx)
JavaParser.lambdaParameters().
The default implementation does nothing.
exitLambdaParameters 在接口中 JavaParserListenerctx - the parse treepublic void enterLambdaBody(JavaParser.LambdaBodyContext ctx)
JavaParser.lambdaBody().
The default implementation does nothing.
enterLambdaBody 在接口中 JavaParserListenerctx - the parse treepublic void exitLambdaBody(JavaParser.LambdaBodyContext ctx)
JavaParser.lambdaBody().
The default implementation does nothing.
exitLambdaBody 在接口中 JavaParserListenerctx - the parse treepublic void enterPrimary(JavaParser.PrimaryContext ctx)
JavaParser.primary().
The default implementation does nothing.
enterPrimary 在接口中 JavaParserListenerctx - the parse treepublic void exitPrimary(JavaParser.PrimaryContext ctx)
JavaParser.primary().
The default implementation does nothing.
exitPrimary 在接口中 JavaParserListenerctx - the parse treepublic void enterClassType(JavaParser.ClassTypeContext ctx)
JavaParser.classType().
The default implementation does nothing.
enterClassType 在接口中 JavaParserListenerctx - the parse treepublic void exitClassType(JavaParser.ClassTypeContext ctx)
JavaParser.classType().
The default implementation does nothing.
exitClassType 在接口中 JavaParserListenerctx - the parse treepublic void enterCreator(JavaParser.CreatorContext ctx)
JavaParser.creator().
The default implementation does nothing.
enterCreator 在接口中 JavaParserListenerctx - the parse treepublic void exitCreator(JavaParser.CreatorContext ctx)
JavaParser.creator().
The default implementation does nothing.
exitCreator 在接口中 JavaParserListenerctx - the parse treepublic void enterCreatedName(JavaParser.CreatedNameContext ctx)
JavaParser.createdName().
The default implementation does nothing.
enterCreatedName 在接口中 JavaParserListenerctx - the parse treepublic void exitCreatedName(JavaParser.CreatedNameContext ctx)
JavaParser.createdName().
The default implementation does nothing.
exitCreatedName 在接口中 JavaParserListenerctx - the parse treepublic void enterInnerCreator(JavaParser.InnerCreatorContext ctx)
JavaParser.innerCreator().
The default implementation does nothing.
enterInnerCreator 在接口中 JavaParserListenerctx - the parse treepublic void exitInnerCreator(JavaParser.InnerCreatorContext ctx)
JavaParser.innerCreator().
The default implementation does nothing.
exitInnerCreator 在接口中 JavaParserListenerctx - the parse treepublic void enterArrayCreatorRest(JavaParser.ArrayCreatorRestContext ctx)
JavaParser.arrayCreatorRest().
The default implementation does nothing.
enterArrayCreatorRest 在接口中 JavaParserListenerctx - the parse treepublic void exitArrayCreatorRest(JavaParser.ArrayCreatorRestContext ctx)
JavaParser.arrayCreatorRest().
The default implementation does nothing.
exitArrayCreatorRest 在接口中 JavaParserListenerctx - the parse treepublic void enterClassCreatorRest(JavaParser.ClassCreatorRestContext ctx)
JavaParser.classCreatorRest().
The default implementation does nothing.
enterClassCreatorRest 在接口中 JavaParserListenerctx - the parse treepublic void exitClassCreatorRest(JavaParser.ClassCreatorRestContext ctx)
JavaParser.classCreatorRest().
The default implementation does nothing.
exitClassCreatorRest 在接口中 JavaParserListenerctx - the parse treepublic void enterExplicitGenericInvocation(JavaParser.ExplicitGenericInvocationContext ctx)
JavaParser.explicitGenericInvocation().
The default implementation does nothing.
enterExplicitGenericInvocation 在接口中 JavaParserListenerctx - the parse treepublic void exitExplicitGenericInvocation(JavaParser.ExplicitGenericInvocationContext ctx)
JavaParser.explicitGenericInvocation().
The default implementation does nothing.
exitExplicitGenericInvocation 在接口中 JavaParserListenerctx - the parse treepublic void enterTypeArgumentsOrDiamond(JavaParser.TypeArgumentsOrDiamondContext ctx)
JavaParser.typeArgumentsOrDiamond().
The default implementation does nothing.
enterTypeArgumentsOrDiamond 在接口中 JavaParserListenerctx - the parse treepublic void exitTypeArgumentsOrDiamond(JavaParser.TypeArgumentsOrDiamondContext ctx)
JavaParser.typeArgumentsOrDiamond().
The default implementation does nothing.
exitTypeArgumentsOrDiamond 在接口中 JavaParserListenerctx - the parse treepublic void enterNonWildcardTypeArgumentsOrDiamond(JavaParser.NonWildcardTypeArgumentsOrDiamondContext ctx)
JavaParser.nonWildcardTypeArgumentsOrDiamond().
The default implementation does nothing.
enterNonWildcardTypeArgumentsOrDiamond 在接口中 JavaParserListenerctx - the parse treepublic void exitNonWildcardTypeArgumentsOrDiamond(JavaParser.NonWildcardTypeArgumentsOrDiamondContext ctx)
JavaParser.nonWildcardTypeArgumentsOrDiamond().
The default implementation does nothing.
exitNonWildcardTypeArgumentsOrDiamond 在接口中 JavaParserListenerctx - the parse treepublic void enterNonWildcardTypeArguments(JavaParser.NonWildcardTypeArgumentsContext ctx)
JavaParser.nonWildcardTypeArguments().
The default implementation does nothing.
enterNonWildcardTypeArguments 在接口中 JavaParserListenerctx - the parse treepublic void exitNonWildcardTypeArguments(JavaParser.NonWildcardTypeArgumentsContext ctx)
JavaParser.nonWildcardTypeArguments().
The default implementation does nothing.
exitNonWildcardTypeArguments 在接口中 JavaParserListenerctx - the parse treepublic void enterTypeList(JavaParser.TypeListContext ctx)
JavaParser.typeList().
The default implementation does nothing.
enterTypeList 在接口中 JavaParserListenerctx - the parse treepublic void exitTypeList(JavaParser.TypeListContext ctx)
JavaParser.typeList().
The default implementation does nothing.
exitTypeList 在接口中 JavaParserListenerctx - the parse treepublic void enterTypeType(JavaParser.TypeTypeContext ctx)
JavaParser.typeType().
The default implementation does nothing.
enterTypeType 在接口中 JavaParserListenerctx - the parse treepublic void exitTypeType(JavaParser.TypeTypeContext ctx)
JavaParser.typeType().
The default implementation does nothing.
exitTypeType 在接口中 JavaParserListenerctx - the parse treepublic void enterPrimitiveType(JavaParser.PrimitiveTypeContext ctx)
JavaParser.primitiveType().
The default implementation does nothing.
enterPrimitiveType 在接口中 JavaParserListenerctx - the parse treepublic void exitPrimitiveType(JavaParser.PrimitiveTypeContext ctx)
JavaParser.primitiveType().
The default implementation does nothing.
exitPrimitiveType 在接口中 JavaParserListenerctx - the parse treepublic void enterTypeArguments(JavaParser.TypeArgumentsContext ctx)
JavaParser.typeArguments().
The default implementation does nothing.
enterTypeArguments 在接口中 JavaParserListenerctx - the parse treepublic void exitTypeArguments(JavaParser.TypeArgumentsContext ctx)
JavaParser.typeArguments().
The default implementation does nothing.
exitTypeArguments 在接口中 JavaParserListenerctx - the parse treepublic void enterSuperSuffix(JavaParser.SuperSuffixContext ctx)
JavaParser.superSuffix().
The default implementation does nothing.
enterSuperSuffix 在接口中 JavaParserListenerctx - the parse treepublic void exitSuperSuffix(JavaParser.SuperSuffixContext ctx)
JavaParser.superSuffix().
The default implementation does nothing.
exitSuperSuffix 在接口中 JavaParserListenerctx - the parse treepublic void enterExplicitGenericInvocationSuffix(JavaParser.ExplicitGenericInvocationSuffixContext ctx)
JavaParser.explicitGenericInvocationSuffix().
The default implementation does nothing.
enterExplicitGenericInvocationSuffix 在接口中 JavaParserListenerctx - the parse treepublic void exitExplicitGenericInvocationSuffix(JavaParser.ExplicitGenericInvocationSuffixContext ctx)
JavaParser.explicitGenericInvocationSuffix().
The default implementation does nothing.
exitExplicitGenericInvocationSuffix 在接口中 JavaParserListenerctx - the parse treepublic void enterArguments(JavaParser.ArgumentsContext ctx)
JavaParser.arguments().
The default implementation does nothing.
enterArguments 在接口中 JavaParserListenerctx - the parse treepublic void exitArguments(JavaParser.ArgumentsContext ctx)
JavaParser.arguments().
The default implementation does nothing.
exitArguments 在接口中 JavaParserListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2023 The Apache Software Foundation. All rights reserved.