public class JavaBaseListener extends Object implements JavaListener
JavaListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
JavaBaseListener() |
public void enterCompilationUnit(@NotNull JavaParser.CompilationUnitContext ctx)
JavaParser.compilationUnit().
The default implementation does nothing.
enterCompilationUnit in interface JavaListenerctx - the parse treepublic void exitCompilationUnit(@NotNull JavaParser.CompilationUnitContext ctx)
JavaParser.compilationUnit().
The default implementation does nothing.
exitCompilationUnit in interface JavaListenerctx - the parse treepublic void enterPackageDeclaration(@NotNull JavaParser.PackageDeclarationContext ctx)
JavaParser.packageDeclaration().
The default implementation does nothing.
enterPackageDeclaration in interface JavaListenerctx - the parse treepublic void exitPackageDeclaration(@NotNull JavaParser.PackageDeclarationContext ctx)
JavaParser.packageDeclaration().
The default implementation does nothing.
exitPackageDeclaration in interface JavaListenerctx - the parse treepublic void enterImportDeclaration(@NotNull JavaParser.ImportDeclarationContext ctx)
JavaParser.importDeclaration().
The default implementation does nothing.
enterImportDeclaration in interface JavaListenerctx - the parse treepublic void exitImportDeclaration(@NotNull JavaParser.ImportDeclarationContext ctx)
JavaParser.importDeclaration().
The default implementation does nothing.
exitImportDeclaration in interface JavaListenerctx - the parse treepublic void enterTypeDeclaration(@NotNull JavaParser.TypeDeclarationContext ctx)
JavaParser.typeDeclaration().
The default implementation does nothing.
enterTypeDeclaration in interface JavaListenerctx - the parse treepublic void exitTypeDeclaration(@NotNull JavaParser.TypeDeclarationContext ctx)
JavaParser.typeDeclaration().
The default implementation does nothing.
exitTypeDeclaration in interface JavaListenerctx - the parse treepublic void enterModifier(@NotNull JavaParser.ModifierContext ctx)
JavaParser.modifier().
The default implementation does nothing.
enterModifier in interface JavaListenerctx - the parse treepublic void exitModifier(@NotNull JavaParser.ModifierContext ctx)
JavaParser.modifier().
The default implementation does nothing.
exitModifier in interface JavaListenerctx - the parse treepublic void enterClassOrInterfaceModifier(@NotNull JavaParser.ClassOrInterfaceModifierContext ctx)
JavaParser.classOrInterfaceModifier().
The default implementation does nothing.
enterClassOrInterfaceModifier in interface JavaListenerctx - the parse treepublic void exitClassOrInterfaceModifier(@NotNull JavaParser.ClassOrInterfaceModifierContext ctx)
JavaParser.classOrInterfaceModifier().
The default implementation does nothing.
exitClassOrInterfaceModifier in interface JavaListenerctx - the parse treepublic void enterVariableModifier(@NotNull JavaParser.VariableModifierContext ctx)
JavaParser.variableModifier().
The default implementation does nothing.
enterVariableModifier in interface JavaListenerctx - the parse treepublic void exitVariableModifier(@NotNull JavaParser.VariableModifierContext ctx)
JavaParser.variableModifier().
The default implementation does nothing.
exitVariableModifier in interface JavaListenerctx - the parse treepublic void enterClassDeclaration(@NotNull JavaParser.ClassDeclarationContext ctx)
JavaParser.classDeclaration().
The default implementation does nothing.
enterClassDeclaration in interface JavaListenerctx - the parse treepublic void exitClassDeclaration(@NotNull JavaParser.ClassDeclarationContext ctx)
JavaParser.classDeclaration().
The default implementation does nothing.
exitClassDeclaration in interface JavaListenerctx - the parse treepublic void enterTypeParameters(@NotNull JavaParser.TypeParametersContext ctx)
JavaParser.typeParameters().
The default implementation does nothing.
enterTypeParameters in interface JavaListenerctx - the parse treepublic void exitTypeParameters(@NotNull JavaParser.TypeParametersContext ctx)
JavaParser.typeParameters().
The default implementation does nothing.
exitTypeParameters in interface JavaListenerctx - the parse treepublic void enterTypeParameter(@NotNull JavaParser.TypeParameterContext ctx)
JavaParser.typeParameter().
The default implementation does nothing.
enterTypeParameter in interface JavaListenerctx - the parse treepublic void exitTypeParameter(@NotNull JavaParser.TypeParameterContext ctx)
JavaParser.typeParameter().
The default implementation does nothing.
exitTypeParameter in interface JavaListenerctx - the parse treepublic void enterTypeBound(@NotNull JavaParser.TypeBoundContext ctx)
JavaParser.typeBound().
The default implementation does nothing.
enterTypeBound in interface JavaListenerctx - the parse treepublic void exitTypeBound(@NotNull JavaParser.TypeBoundContext ctx)
JavaParser.typeBound().
The default implementation does nothing.
exitTypeBound in interface JavaListenerctx - the parse treepublic void enterEnumDeclaration(@NotNull JavaParser.EnumDeclarationContext ctx)
JavaParser.enumDeclaration().
The default implementation does nothing.
enterEnumDeclaration in interface JavaListenerctx - the parse treepublic void exitEnumDeclaration(@NotNull JavaParser.EnumDeclarationContext ctx)
JavaParser.enumDeclaration().
The default implementation does nothing.
exitEnumDeclaration in interface JavaListenerctx - the parse treepublic void enterEnumConstants(@NotNull JavaParser.EnumConstantsContext ctx)
JavaParser.enumConstants().
The default implementation does nothing.
enterEnumConstants in interface JavaListenerctx - the parse treepublic void exitEnumConstants(@NotNull JavaParser.EnumConstantsContext ctx)
JavaParser.enumConstants().
The default implementation does nothing.
exitEnumConstants in interface JavaListenerctx - the parse treepublic void enterEnumConstant(@NotNull JavaParser.EnumConstantContext ctx)
JavaParser.enumConstant().
The default implementation does nothing.
enterEnumConstant in interface JavaListenerctx - the parse treepublic void exitEnumConstant(@NotNull JavaParser.EnumConstantContext ctx)
JavaParser.enumConstant().
The default implementation does nothing.
exitEnumConstant in interface JavaListenerctx - the parse treepublic void enterEnumBodyDeclarations(@NotNull JavaParser.EnumBodyDeclarationsContext ctx)
JavaParser.enumBodyDeclarations().
The default implementation does nothing.
enterEnumBodyDeclarations in interface JavaListenerctx - the parse treepublic void exitEnumBodyDeclarations(@NotNull JavaParser.EnumBodyDeclarationsContext ctx)
JavaParser.enumBodyDeclarations().
The default implementation does nothing.
exitEnumBodyDeclarations in interface JavaListenerctx - the parse treepublic void enterInterfaceDeclaration(@NotNull JavaParser.InterfaceDeclarationContext ctx)
JavaParser.interfaceDeclaration().
The default implementation does nothing.
enterInterfaceDeclaration in interface JavaListenerctx - the parse treepublic void exitInterfaceDeclaration(@NotNull JavaParser.InterfaceDeclarationContext ctx)
JavaParser.interfaceDeclaration().
The default implementation does nothing.
exitInterfaceDeclaration in interface JavaListenerctx - the parse treepublic void enterTypeList(@NotNull JavaParser.TypeListContext ctx)
JavaParser.typeList().
The default implementation does nothing.
enterTypeList in interface JavaListenerctx - the parse treepublic void exitTypeList(@NotNull JavaParser.TypeListContext ctx)
JavaParser.typeList().
The default implementation does nothing.
exitTypeList in interface JavaListenerctx - the parse treepublic void enterClassBody(@NotNull JavaParser.ClassBodyContext ctx)
JavaParser.classBody().
The default implementation does nothing.
enterClassBody in interface JavaListenerctx - the parse treepublic void exitClassBody(@NotNull JavaParser.ClassBodyContext ctx)
JavaParser.classBody().
The default implementation does nothing.
exitClassBody in interface JavaListenerctx - the parse treepublic void enterInterfaceBody(@NotNull JavaParser.InterfaceBodyContext ctx)
JavaParser.interfaceBody().
The default implementation does nothing.
enterInterfaceBody in interface JavaListenerctx - the parse treepublic void exitInterfaceBody(@NotNull JavaParser.InterfaceBodyContext ctx)
JavaParser.interfaceBody().
The default implementation does nothing.
exitInterfaceBody in interface JavaListenerctx - the parse treepublic void enterClassBodyDeclaration(@NotNull JavaParser.ClassBodyDeclarationContext ctx)
JavaParser.classBodyDeclaration().
The default implementation does nothing.
enterClassBodyDeclaration in interface JavaListenerctx - the parse treepublic void exitClassBodyDeclaration(@NotNull JavaParser.ClassBodyDeclarationContext ctx)
JavaParser.classBodyDeclaration().
The default implementation does nothing.
exitClassBodyDeclaration in interface JavaListenerctx - the parse treepublic void enterMemberDeclaration(@NotNull JavaParser.MemberDeclarationContext ctx)
JavaParser.memberDeclaration().
The default implementation does nothing.
enterMemberDeclaration in interface JavaListenerctx - the parse treepublic void exitMemberDeclaration(@NotNull JavaParser.MemberDeclarationContext ctx)
JavaParser.memberDeclaration().
The default implementation does nothing.
exitMemberDeclaration in interface JavaListenerctx - the parse treepublic void enterMethodDeclaration(@NotNull JavaParser.MethodDeclarationContext ctx)
JavaParser.methodDeclaration().
The default implementation does nothing.
enterMethodDeclaration in interface JavaListenerctx - the parse treepublic void exitMethodDeclaration(@NotNull JavaParser.MethodDeclarationContext ctx)
JavaParser.methodDeclaration().
The default implementation does nothing.
exitMethodDeclaration in interface JavaListenerctx - the parse treepublic void enterGenericMethodDeclaration(@NotNull JavaParser.GenericMethodDeclarationContext ctx)
JavaParser.genericMethodDeclaration().
The default implementation does nothing.
enterGenericMethodDeclaration in interface JavaListenerctx - the parse treepublic void exitGenericMethodDeclaration(@NotNull JavaParser.GenericMethodDeclarationContext ctx)
JavaParser.genericMethodDeclaration().
The default implementation does nothing.
exitGenericMethodDeclaration in interface JavaListenerctx - the parse treepublic void enterConstructorDeclaration(@NotNull JavaParser.ConstructorDeclarationContext ctx)
JavaParser.constructorDeclaration().
The default implementation does nothing.
enterConstructorDeclaration in interface JavaListenerctx - the parse treepublic void exitConstructorDeclaration(@NotNull JavaParser.ConstructorDeclarationContext ctx)
JavaParser.constructorDeclaration().
The default implementation does nothing.
exitConstructorDeclaration in interface JavaListenerctx - the parse treepublic void enterGenericConstructorDeclaration(@NotNull JavaParser.GenericConstructorDeclarationContext ctx)
JavaParser.genericConstructorDeclaration().
The default implementation does nothing.
enterGenericConstructorDeclaration in interface JavaListenerctx - the parse treepublic void exitGenericConstructorDeclaration(@NotNull JavaParser.GenericConstructorDeclarationContext ctx)
JavaParser.genericConstructorDeclaration().
The default implementation does nothing.
exitGenericConstructorDeclaration in interface JavaListenerctx - the parse treepublic void enterFieldDeclaration(@NotNull JavaParser.FieldDeclarationContext ctx)
JavaParser.fieldDeclaration().
The default implementation does nothing.
enterFieldDeclaration in interface JavaListenerctx - the parse treepublic void exitFieldDeclaration(@NotNull JavaParser.FieldDeclarationContext ctx)
JavaParser.fieldDeclaration().
The default implementation does nothing.
exitFieldDeclaration in interface JavaListenerctx - the parse treepublic void enterInterfaceBodyDeclaration(@NotNull JavaParser.InterfaceBodyDeclarationContext ctx)
JavaParser.interfaceBodyDeclaration().
The default implementation does nothing.
enterInterfaceBodyDeclaration in interface JavaListenerctx - the parse treepublic void exitInterfaceBodyDeclaration(@NotNull JavaParser.InterfaceBodyDeclarationContext ctx)
JavaParser.interfaceBodyDeclaration().
The default implementation does nothing.
exitInterfaceBodyDeclaration in interface JavaListenerctx - the parse treepublic void enterInterfaceMemberDeclaration(@NotNull JavaParser.InterfaceMemberDeclarationContext ctx)
JavaParser.interfaceMemberDeclaration().
The default implementation does nothing.
enterInterfaceMemberDeclaration in interface JavaListenerctx - the parse treepublic void exitInterfaceMemberDeclaration(@NotNull JavaParser.InterfaceMemberDeclarationContext ctx)
JavaParser.interfaceMemberDeclaration().
The default implementation does nothing.
exitInterfaceMemberDeclaration in interface JavaListenerctx - the parse treepublic void enterConstDeclaration(@NotNull JavaParser.ConstDeclarationContext ctx)
JavaParser.constDeclaration().
The default implementation does nothing.
enterConstDeclaration in interface JavaListenerctx - the parse treepublic void exitConstDeclaration(@NotNull JavaParser.ConstDeclarationContext ctx)
JavaParser.constDeclaration().
The default implementation does nothing.
exitConstDeclaration in interface JavaListenerctx - the parse treepublic void enterConstantDeclarator(@NotNull JavaParser.ConstantDeclaratorContext ctx)
JavaParser.constantDeclarator().
The default implementation does nothing.
enterConstantDeclarator in interface JavaListenerctx - the parse treepublic void exitConstantDeclarator(@NotNull JavaParser.ConstantDeclaratorContext ctx)
JavaParser.constantDeclarator().
The default implementation does nothing.
exitConstantDeclarator in interface JavaListenerctx - the parse treepublic void enterInterfaceMethodDeclaration(@NotNull JavaParser.InterfaceMethodDeclarationContext ctx)
JavaParser.interfaceMethodDeclaration().
The default implementation does nothing.
enterInterfaceMethodDeclaration in interface JavaListenerctx - the parse treepublic void exitInterfaceMethodDeclaration(@NotNull JavaParser.InterfaceMethodDeclarationContext ctx)
JavaParser.interfaceMethodDeclaration().
The default implementation does nothing.
exitInterfaceMethodDeclaration in interface JavaListenerctx - the parse treepublic void enterGenericInterfaceMethodDeclaration(@NotNull JavaParser.GenericInterfaceMethodDeclarationContext ctx)
JavaParser.genericInterfaceMethodDeclaration().
The default implementation does nothing.
enterGenericInterfaceMethodDeclaration in interface JavaListenerctx - the parse treepublic void exitGenericInterfaceMethodDeclaration(@NotNull JavaParser.GenericInterfaceMethodDeclarationContext ctx)
JavaParser.genericInterfaceMethodDeclaration().
The default implementation does nothing.
exitGenericInterfaceMethodDeclaration in interface JavaListenerctx - the parse treepublic void enterVariableDeclarators(@NotNull JavaParser.VariableDeclaratorsContext ctx)
JavaParser.variableDeclarators().
The default implementation does nothing.
enterVariableDeclarators in interface JavaListenerctx - the parse treepublic void exitVariableDeclarators(@NotNull JavaParser.VariableDeclaratorsContext ctx)
JavaParser.variableDeclarators().
The default implementation does nothing.
exitVariableDeclarators in interface JavaListenerctx - the parse treepublic void enterVariableDeclarator(@NotNull JavaParser.VariableDeclaratorContext ctx)
JavaParser.variableDeclarator().
The default implementation does nothing.
enterVariableDeclarator in interface JavaListenerctx - the parse treepublic void exitVariableDeclarator(@NotNull JavaParser.VariableDeclaratorContext ctx)
JavaParser.variableDeclarator().
The default implementation does nothing.
exitVariableDeclarator in interface JavaListenerctx - the parse treepublic void enterVariableDeclaratorId(@NotNull JavaParser.VariableDeclaratorIdContext ctx)
JavaParser.variableDeclaratorId().
The default implementation does nothing.
enterVariableDeclaratorId in interface JavaListenerctx - the parse treepublic void exitVariableDeclaratorId(@NotNull JavaParser.VariableDeclaratorIdContext ctx)
JavaParser.variableDeclaratorId().
The default implementation does nothing.
exitVariableDeclaratorId in interface JavaListenerctx - the parse treepublic void enterVariableInitializer(@NotNull JavaParser.VariableInitializerContext ctx)
JavaParser.variableInitializer().
The default implementation does nothing.
enterVariableInitializer in interface JavaListenerctx - the parse treepublic void exitVariableInitializer(@NotNull JavaParser.VariableInitializerContext ctx)
JavaParser.variableInitializer().
The default implementation does nothing.
exitVariableInitializer in interface JavaListenerctx - the parse treepublic void enterArrayInitializer(@NotNull JavaParser.ArrayInitializerContext ctx)
JavaParser.arrayInitializer().
The default implementation does nothing.
enterArrayInitializer in interface JavaListenerctx - the parse treepublic void exitArrayInitializer(@NotNull JavaParser.ArrayInitializerContext ctx)
JavaParser.arrayInitializer().
The default implementation does nothing.
exitArrayInitializer in interface JavaListenerctx - the parse treepublic void enterEnumConstantName(@NotNull JavaParser.EnumConstantNameContext ctx)
JavaParser.enumConstantName().
The default implementation does nothing.
enterEnumConstantName in interface JavaListenerctx - the parse treepublic void exitEnumConstantName(@NotNull JavaParser.EnumConstantNameContext ctx)
JavaParser.enumConstantName().
The default implementation does nothing.
exitEnumConstantName in interface JavaListenerctx - the parse treepublic void enterType(@NotNull JavaParser.TypeContext ctx)
JavaParser.type().
The default implementation does nothing.
enterType in interface JavaListenerctx - the parse treepublic void exitType(@NotNull JavaParser.TypeContext ctx)
JavaParser.type().
The default implementation does nothing.
exitType in interface JavaListenerctx - the parse treepublic void enterClassOrInterfaceType(@NotNull JavaParser.ClassOrInterfaceTypeContext ctx)
JavaParser.classOrInterfaceType().
The default implementation does nothing.
enterClassOrInterfaceType in interface JavaListenerctx - the parse treepublic void exitClassOrInterfaceType(@NotNull JavaParser.ClassOrInterfaceTypeContext ctx)
JavaParser.classOrInterfaceType().
The default implementation does nothing.
exitClassOrInterfaceType in interface JavaListenerctx - the parse treepublic void enterPrimitiveType(@NotNull JavaParser.PrimitiveTypeContext ctx)
JavaParser.primitiveType().
The default implementation does nothing.
enterPrimitiveType in interface JavaListenerctx - the parse treepublic void exitPrimitiveType(@NotNull JavaParser.PrimitiveTypeContext ctx)
JavaParser.primitiveType().
The default implementation does nothing.
exitPrimitiveType in interface JavaListenerctx - the parse treepublic void enterTypeArguments(@NotNull JavaParser.TypeArgumentsContext ctx)
JavaParser.typeArguments().
The default implementation does nothing.
enterTypeArguments in interface JavaListenerctx - the parse treepublic void exitTypeArguments(@NotNull JavaParser.TypeArgumentsContext ctx)
JavaParser.typeArguments().
The default implementation does nothing.
exitTypeArguments in interface JavaListenerctx - the parse treepublic void enterTypeArgument(@NotNull JavaParser.TypeArgumentContext ctx)
JavaParser.typeArgument().
The default implementation does nothing.
enterTypeArgument in interface JavaListenerctx - the parse treepublic void exitTypeArgument(@NotNull JavaParser.TypeArgumentContext ctx)
JavaParser.typeArgument().
The default implementation does nothing.
exitTypeArgument in interface JavaListenerctx - the parse treepublic void enterQualifiedNameList(@NotNull JavaParser.QualifiedNameListContext ctx)
JavaParser.qualifiedNameList().
The default implementation does nothing.
enterQualifiedNameList in interface JavaListenerctx - the parse treepublic void exitQualifiedNameList(@NotNull JavaParser.QualifiedNameListContext ctx)
JavaParser.qualifiedNameList().
The default implementation does nothing.
exitQualifiedNameList in interface JavaListenerctx - the parse treepublic void enterFormalParameters(@NotNull JavaParser.FormalParametersContext ctx)
JavaParser.formalParameters().
The default implementation does nothing.
enterFormalParameters in interface JavaListenerctx - the parse treepublic void exitFormalParameters(@NotNull JavaParser.FormalParametersContext ctx)
JavaParser.formalParameters().
The default implementation does nothing.
exitFormalParameters in interface JavaListenerctx - the parse treepublic void enterFormalParameterList(@NotNull JavaParser.FormalParameterListContext ctx)
JavaParser.formalParameterList().
The default implementation does nothing.
enterFormalParameterList in interface JavaListenerctx - the parse treepublic void exitFormalParameterList(@NotNull JavaParser.FormalParameterListContext ctx)
JavaParser.formalParameterList().
The default implementation does nothing.
exitFormalParameterList in interface JavaListenerctx - the parse treepublic void enterFormalParameter(@NotNull JavaParser.FormalParameterContext ctx)
JavaParser.formalParameter().
The default implementation does nothing.
enterFormalParameter in interface JavaListenerctx - the parse treepublic void exitFormalParameter(@NotNull JavaParser.FormalParameterContext ctx)
JavaParser.formalParameter().
The default implementation does nothing.
exitFormalParameter in interface JavaListenerctx - the parse treepublic void enterLastFormalParameter(@NotNull JavaParser.LastFormalParameterContext ctx)
JavaParser.lastFormalParameter().
The default implementation does nothing.
enterLastFormalParameter in interface JavaListenerctx - the parse treepublic void exitLastFormalParameter(@NotNull JavaParser.LastFormalParameterContext ctx)
JavaParser.lastFormalParameter().
The default implementation does nothing.
exitLastFormalParameter in interface JavaListenerctx - the parse treepublic void enterMethodBody(@NotNull JavaParser.MethodBodyContext ctx)
JavaParser.methodBody().
The default implementation does nothing.
enterMethodBody in interface JavaListenerctx - the parse treepublic void exitMethodBody(@NotNull JavaParser.MethodBodyContext ctx)
JavaParser.methodBody().
The default implementation does nothing.
exitMethodBody in interface JavaListenerctx - the parse treepublic void enterConstructorBody(@NotNull JavaParser.ConstructorBodyContext ctx)
JavaParser.constructorBody().
The default implementation does nothing.
enterConstructorBody in interface JavaListenerctx - the parse treepublic void exitConstructorBody(@NotNull JavaParser.ConstructorBodyContext ctx)
JavaParser.constructorBody().
The default implementation does nothing.
exitConstructorBody in interface JavaListenerctx - the parse treepublic void enterQualifiedName(@NotNull JavaParser.QualifiedNameContext ctx)
JavaParser.qualifiedName().
The default implementation does nothing.
enterQualifiedName in interface JavaListenerctx - the parse treepublic void exitQualifiedName(@NotNull JavaParser.QualifiedNameContext ctx)
JavaParser.qualifiedName().
The default implementation does nothing.
exitQualifiedName in interface JavaListenerctx - the parse treepublic void enterLiteral(@NotNull JavaParser.LiteralContext ctx)
JavaParser.literal().
The default implementation does nothing.
enterLiteral in interface JavaListenerctx - the parse treepublic void exitLiteral(@NotNull JavaParser.LiteralContext ctx)
JavaParser.literal().
The default implementation does nothing.
exitLiteral in interface JavaListenerctx - the parse treepublic void enterAnnotation(@NotNull JavaParser.AnnotationContext ctx)
JavaParser.annotation().
The default implementation does nothing.
enterAnnotation in interface JavaListenerctx - the parse treepublic void exitAnnotation(@NotNull JavaParser.AnnotationContext ctx)
JavaParser.annotation().
The default implementation does nothing.
exitAnnotation in interface JavaListenerctx - the parse treepublic void enterAnnotationName(@NotNull JavaParser.AnnotationNameContext ctx)
JavaParser.annotationName().
The default implementation does nothing.
enterAnnotationName in interface JavaListenerctx - the parse treepublic void exitAnnotationName(@NotNull JavaParser.AnnotationNameContext ctx)
JavaParser.annotationName().
The default implementation does nothing.
exitAnnotationName in interface JavaListenerctx - the parse treepublic void enterElementValuePairs(@NotNull JavaParser.ElementValuePairsContext ctx)
JavaParser.elementValuePairs().
The default implementation does nothing.
enterElementValuePairs in interface JavaListenerctx - the parse treepublic void exitElementValuePairs(@NotNull JavaParser.ElementValuePairsContext ctx)
JavaParser.elementValuePairs().
The default implementation does nothing.
exitElementValuePairs in interface JavaListenerctx - the parse treepublic void enterElementValuePair(@NotNull JavaParser.ElementValuePairContext ctx)
JavaParser.elementValuePair().
The default implementation does nothing.
enterElementValuePair in interface JavaListenerctx - the parse treepublic void exitElementValuePair(@NotNull JavaParser.ElementValuePairContext ctx)
JavaParser.elementValuePair().
The default implementation does nothing.
exitElementValuePair in interface JavaListenerctx - the parse treepublic void enterElementValue(@NotNull JavaParser.ElementValueContext ctx)
JavaParser.elementValue().
The default implementation does nothing.
enterElementValue in interface JavaListenerctx - the parse treepublic void exitElementValue(@NotNull JavaParser.ElementValueContext ctx)
JavaParser.elementValue().
The default implementation does nothing.
exitElementValue in interface JavaListenerctx - the parse treepublic void enterElementValueArrayInitializer(@NotNull JavaParser.ElementValueArrayInitializerContext ctx)
JavaParser.elementValueArrayInitializer().
The default implementation does nothing.
enterElementValueArrayInitializer in interface JavaListenerctx - the parse treepublic void exitElementValueArrayInitializer(@NotNull JavaParser.ElementValueArrayInitializerContext ctx)
JavaParser.elementValueArrayInitializer().
The default implementation does nothing.
exitElementValueArrayInitializer in interface JavaListenerctx - the parse treepublic void enterAnnotationTypeDeclaration(@NotNull JavaParser.AnnotationTypeDeclarationContext ctx)
JavaParser.annotationTypeDeclaration().
The default implementation does nothing.
enterAnnotationTypeDeclaration in interface JavaListenerctx - the parse treepublic void exitAnnotationTypeDeclaration(@NotNull JavaParser.AnnotationTypeDeclarationContext ctx)
JavaParser.annotationTypeDeclaration().
The default implementation does nothing.
exitAnnotationTypeDeclaration in interface JavaListenerctx - the parse treepublic void enterAnnotationTypeBody(@NotNull JavaParser.AnnotationTypeBodyContext ctx)
JavaParser.annotationTypeBody().
The default implementation does nothing.
enterAnnotationTypeBody in interface JavaListenerctx - the parse treepublic void exitAnnotationTypeBody(@NotNull JavaParser.AnnotationTypeBodyContext ctx)
JavaParser.annotationTypeBody().
The default implementation does nothing.
exitAnnotationTypeBody in interface JavaListenerctx - the parse treepublic void enterAnnotationTypeElementDeclaration(@NotNull JavaParser.AnnotationTypeElementDeclarationContext ctx)
JavaParser.annotationTypeElementDeclaration().
The default implementation does nothing.
enterAnnotationTypeElementDeclaration in interface JavaListenerctx - the parse treepublic void exitAnnotationTypeElementDeclaration(@NotNull JavaParser.AnnotationTypeElementDeclarationContext ctx)
JavaParser.annotationTypeElementDeclaration().
The default implementation does nothing.
exitAnnotationTypeElementDeclaration in interface JavaListenerctx - the parse treepublic void enterAnnotationTypeElementRest(@NotNull JavaParser.AnnotationTypeElementRestContext ctx)
JavaParser.annotationTypeElementRest().
The default implementation does nothing.
enterAnnotationTypeElementRest in interface JavaListenerctx - the parse treepublic void exitAnnotationTypeElementRest(@NotNull JavaParser.AnnotationTypeElementRestContext ctx)
JavaParser.annotationTypeElementRest().
The default implementation does nothing.
exitAnnotationTypeElementRest in interface JavaListenerctx - the parse treepublic void enterAnnotationMethodOrConstantRest(@NotNull JavaParser.AnnotationMethodOrConstantRestContext ctx)
JavaParser.annotationMethodOrConstantRest().
The default implementation does nothing.
enterAnnotationMethodOrConstantRest in interface JavaListenerctx - the parse treepublic void exitAnnotationMethodOrConstantRest(@NotNull JavaParser.AnnotationMethodOrConstantRestContext ctx)
JavaParser.annotationMethodOrConstantRest().
The default implementation does nothing.
exitAnnotationMethodOrConstantRest in interface JavaListenerctx - the parse treepublic void enterAnnotationMethodRest(@NotNull JavaParser.AnnotationMethodRestContext ctx)
JavaParser.annotationMethodRest().
The default implementation does nothing.
enterAnnotationMethodRest in interface JavaListenerctx - the parse treepublic void exitAnnotationMethodRest(@NotNull JavaParser.AnnotationMethodRestContext ctx)
JavaParser.annotationMethodRest().
The default implementation does nothing.
exitAnnotationMethodRest in interface JavaListenerctx - the parse treepublic void enterAnnotationConstantRest(@NotNull JavaParser.AnnotationConstantRestContext ctx)
JavaParser.annotationConstantRest().
The default implementation does nothing.
enterAnnotationConstantRest in interface JavaListenerctx - the parse treepublic void exitAnnotationConstantRest(@NotNull JavaParser.AnnotationConstantRestContext ctx)
JavaParser.annotationConstantRest().
The default implementation does nothing.
exitAnnotationConstantRest in interface JavaListenerctx - the parse treepublic void enterDefaultValue(@NotNull JavaParser.DefaultValueContext ctx)
JavaParser.defaultValue().
The default implementation does nothing.
enterDefaultValue in interface JavaListenerctx - the parse treepublic void exitDefaultValue(@NotNull JavaParser.DefaultValueContext ctx)
JavaParser.defaultValue().
The default implementation does nothing.
exitDefaultValue in interface JavaListenerctx - the parse treepublic void enterBlock(@NotNull JavaParser.BlockContext ctx)
JavaParser.block().
The default implementation does nothing.
enterBlock in interface JavaListenerctx - the parse treepublic void exitBlock(@NotNull JavaParser.BlockContext ctx)
JavaParser.block().
The default implementation does nothing.
exitBlock in interface JavaListenerctx - the parse treepublic void enterBlockStatement(@NotNull JavaParser.BlockStatementContext ctx)
JavaParser.blockStatement().
The default implementation does nothing.
enterBlockStatement in interface JavaListenerctx - the parse treepublic void exitBlockStatement(@NotNull JavaParser.BlockStatementContext ctx)
JavaParser.blockStatement().
The default implementation does nothing.
exitBlockStatement in interface JavaListenerctx - the parse treepublic void enterLocalVariableDeclarationStatement(@NotNull JavaParser.LocalVariableDeclarationStatementContext ctx)
JavaParser.localVariableDeclarationStatement().
The default implementation does nothing.
enterLocalVariableDeclarationStatement in interface JavaListenerctx - the parse treepublic void exitLocalVariableDeclarationStatement(@NotNull JavaParser.LocalVariableDeclarationStatementContext ctx)
JavaParser.localVariableDeclarationStatement().
The default implementation does nothing.
exitLocalVariableDeclarationStatement in interface JavaListenerctx - the parse treepublic void enterLocalVariableDeclaration(@NotNull JavaParser.LocalVariableDeclarationContext ctx)
JavaParser.localVariableDeclaration().
The default implementation does nothing.
enterLocalVariableDeclaration in interface JavaListenerctx - the parse treepublic void exitLocalVariableDeclaration(@NotNull JavaParser.LocalVariableDeclarationContext ctx)
JavaParser.localVariableDeclaration().
The default implementation does nothing.
exitLocalVariableDeclaration in interface JavaListenerctx - the parse treepublic void enterStatement(@NotNull JavaParser.StatementContext ctx)
JavaParser.statement().
The default implementation does nothing.
enterStatement in interface JavaListenerctx - the parse treepublic void exitStatement(@NotNull JavaParser.StatementContext ctx)
JavaParser.statement().
The default implementation does nothing.
exitStatement in interface JavaListenerctx - the parse treepublic void enterCatchClause(@NotNull JavaParser.CatchClauseContext ctx)
JavaParser.catchClause().
The default implementation does nothing.
enterCatchClause in interface JavaListenerctx - the parse treepublic void exitCatchClause(@NotNull JavaParser.CatchClauseContext ctx)
JavaParser.catchClause().
The default implementation does nothing.
exitCatchClause in interface JavaListenerctx - the parse treepublic void enterCatchType(@NotNull JavaParser.CatchTypeContext ctx)
JavaParser.catchType().
The default implementation does nothing.
enterCatchType in interface JavaListenerctx - the parse treepublic void exitCatchType(@NotNull JavaParser.CatchTypeContext ctx)
JavaParser.catchType().
The default implementation does nothing.
exitCatchType in interface JavaListenerctx - the parse treepublic void enterFinallyBlock(@NotNull JavaParser.FinallyBlockContext ctx)
JavaParser.finallyBlock().
The default implementation does nothing.
enterFinallyBlock in interface JavaListenerctx - the parse treepublic void exitFinallyBlock(@NotNull JavaParser.FinallyBlockContext ctx)
JavaParser.finallyBlock().
The default implementation does nothing.
exitFinallyBlock in interface JavaListenerctx - the parse treepublic void enterResourceSpecification(@NotNull JavaParser.ResourceSpecificationContext ctx)
JavaParser.resourceSpecification().
The default implementation does nothing.
enterResourceSpecification in interface JavaListenerctx - the parse treepublic void exitResourceSpecification(@NotNull JavaParser.ResourceSpecificationContext ctx)
JavaParser.resourceSpecification().
The default implementation does nothing.
exitResourceSpecification in interface JavaListenerctx - the parse treepublic void enterResources(@NotNull JavaParser.ResourcesContext ctx)
JavaParser.resources().
The default implementation does nothing.
enterResources in interface JavaListenerctx - the parse treepublic void exitResources(@NotNull JavaParser.ResourcesContext ctx)
JavaParser.resources().
The default implementation does nothing.
exitResources in interface JavaListenerctx - the parse treepublic void enterResource(@NotNull JavaParser.ResourceContext ctx)
JavaParser.resource().
The default implementation does nothing.
enterResource in interface JavaListenerctx - the parse treepublic void exitResource(@NotNull JavaParser.ResourceContext ctx)
JavaParser.resource().
The default implementation does nothing.
exitResource in interface JavaListenerctx - the parse treepublic void enterSwitchBlockStatementGroup(@NotNull JavaParser.SwitchBlockStatementGroupContext ctx)
JavaParser.switchBlockStatementGroup().
The default implementation does nothing.
enterSwitchBlockStatementGroup in interface JavaListenerctx - the parse treepublic void exitSwitchBlockStatementGroup(@NotNull JavaParser.SwitchBlockStatementGroupContext ctx)
JavaParser.switchBlockStatementGroup().
The default implementation does nothing.
exitSwitchBlockStatementGroup in interface JavaListenerctx - the parse treepublic void enterSwitchLabel(@NotNull JavaParser.SwitchLabelContext ctx)
JavaParser.switchLabel().
The default implementation does nothing.
enterSwitchLabel in interface JavaListenerctx - the parse treepublic void exitSwitchLabel(@NotNull JavaParser.SwitchLabelContext ctx)
JavaParser.switchLabel().
The default implementation does nothing.
exitSwitchLabel in interface JavaListenerctx - the parse treepublic void enterForControl(@NotNull JavaParser.ForControlContext ctx)
JavaParser.forControl().
The default implementation does nothing.
enterForControl in interface JavaListenerctx - the parse treepublic void exitForControl(@NotNull JavaParser.ForControlContext ctx)
JavaParser.forControl().
The default implementation does nothing.
exitForControl in interface JavaListenerctx - the parse treepublic void enterForInit(@NotNull JavaParser.ForInitContext ctx)
JavaParser.forInit().
The default implementation does nothing.
enterForInit in interface JavaListenerctx - the parse treepublic void exitForInit(@NotNull JavaParser.ForInitContext ctx)
JavaParser.forInit().
The default implementation does nothing.
exitForInit in interface JavaListenerctx - the parse treepublic void enterEnhancedForControl(@NotNull JavaParser.EnhancedForControlContext ctx)
JavaParser.enhancedForControl().
The default implementation does nothing.
enterEnhancedForControl in interface JavaListenerctx - the parse treepublic void exitEnhancedForControl(@NotNull JavaParser.EnhancedForControlContext ctx)
JavaParser.enhancedForControl().
The default implementation does nothing.
exitEnhancedForControl in interface JavaListenerctx - the parse treepublic void enterForUpdate(@NotNull JavaParser.ForUpdateContext ctx)
JavaParser.forUpdate().
The default implementation does nothing.
enterForUpdate in interface JavaListenerctx - the parse treepublic void exitForUpdate(@NotNull JavaParser.ForUpdateContext ctx)
JavaParser.forUpdate().
The default implementation does nothing.
exitForUpdate in interface JavaListenerctx - the parse treepublic void enterParExpression(@NotNull JavaParser.ParExpressionContext ctx)
JavaParser.parExpression().
The default implementation does nothing.
enterParExpression in interface JavaListenerctx - the parse treepublic void exitParExpression(@NotNull JavaParser.ParExpressionContext ctx)
JavaParser.parExpression().
The default implementation does nothing.
exitParExpression in interface JavaListenerctx - the parse treepublic void enterExpressionList(@NotNull JavaParser.ExpressionListContext ctx)
JavaParser.expressionList().
The default implementation does nothing.
enterExpressionList in interface JavaListenerctx - the parse treepublic void exitExpressionList(@NotNull JavaParser.ExpressionListContext ctx)
JavaParser.expressionList().
The default implementation does nothing.
exitExpressionList in interface JavaListenerctx - the parse treepublic void enterStatementExpression(@NotNull JavaParser.StatementExpressionContext ctx)
JavaParser.statementExpression().
The default implementation does nothing.
enterStatementExpression in interface JavaListenerctx - the parse treepublic void exitStatementExpression(@NotNull JavaParser.StatementExpressionContext ctx)
JavaParser.statementExpression().
The default implementation does nothing.
exitStatementExpression in interface JavaListenerctx - the parse treepublic void enterConstantExpression(@NotNull JavaParser.ConstantExpressionContext ctx)
JavaParser.constantExpression().
The default implementation does nothing.
enterConstantExpression in interface JavaListenerctx - the parse treepublic void exitConstantExpression(@NotNull JavaParser.ConstantExpressionContext ctx)
JavaParser.constantExpression().
The default implementation does nothing.
exitConstantExpression in interface JavaListenerctx - the parse treepublic void enterExpression(@NotNull JavaParser.ExpressionContext ctx)
JavaParser.expression().
The default implementation does nothing.
enterExpression in interface JavaListenerctx - the parse treepublic void exitExpression(@NotNull JavaParser.ExpressionContext ctx)
JavaParser.expression().
The default implementation does nothing.
exitExpression in interface JavaListenerctx - the parse treepublic void enterPrimary(@NotNull JavaParser.PrimaryContext ctx)
JavaParser.primary().
The default implementation does nothing.
enterPrimary in interface JavaListenerctx - the parse treepublic void exitPrimary(@NotNull JavaParser.PrimaryContext ctx)
JavaParser.primary().
The default implementation does nothing.
exitPrimary in interface JavaListenerctx - the parse treepublic void enterCreator(@NotNull JavaParser.CreatorContext ctx)
JavaParser.creator().
The default implementation does nothing.
enterCreator in interface JavaListenerctx - the parse treepublic void exitCreator(@NotNull JavaParser.CreatorContext ctx)
JavaParser.creator().
The default implementation does nothing.
exitCreator in interface JavaListenerctx - the parse treepublic void enterCreatedName(@NotNull JavaParser.CreatedNameContext ctx)
JavaParser.createdName().
The default implementation does nothing.
enterCreatedName in interface JavaListenerctx - the parse treepublic void exitCreatedName(@NotNull JavaParser.CreatedNameContext ctx)
JavaParser.createdName().
The default implementation does nothing.
exitCreatedName in interface JavaListenerctx - the parse treepublic void enterInnerCreator(@NotNull JavaParser.InnerCreatorContext ctx)
JavaParser.innerCreator().
The default implementation does nothing.
enterInnerCreator in interface JavaListenerctx - the parse treepublic void exitInnerCreator(@NotNull JavaParser.InnerCreatorContext ctx)
JavaParser.innerCreator().
The default implementation does nothing.
exitInnerCreator in interface JavaListenerctx - the parse treepublic void enterArrayCreatorRest(@NotNull JavaParser.ArrayCreatorRestContext ctx)
JavaParser.arrayCreatorRest().
The default implementation does nothing.
enterArrayCreatorRest in interface JavaListenerctx - the parse treepublic void exitArrayCreatorRest(@NotNull JavaParser.ArrayCreatorRestContext ctx)
JavaParser.arrayCreatorRest().
The default implementation does nothing.
exitArrayCreatorRest in interface JavaListenerctx - the parse treepublic void enterClassCreatorRest(@NotNull JavaParser.ClassCreatorRestContext ctx)
JavaParser.classCreatorRest().
The default implementation does nothing.
enterClassCreatorRest in interface JavaListenerctx - the parse treepublic void exitClassCreatorRest(@NotNull JavaParser.ClassCreatorRestContext ctx)
JavaParser.classCreatorRest().
The default implementation does nothing.
exitClassCreatorRest in interface JavaListenerctx - the parse treepublic void enterExplicitGenericInvocation(@NotNull JavaParser.ExplicitGenericInvocationContext ctx)
JavaParser.explicitGenericInvocation().
The default implementation does nothing.
enterExplicitGenericInvocation in interface JavaListenerctx - the parse treepublic void exitExplicitGenericInvocation(@NotNull JavaParser.ExplicitGenericInvocationContext ctx)
JavaParser.explicitGenericInvocation().
The default implementation does nothing.
exitExplicitGenericInvocation in interface JavaListenerctx - the parse treepublic void enterNonWildcardTypeArguments(@NotNull JavaParser.NonWildcardTypeArgumentsContext ctx)
JavaParser.nonWildcardTypeArguments().
The default implementation does nothing.
enterNonWildcardTypeArguments in interface JavaListenerctx - the parse treepublic void exitNonWildcardTypeArguments(@NotNull JavaParser.NonWildcardTypeArgumentsContext ctx)
JavaParser.nonWildcardTypeArguments().
The default implementation does nothing.
exitNonWildcardTypeArguments in interface JavaListenerctx - the parse treepublic void enterTypeArgumentsOrDiamond(@NotNull JavaParser.TypeArgumentsOrDiamondContext ctx)
JavaParser.typeArgumentsOrDiamond().
The default implementation does nothing.
enterTypeArgumentsOrDiamond in interface JavaListenerctx - the parse treepublic void exitTypeArgumentsOrDiamond(@NotNull JavaParser.TypeArgumentsOrDiamondContext ctx)
JavaParser.typeArgumentsOrDiamond().
The default implementation does nothing.
exitTypeArgumentsOrDiamond in interface JavaListenerctx - the parse treepublic void enterNonWildcardTypeArgumentsOrDiamond(@NotNull JavaParser.NonWildcardTypeArgumentsOrDiamondContext ctx)
JavaParser.nonWildcardTypeArgumentsOrDiamond().
The default implementation does nothing.
enterNonWildcardTypeArgumentsOrDiamond in interface JavaListenerctx - the parse treepublic void exitNonWildcardTypeArgumentsOrDiamond(@NotNull JavaParser.NonWildcardTypeArgumentsOrDiamondContext ctx)
JavaParser.nonWildcardTypeArgumentsOrDiamond().
The default implementation does nothing.
exitNonWildcardTypeArgumentsOrDiamond in interface JavaListenerctx - the parse treepublic void enterSuperSuffix(@NotNull JavaParser.SuperSuffixContext ctx)
JavaParser.superSuffix().
The default implementation does nothing.
enterSuperSuffix in interface JavaListenerctx - the parse treepublic void exitSuperSuffix(@NotNull JavaParser.SuperSuffixContext ctx)
JavaParser.superSuffix().
The default implementation does nothing.
exitSuperSuffix in interface JavaListenerctx - the parse treepublic void enterExplicitGenericInvocationSuffix(@NotNull JavaParser.ExplicitGenericInvocationSuffixContext ctx)
JavaParser.explicitGenericInvocationSuffix().
The default implementation does nothing.
enterExplicitGenericInvocationSuffix in interface JavaListenerctx - the parse treepublic void exitExplicitGenericInvocationSuffix(@NotNull JavaParser.ExplicitGenericInvocationSuffixContext ctx)
JavaParser.explicitGenericInvocationSuffix().
The default implementation does nothing.
exitExplicitGenericInvocationSuffix in interface JavaListenerctx - the parse treepublic void enterArguments(@NotNull JavaParser.ArgumentsContext ctx)
JavaParser.arguments().
The default implementation does nothing.
enterArguments in interface JavaListenerctx - the parse treepublic void exitArguments(@NotNull JavaParser.ArgumentsContext ctx)
JavaParser.arguments().
The default implementation does nothing.
exitArguments in interface JavaListenerctx - the parse treepublic void enterEveryRule(@NotNull org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(@NotNull org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(@NotNull org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(@NotNull org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 1992–2024 Daniel Sun. All rights reserved.