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