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