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 by
Java7Parser
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Enter a parse tree produced byJava7Parser.annotation()
.void
Enter a parse tree produced byJava7Parser.annotationConstantRest()
.void
Enter a parse tree produced byJava7Parser.annotationMethodOrConstantRest()
.void
Enter a parse tree produced byJava7Parser.annotationMethodRest()
.void
Enter a parse tree produced byJava7Parser.annotationName()
.void
Enter a parse tree produced byJava7Parser.annotationTypeBody()
.void
Enter a parse tree produced byJava7Parser.annotationTypeDeclaration()
.void
Enter a parse tree produced byJava7Parser.annotationTypeElementDeclaration()
.void
Enter a parse tree produced byJava7Parser.annotationTypeElementRest()
.void
Enter a parse tree produced byJava7Parser.arguments()
.void
Enter a parse tree produced byJava7Parser.arrayCreatorRest()
.void
Enter a parse tree produced byJava7Parser.arrayInitializer()
.void
Enter a parse tree produced byJava7Parser.block()
.void
Enter a parse tree produced byJava7Parser.blockStatement()
.void
Enter a parse tree produced byJava7Parser.catchClause()
.void
Enter a parse tree produced byJava7Parser.catchType()
.void
Enter a parse tree produced byJava7Parser.classBody()
.void
Enter a parse tree produced byJava7Parser.classBodyDeclaration()
.void
Enter a parse tree produced byJava7Parser.classCreatorRest()
.void
Enter a parse tree produced byJava7Parser.classDeclaration()
.void
Enter a parse tree produced byJava7Parser.classOrInterfaceModifier()
.void
Enter a parse tree produced byJava7Parser.classOrInterfaceType()
.void
Enter a parse tree produced byJava7Parser.compilationUnit()
.void
Enter a parse tree produced byJava7Parser.constantDeclarator()
.void
Enter a parse tree produced byJava7Parser.constantExpression()
.void
Enter a parse tree produced byJava7Parser.constDeclaration()
.void
Enter a parse tree produced byJava7Parser.constructorBody()
.void
Enter a parse tree produced byJava7Parser.constructorDeclaration()
.void
Enter a parse tree produced byJava7Parser.createdName()
.void
Enter a parse tree produced byJava7Parser.creator()
.void
Enter a parse tree produced byJava7Parser.defaultValue()
.void
Enter a parse tree produced byJava7Parser.elementValue()
.void
Enter a parse tree produced byJava7Parser.elementValueArrayInitializer()
.void
Enter a parse tree produced byJava7Parser.elementValuePair()
.void
Enter a parse tree produced byJava7Parser.elementValuePairs()
.void
Enter a parse tree produced byJava7Parser.enhancedForControl()
.void
Enter a parse tree produced byJava7Parser.enumBodyDeclarations()
.void
Enter a parse tree produced byJava7Parser.enumConstant()
.void
Enter a parse tree produced byJava7Parser.enumConstantName()
.void
Enter a parse tree produced byJava7Parser.enumConstants()
.void
Enter a parse tree produced byJava7Parser.enumDeclaration()
.void
Enter a parse tree produced byJava7Parser.explicitGenericInvocation()
.void
Enter a parse tree produced byJava7Parser.explicitGenericInvocationSuffix()
.void
Enter a parse tree produced byJava7Parser.expression()
.void
Enter a parse tree produced byJava7Parser.expressionList()
.void
Enter a parse tree produced byJava7Parser.fieldDeclaration()
.void
Enter a parse tree produced byJava7Parser.finallyBlock()
.void
Enter a parse tree produced byJava7Parser.forControl()
.void
Enter a parse tree produced byJava7Parser.forInit()
.void
Enter a parse tree produced byJava7Parser.formalParameter()
.void
Enter a parse tree produced byJava7Parser.formalParameterList()
.void
Enter a parse tree produced byJava7Parser.formalParameters()
.void
Enter a parse tree produced byJava7Parser.forUpdate()
.void
Enter a parse tree produced byJava7Parser.genericConstructorDeclaration()
.void
Enter a parse tree produced byJava7Parser.genericInterfaceMethodDeclaration()
.void
Enter a parse tree produced byJava7Parser.genericMethodDeclaration()
.void
Enter a parse tree produced byJava7Parser.identifierTypeOrDiamondPair()
.void
Enter a parse tree produced byJava7Parser.identifierTypePair()
.void
Enter a parse tree produced byJava7Parser.importDeclaration()
.void
Enter a parse tree produced byJava7Parser.innerCreator()
.void
Enter a parse tree produced byJava7Parser.interfaceBody()
.void
Enter a parse tree produced byJava7Parser.interfaceBodyDeclaration()
.void
Enter a parse tree produced byJava7Parser.interfaceDeclaration()
.void
Enter a parse tree produced byJava7Parser.interfaceMemberDeclaration()
.void
Enter a parse tree produced byJava7Parser.interfaceMethodDeclaration()
.void
Enter a parse tree produced byJava7Parser.lastFormalParameter()
.void
Enter a parse tree produced byJava7Parser.literal()
.void
Enter a parse tree produced byJava7Parser.localVariableDeclaration()
.void
Enter a parse tree produced byJava7Parser.localVariableDeclarationStatement()
.void
Enter a parse tree produced byJava7Parser.memberDeclaration()
.void
Enter a parse tree produced byJava7Parser.methodBody()
.void
Enter a parse tree produced byJava7Parser.methodDeclaration()
.void
Enter a parse tree produced byJava7Parser.modifier()
.void
Enter a parse tree produced byJava7Parser.nonWildcardTypeArguments()
.void
Enter a parse tree produced byJava7Parser.nonWildcardTypeArgumentsOrDiamond()
.void
Enter a parse tree produced byJava7Parser.packageDeclaration()
.void
Enter a parse tree produced byJava7Parser.parExpression()
.void
Enter a parse tree produced byJava7Parser.primary()
.void
Enter a parse tree produced byJava7Parser.primitiveType()
.void
Enter a parse tree produced byJava7Parser.qualifiedName()
.void
Enter a parse tree produced byJava7Parser.qualifiedNameList()
.void
Enter a parse tree produced byJava7Parser.resource()
.void
Enter a parse tree produced byJava7Parser.resources()
.void
Enter a parse tree produced byJava7Parser.resourceSpecification()
.void
Enter a parse tree produced byJava7Parser.statement()
.void
Enter a parse tree produced byJava7Parser.statementExpression()
.void
Enter a parse tree produced byJava7Parser.superSuffix()
.void
Enter a parse tree produced byJava7Parser.switchBlockStatementGroup()
.void
Enter a parse tree produced byJava7Parser.switchLabel()
.void
Enter a parse tree produced byJava7Parser.type()
.void
Enter a parse tree produced byJava7Parser.typeArgument()
.void
Enter a parse tree produced byJava7Parser.typeArguments()
.void
Enter a parse tree produced byJava7Parser.typeArgumentsOrDiamond()
.void
Enter a parse tree produced byJava7Parser.typeBound()
.void
Enter a parse tree produced byJava7Parser.typeDeclaration()
.void
Enter a parse tree produced byJava7Parser.typeList()
.void
Enter a parse tree produced byJava7Parser.typeParameter()
.void
Enter a parse tree produced byJava7Parser.typeParameters()
.void
Enter a parse tree produced byJava7Parser.variableDeclarator()
.void
Enter a parse tree produced byJava7Parser.variableDeclaratorId()
.void
Enter a parse tree produced byJava7Parser.variableDeclarators()
.void
Enter a parse tree produced byJava7Parser.variableInitializer()
.void
Enter a parse tree produced byJava7Parser.variableModifier()
.void
Exit a parse tree produced byJava7Parser.annotation()
.void
Exit a parse tree produced byJava7Parser.annotationConstantRest()
.void
Exit a parse tree produced byJava7Parser.annotationMethodOrConstantRest()
.void
Exit a parse tree produced byJava7Parser.annotationMethodRest()
.void
Exit a parse tree produced byJava7Parser.annotationName()
.void
Exit a parse tree produced byJava7Parser.annotationTypeBody()
.void
Exit a parse tree produced byJava7Parser.annotationTypeDeclaration()
.void
Exit a parse tree produced byJava7Parser.annotationTypeElementDeclaration()
.void
Exit a parse tree produced byJava7Parser.annotationTypeElementRest()
.void
Exit a parse tree produced byJava7Parser.arguments()
.void
Exit a parse tree produced byJava7Parser.arrayCreatorRest()
.void
Exit a parse tree produced byJava7Parser.arrayInitializer()
.void
Exit a parse tree produced byJava7Parser.block()
.void
Exit a parse tree produced byJava7Parser.blockStatement()
.void
Exit a parse tree produced byJava7Parser.catchClause()
.void
Exit a parse tree produced byJava7Parser.catchType()
.void
Exit a parse tree produced byJava7Parser.classBody()
.void
Exit a parse tree produced byJava7Parser.classBodyDeclaration()
.void
Exit a parse tree produced byJava7Parser.classCreatorRest()
.void
Exit a parse tree produced byJava7Parser.classDeclaration()
.void
Exit a parse tree produced byJava7Parser.classOrInterfaceModifier()
.void
Exit a parse tree produced byJava7Parser.classOrInterfaceType()
.void
Exit a parse tree produced byJava7Parser.compilationUnit()
.void
Exit a parse tree produced byJava7Parser.constantDeclarator()
.void
Exit a parse tree produced byJava7Parser.constantExpression()
.void
Exit a parse tree produced byJava7Parser.constDeclaration()
.void
Exit a parse tree produced byJava7Parser.constructorBody()
.void
Exit a parse tree produced byJava7Parser.constructorDeclaration()
.void
Exit a parse tree produced byJava7Parser.createdName()
.void
Exit a parse tree produced byJava7Parser.creator()
.void
Exit a parse tree produced byJava7Parser.defaultValue()
.void
Exit a parse tree produced byJava7Parser.elementValue()
.void
Exit a parse tree produced byJava7Parser.elementValueArrayInitializer()
.void
Exit a parse tree produced byJava7Parser.elementValuePair()
.void
Exit a parse tree produced byJava7Parser.elementValuePairs()
.void
Exit a parse tree produced byJava7Parser.enhancedForControl()
.void
Exit a parse tree produced byJava7Parser.enumBodyDeclarations()
.void
Exit a parse tree produced byJava7Parser.enumConstant()
.void
Exit a parse tree produced byJava7Parser.enumConstantName()
.void
Exit a parse tree produced byJava7Parser.enumConstants()
.void
Exit a parse tree produced byJava7Parser.enumDeclaration()
.void
Exit a parse tree produced byJava7Parser.explicitGenericInvocation()
.void
Exit a parse tree produced byJava7Parser.explicitGenericInvocationSuffix()
.void
Exit a parse tree produced byJava7Parser.expression()
.void
Exit a parse tree produced byJava7Parser.expressionList()
.void
Exit a parse tree produced byJava7Parser.fieldDeclaration()
.void
Exit a parse tree produced byJava7Parser.finallyBlock()
.void
Exit a parse tree produced byJava7Parser.forControl()
.void
Exit a parse tree produced byJava7Parser.forInit()
.void
Exit a parse tree produced byJava7Parser.formalParameter()
.void
Exit a parse tree produced byJava7Parser.formalParameterList()
.void
Exit a parse tree produced byJava7Parser.formalParameters()
.void
Exit a parse tree produced byJava7Parser.forUpdate()
.void
Exit a parse tree produced byJava7Parser.genericConstructorDeclaration()
.void
Exit a parse tree produced byJava7Parser.genericInterfaceMethodDeclaration()
.void
Exit a parse tree produced byJava7Parser.genericMethodDeclaration()
.void
Exit a parse tree produced byJava7Parser.identifierTypeOrDiamondPair()
.void
Exit a parse tree produced byJava7Parser.identifierTypePair()
.void
Exit a parse tree produced byJava7Parser.importDeclaration()
.void
Exit a parse tree produced byJava7Parser.innerCreator()
.void
Exit a parse tree produced byJava7Parser.interfaceBody()
.void
Exit a parse tree produced byJava7Parser.interfaceBodyDeclaration()
.void
Exit a parse tree produced byJava7Parser.interfaceDeclaration()
.void
Exit a parse tree produced byJava7Parser.interfaceMemberDeclaration()
.void
Exit a parse tree produced byJava7Parser.interfaceMethodDeclaration()
.void
Exit a parse tree produced byJava7Parser.lastFormalParameter()
.void
Exit a parse tree produced byJava7Parser.literal()
.void
Exit a parse tree produced byJava7Parser.localVariableDeclaration()
.void
Exit a parse tree produced byJava7Parser.localVariableDeclarationStatement()
.void
Exit a parse tree produced byJava7Parser.memberDeclaration()
.void
Exit a parse tree produced byJava7Parser.methodBody()
.void
Exit a parse tree produced byJava7Parser.methodDeclaration()
.void
Exit a parse tree produced byJava7Parser.modifier()
.void
Exit a parse tree produced byJava7Parser.nonWildcardTypeArguments()
.void
Exit a parse tree produced byJava7Parser.nonWildcardTypeArgumentsOrDiamond()
.void
Exit a parse tree produced byJava7Parser.packageDeclaration()
.void
Exit a parse tree produced byJava7Parser.parExpression()
.void
Exit a parse tree produced byJava7Parser.primary()
.void
Exit a parse tree produced byJava7Parser.primitiveType()
.void
Exit a parse tree produced byJava7Parser.qualifiedName()
.void
Exit a parse tree produced byJava7Parser.qualifiedNameList()
.void
Exit a parse tree produced byJava7Parser.resource()
.void
Exit a parse tree produced byJava7Parser.resources()
.void
Exit a parse tree produced byJava7Parser.resourceSpecification()
.void
Exit a parse tree produced byJava7Parser.statement()
.void
Exit a parse tree produced byJava7Parser.statementExpression()
.void
Exit a parse tree produced byJava7Parser.superSuffix()
.void
Exit a parse tree produced byJava7Parser.switchBlockStatementGroup()
.void
Exit a parse tree produced byJava7Parser.switchLabel()
.void
Exit a parse tree produced byJava7Parser.type()
.void
Exit a parse tree produced byJava7Parser.typeArgument()
.void
Exit a parse tree produced byJava7Parser.typeArguments()
.void
Exit a parse tree produced byJava7Parser.typeArgumentsOrDiamond()
.void
Exit a parse tree produced byJava7Parser.typeBound()
.void
Exit a parse tree produced byJava7Parser.typeDeclaration()
.void
Exit a parse tree produced byJava7Parser.typeList()
.void
Exit a parse tree produced byJava7Parser.typeParameter()
.void
Exit a parse tree produced byJava7Parser.typeParameters()
.void
Exit a parse tree produced byJava7Parser.variableDeclarator()
.void
Exit a parse tree produced byJava7Parser.variableDeclaratorId()
.void
Exit a parse tree produced byJava7Parser.variableDeclarators()
.void
Exit a parse tree produced byJava7Parser.variableInitializer()
.void
Exit a parse tree produced byJava7Parser.variableModifier()
.Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterCompilationUnit
Enter a parse tree produced byJava7Parser.compilationUnit()
.- Parameters:
ctx
- the parse tree
-
exitCompilationUnit
Exit a parse tree produced byJava7Parser.compilationUnit()
.- Parameters:
ctx
- the parse tree
-
enterPackageDeclaration
Enter a parse tree produced byJava7Parser.packageDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitPackageDeclaration
Exit a parse tree produced byJava7Parser.packageDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterImportDeclaration
Enter a parse tree produced byJava7Parser.importDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitImportDeclaration
Exit a parse tree produced byJava7Parser.importDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterTypeDeclaration
Enter a parse tree produced byJava7Parser.typeDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitTypeDeclaration
Exit a parse tree produced byJava7Parser.typeDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterModifier
Enter a parse tree produced byJava7Parser.modifier()
.- Parameters:
ctx
- the parse tree
-
exitModifier
Exit a parse tree produced byJava7Parser.modifier()
.- Parameters:
ctx
- the parse tree
-
enterClassOrInterfaceModifier
Enter a parse tree produced byJava7Parser.classOrInterfaceModifier()
.- Parameters:
ctx
- the parse tree
-
exitClassOrInterfaceModifier
Exit a parse tree produced byJava7Parser.classOrInterfaceModifier()
.- Parameters:
ctx
- the parse tree
-
enterVariableModifier
Enter a parse tree produced byJava7Parser.variableModifier()
.- Parameters:
ctx
- the parse tree
-
exitVariableModifier
Exit a parse tree produced byJava7Parser.variableModifier()
.- Parameters:
ctx
- the parse tree
-
enterClassDeclaration
Enter a parse tree produced byJava7Parser.classDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitClassDeclaration
Exit a parse tree produced byJava7Parser.classDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterTypeParameters
Enter a parse tree produced byJava7Parser.typeParameters()
.- Parameters:
ctx
- the parse tree
-
exitTypeParameters
Exit a parse tree produced byJava7Parser.typeParameters()
.- Parameters:
ctx
- the parse tree
-
enterTypeParameter
Enter a parse tree produced byJava7Parser.typeParameter()
.- Parameters:
ctx
- the parse tree
-
exitTypeParameter
Exit a parse tree produced byJava7Parser.typeParameter()
.- Parameters:
ctx
- the parse tree
-
enterTypeBound
Enter a parse tree produced byJava7Parser.typeBound()
.- Parameters:
ctx
- the parse tree
-
exitTypeBound
Exit a parse tree produced byJava7Parser.typeBound()
.- Parameters:
ctx
- the parse tree
-
enterEnumDeclaration
Enter a parse tree produced byJava7Parser.enumDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitEnumDeclaration
Exit a parse tree produced byJava7Parser.enumDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterEnumConstants
Enter a parse tree produced byJava7Parser.enumConstants()
.- Parameters:
ctx
- the parse tree
-
exitEnumConstants
Exit a parse tree produced byJava7Parser.enumConstants()
.- Parameters:
ctx
- the parse tree
-
enterEnumConstant
Enter a parse tree produced byJava7Parser.enumConstant()
.- Parameters:
ctx
- the parse tree
-
exitEnumConstant
Exit a parse tree produced byJava7Parser.enumConstant()
.- Parameters:
ctx
- the parse tree
-
enterEnumBodyDeclarations
Enter a parse tree produced byJava7Parser.enumBodyDeclarations()
.- Parameters:
ctx
- the parse tree
-
exitEnumBodyDeclarations
Exit a parse tree produced byJava7Parser.enumBodyDeclarations()
.- Parameters:
ctx
- the parse tree
-
enterInterfaceDeclaration
Enter a parse tree produced byJava7Parser.interfaceDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitInterfaceDeclaration
Exit a parse tree produced byJava7Parser.interfaceDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterTypeList
Enter a parse tree produced byJava7Parser.typeList()
.- Parameters:
ctx
- the parse tree
-
exitTypeList
Exit a parse tree produced byJava7Parser.typeList()
.- Parameters:
ctx
- the parse tree
-
enterClassBody
Enter a parse tree produced byJava7Parser.classBody()
.- Parameters:
ctx
- the parse tree
-
exitClassBody
Exit a parse tree produced byJava7Parser.classBody()
.- Parameters:
ctx
- the parse tree
-
enterInterfaceBody
Enter a parse tree produced byJava7Parser.interfaceBody()
.- Parameters:
ctx
- the parse tree
-
exitInterfaceBody
Exit a parse tree produced byJava7Parser.interfaceBody()
.- Parameters:
ctx
- the parse tree
-
enterClassBodyDeclaration
Enter a parse tree produced byJava7Parser.classBodyDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitClassBodyDeclaration
Exit a parse tree produced byJava7Parser.classBodyDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterMemberDeclaration
Enter a parse tree produced byJava7Parser.memberDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitMemberDeclaration
Exit a parse tree produced byJava7Parser.memberDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterMethodDeclaration
Enter a parse tree produced byJava7Parser.methodDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitMethodDeclaration
Exit a parse tree produced byJava7Parser.methodDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterGenericMethodDeclaration
Enter a parse tree produced byJava7Parser.genericMethodDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitGenericMethodDeclaration
Exit a parse tree produced byJava7Parser.genericMethodDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterConstructorDeclaration
Enter a parse tree produced byJava7Parser.constructorDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitConstructorDeclaration
Exit a parse tree produced byJava7Parser.constructorDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterGenericConstructorDeclaration
Enter a parse tree produced byJava7Parser.genericConstructorDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitGenericConstructorDeclaration
Exit a parse tree produced byJava7Parser.genericConstructorDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterFieldDeclaration
Enter a parse tree produced byJava7Parser.fieldDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitFieldDeclaration
Exit a parse tree produced byJava7Parser.fieldDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterInterfaceBodyDeclaration
Enter a parse tree produced byJava7Parser.interfaceBodyDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitInterfaceBodyDeclaration
Exit a parse tree produced byJava7Parser.interfaceBodyDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterInterfaceMemberDeclaration
Enter a parse tree produced byJava7Parser.interfaceMemberDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitInterfaceMemberDeclaration
Exit a parse tree produced byJava7Parser.interfaceMemberDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterConstDeclaration
Enter a parse tree produced byJava7Parser.constDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitConstDeclaration
Exit a parse tree produced byJava7Parser.constDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterConstantDeclarator
Enter a parse tree produced byJava7Parser.constantDeclarator()
.- Parameters:
ctx
- the parse tree
-
exitConstantDeclarator
Exit a parse tree produced byJava7Parser.constantDeclarator()
.- Parameters:
ctx
- the parse tree
-
enterInterfaceMethodDeclaration
Enter a parse tree produced byJava7Parser.interfaceMethodDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitInterfaceMethodDeclaration
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
Enter a parse tree produced byJava7Parser.variableDeclarators()
.- Parameters:
ctx
- the parse tree
-
exitVariableDeclarators
Exit a parse tree produced byJava7Parser.variableDeclarators()
.- Parameters:
ctx
- the parse tree
-
enterVariableDeclarator
Enter a parse tree produced byJava7Parser.variableDeclarator()
.- Parameters:
ctx
- the parse tree
-
exitVariableDeclarator
Exit a parse tree produced byJava7Parser.variableDeclarator()
.- Parameters:
ctx
- the parse tree
-
enterVariableDeclaratorId
Enter a parse tree produced byJava7Parser.variableDeclaratorId()
.- Parameters:
ctx
- the parse tree
-
exitVariableDeclaratorId
Exit a parse tree produced byJava7Parser.variableDeclaratorId()
.- Parameters:
ctx
- the parse tree
-
enterVariableInitializer
Enter a parse tree produced byJava7Parser.variableInitializer()
.- Parameters:
ctx
- the parse tree
-
exitVariableInitializer
Exit a parse tree produced byJava7Parser.variableInitializer()
.- Parameters:
ctx
- the parse tree
-
enterArrayInitializer
Enter a parse tree produced byJava7Parser.arrayInitializer()
.- Parameters:
ctx
- the parse tree
-
exitArrayInitializer
Exit a parse tree produced byJava7Parser.arrayInitializer()
.- Parameters:
ctx
- the parse tree
-
enterEnumConstantName
Enter a parse tree produced byJava7Parser.enumConstantName()
.- Parameters:
ctx
- the parse tree
-
exitEnumConstantName
Exit a parse tree produced byJava7Parser.enumConstantName()
.- Parameters:
ctx
- the parse tree
-
enterType
Enter a parse tree produced byJava7Parser.type()
.- Parameters:
ctx
- the parse tree
-
exitType
Exit a parse tree produced byJava7Parser.type()
.- Parameters:
ctx
- the parse tree
-
enterClassOrInterfaceType
Enter a parse tree produced byJava7Parser.classOrInterfaceType()
.- Parameters:
ctx
- the parse tree
-
exitClassOrInterfaceType
Exit a parse tree produced byJava7Parser.classOrInterfaceType()
.- Parameters:
ctx
- the parse tree
-
enterIdentifierTypePair
Enter a parse tree produced byJava7Parser.identifierTypePair()
.- Parameters:
ctx
- the parse tree
-
exitIdentifierTypePair
Exit a parse tree produced byJava7Parser.identifierTypePair()
.- Parameters:
ctx
- the parse tree
-
enterPrimitiveType
Enter a parse tree produced byJava7Parser.primitiveType()
.- Parameters:
ctx
- the parse tree
-
exitPrimitiveType
Exit a parse tree produced byJava7Parser.primitiveType()
.- Parameters:
ctx
- the parse tree
-
enterTypeArguments
Enter a parse tree produced byJava7Parser.typeArguments()
.- Parameters:
ctx
- the parse tree
-
exitTypeArguments
Exit a parse tree produced byJava7Parser.typeArguments()
.- Parameters:
ctx
- the parse tree
-
enterTypeArgument
Enter a parse tree produced byJava7Parser.typeArgument()
.- Parameters:
ctx
- the parse tree
-
exitTypeArgument
Exit a parse tree produced byJava7Parser.typeArgument()
.- Parameters:
ctx
- the parse tree
-
enterQualifiedNameList
Enter a parse tree produced byJava7Parser.qualifiedNameList()
.- Parameters:
ctx
- the parse tree
-
exitQualifiedNameList
Exit a parse tree produced byJava7Parser.qualifiedNameList()
.- Parameters:
ctx
- the parse tree
-
enterFormalParameters
Enter a parse tree produced byJava7Parser.formalParameters()
.- Parameters:
ctx
- the parse tree
-
exitFormalParameters
Exit a parse tree produced byJava7Parser.formalParameters()
.- Parameters:
ctx
- the parse tree
-
enterFormalParameterList
Enter a parse tree produced byJava7Parser.formalParameterList()
.- Parameters:
ctx
- the parse tree
-
exitFormalParameterList
Exit a parse tree produced byJava7Parser.formalParameterList()
.- Parameters:
ctx
- the parse tree
-
enterFormalParameter
Enter a parse tree produced byJava7Parser.formalParameter()
.- Parameters:
ctx
- the parse tree
-
exitFormalParameter
Exit a parse tree produced byJava7Parser.formalParameter()
.- Parameters:
ctx
- the parse tree
-
enterLastFormalParameter
Enter a parse tree produced byJava7Parser.lastFormalParameter()
.- Parameters:
ctx
- the parse tree
-
exitLastFormalParameter
Exit a parse tree produced byJava7Parser.lastFormalParameter()
.- Parameters:
ctx
- the parse tree
-
enterMethodBody
Enter a parse tree produced byJava7Parser.methodBody()
.- Parameters:
ctx
- the parse tree
-
exitMethodBody
Exit a parse tree produced byJava7Parser.methodBody()
.- Parameters:
ctx
- the parse tree
-
enterConstructorBody
Enter a parse tree produced byJava7Parser.constructorBody()
.- Parameters:
ctx
- the parse tree
-
exitConstructorBody
Exit a parse tree produced byJava7Parser.constructorBody()
.- Parameters:
ctx
- the parse tree
-
enterQualifiedName
Enter a parse tree produced byJava7Parser.qualifiedName()
.- Parameters:
ctx
- the parse tree
-
exitQualifiedName
Exit a parse tree produced byJava7Parser.qualifiedName()
.- Parameters:
ctx
- the parse tree
-
enterLiteral
Enter a parse tree produced byJava7Parser.literal()
.- Parameters:
ctx
- the parse tree
-
exitLiteral
Exit a parse tree produced byJava7Parser.literal()
.- Parameters:
ctx
- the parse tree
-
enterAnnotation
Enter a parse tree produced byJava7Parser.annotation()
.- Parameters:
ctx
- the parse tree
-
exitAnnotation
Exit a parse tree produced byJava7Parser.annotation()
.- Parameters:
ctx
- the parse tree
-
enterAnnotationName
Enter a parse tree produced byJava7Parser.annotationName()
.- Parameters:
ctx
- the parse tree
-
exitAnnotationName
Exit a parse tree produced byJava7Parser.annotationName()
.- Parameters:
ctx
- the parse tree
-
enterElementValuePairs
Enter a parse tree produced byJava7Parser.elementValuePairs()
.- Parameters:
ctx
- the parse tree
-
exitElementValuePairs
Exit a parse tree produced byJava7Parser.elementValuePairs()
.- Parameters:
ctx
- the parse tree
-
enterElementValuePair
Enter a parse tree produced byJava7Parser.elementValuePair()
.- Parameters:
ctx
- the parse tree
-
exitElementValuePair
Exit a parse tree produced byJava7Parser.elementValuePair()
.- Parameters:
ctx
- the parse tree
-
enterElementValue
Enter a parse tree produced byJava7Parser.elementValue()
.- Parameters:
ctx
- the parse tree
-
exitElementValue
Exit a parse tree produced byJava7Parser.elementValue()
.- Parameters:
ctx
- the parse tree
-
enterElementValueArrayInitializer
Enter a parse tree produced byJava7Parser.elementValueArrayInitializer()
.- Parameters:
ctx
- the parse tree
-
exitElementValueArrayInitializer
Exit a parse tree produced byJava7Parser.elementValueArrayInitializer()
.- Parameters:
ctx
- the parse tree
-
enterAnnotationTypeDeclaration
Enter a parse tree produced byJava7Parser.annotationTypeDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitAnnotationTypeDeclaration
Exit a parse tree produced byJava7Parser.annotationTypeDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterAnnotationTypeBody
Enter a parse tree produced byJava7Parser.annotationTypeBody()
.- Parameters:
ctx
- the parse tree
-
exitAnnotationTypeBody
Exit a parse tree produced byJava7Parser.annotationTypeBody()
.- Parameters:
ctx
- the parse tree
-
enterAnnotationTypeElementDeclaration
Enter a parse tree produced byJava7Parser.annotationTypeElementDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitAnnotationTypeElementDeclaration
Exit a parse tree produced byJava7Parser.annotationTypeElementDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterAnnotationTypeElementRest
Enter a parse tree produced byJava7Parser.annotationTypeElementRest()
.- Parameters:
ctx
- the parse tree
-
exitAnnotationTypeElementRest
Exit a parse tree produced byJava7Parser.annotationTypeElementRest()
.- Parameters:
ctx
- the parse tree
-
enterAnnotationMethodOrConstantRest
Enter a parse tree produced byJava7Parser.annotationMethodOrConstantRest()
.- Parameters:
ctx
- the parse tree
-
exitAnnotationMethodOrConstantRest
Exit a parse tree produced byJava7Parser.annotationMethodOrConstantRest()
.- Parameters:
ctx
- the parse tree
-
enterAnnotationMethodRest
Enter a parse tree produced byJava7Parser.annotationMethodRest()
.- Parameters:
ctx
- the parse tree
-
exitAnnotationMethodRest
Exit a parse tree produced byJava7Parser.annotationMethodRest()
.- Parameters:
ctx
- the parse tree
-
enterAnnotationConstantRest
Enter a parse tree produced byJava7Parser.annotationConstantRest()
.- Parameters:
ctx
- the parse tree
-
exitAnnotationConstantRest
Exit a parse tree produced byJava7Parser.annotationConstantRest()
.- Parameters:
ctx
- the parse tree
-
enterDefaultValue
Enter a parse tree produced byJava7Parser.defaultValue()
.- Parameters:
ctx
- the parse tree
-
exitDefaultValue
Exit a parse tree produced byJava7Parser.defaultValue()
.- Parameters:
ctx
- the parse tree
-
enterBlock
Enter a parse tree produced byJava7Parser.block()
.- Parameters:
ctx
- the parse tree
-
exitBlock
Exit a parse tree produced byJava7Parser.block()
.- Parameters:
ctx
- the parse tree
-
enterBlockStatement
Enter a parse tree produced byJava7Parser.blockStatement()
.- Parameters:
ctx
- the parse tree
-
exitBlockStatement
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
Enter a parse tree produced byJava7Parser.localVariableDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitLocalVariableDeclaration
Exit a parse tree produced byJava7Parser.localVariableDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterStatement
Enter a parse tree produced byJava7Parser.statement()
.- Parameters:
ctx
- the parse tree
-
exitStatement
Exit a parse tree produced byJava7Parser.statement()
.- Parameters:
ctx
- the parse tree
-
enterCatchClause
Enter a parse tree produced byJava7Parser.catchClause()
.- Parameters:
ctx
- the parse tree
-
exitCatchClause
Exit a parse tree produced byJava7Parser.catchClause()
.- Parameters:
ctx
- the parse tree
-
enterCatchType
Enter a parse tree produced byJava7Parser.catchType()
.- Parameters:
ctx
- the parse tree
-
exitCatchType
Exit a parse tree produced byJava7Parser.catchType()
.- Parameters:
ctx
- the parse tree
-
enterFinallyBlock
Enter a parse tree produced byJava7Parser.finallyBlock()
.- Parameters:
ctx
- the parse tree
-
exitFinallyBlock
Exit a parse tree produced byJava7Parser.finallyBlock()
.- Parameters:
ctx
- the parse tree
-
enterResourceSpecification
Enter a parse tree produced byJava7Parser.resourceSpecification()
.- Parameters:
ctx
- the parse tree
-
exitResourceSpecification
Exit a parse tree produced byJava7Parser.resourceSpecification()
.- Parameters:
ctx
- the parse tree
-
enterResources
Enter a parse tree produced byJava7Parser.resources()
.- Parameters:
ctx
- the parse tree
-
exitResources
Exit a parse tree produced byJava7Parser.resources()
.- Parameters:
ctx
- the parse tree
-
enterResource
Enter a parse tree produced byJava7Parser.resource()
.- Parameters:
ctx
- the parse tree
-
exitResource
Exit a parse tree produced byJava7Parser.resource()
.- Parameters:
ctx
- the parse tree
-
enterSwitchBlockStatementGroup
Enter a parse tree produced byJava7Parser.switchBlockStatementGroup()
.- Parameters:
ctx
- the parse tree
-
exitSwitchBlockStatementGroup
Exit a parse tree produced byJava7Parser.switchBlockStatementGroup()
.- Parameters:
ctx
- the parse tree
-
enterSwitchLabel
Enter a parse tree produced byJava7Parser.switchLabel()
.- Parameters:
ctx
- the parse tree
-
exitSwitchLabel
Exit a parse tree produced byJava7Parser.switchLabel()
.- Parameters:
ctx
- the parse tree
-
enterForControl
Enter a parse tree produced byJava7Parser.forControl()
.- Parameters:
ctx
- the parse tree
-
exitForControl
Exit a parse tree produced byJava7Parser.forControl()
.- Parameters:
ctx
- the parse tree
-
enterForInit
Enter a parse tree produced byJava7Parser.forInit()
.- Parameters:
ctx
- the parse tree
-
exitForInit
Exit a parse tree produced byJava7Parser.forInit()
.- Parameters:
ctx
- the parse tree
-
enterEnhancedForControl
Enter a parse tree produced byJava7Parser.enhancedForControl()
.- Parameters:
ctx
- the parse tree
-
exitEnhancedForControl
Exit a parse tree produced byJava7Parser.enhancedForControl()
.- Parameters:
ctx
- the parse tree
-
enterForUpdate
Enter a parse tree produced byJava7Parser.forUpdate()
.- Parameters:
ctx
- the parse tree
-
exitForUpdate
Exit a parse tree produced byJava7Parser.forUpdate()
.- Parameters:
ctx
- the parse tree
-
enterParExpression
Enter a parse tree produced byJava7Parser.parExpression()
.- Parameters:
ctx
- the parse tree
-
exitParExpression
Exit a parse tree produced byJava7Parser.parExpression()
.- Parameters:
ctx
- the parse tree
-
enterExpressionList
Enter a parse tree produced byJava7Parser.expressionList()
.- Parameters:
ctx
- the parse tree
-
exitExpressionList
Exit a parse tree produced byJava7Parser.expressionList()
.- Parameters:
ctx
- the parse tree
-
enterStatementExpression
Enter a parse tree produced byJava7Parser.statementExpression()
.- Parameters:
ctx
- the parse tree
-
exitStatementExpression
Exit a parse tree produced byJava7Parser.statementExpression()
.- Parameters:
ctx
- the parse tree
-
enterConstantExpression
Enter a parse tree produced byJava7Parser.constantExpression()
.- Parameters:
ctx
- the parse tree
-
exitConstantExpression
Exit a parse tree produced byJava7Parser.constantExpression()
.- Parameters:
ctx
- the parse tree
-
enterExpression
Enter a parse tree produced byJava7Parser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExpression
Exit a parse tree produced byJava7Parser.expression()
.- Parameters:
ctx
- the parse tree
-
enterPrimary
Enter a parse tree produced byJava7Parser.primary()
.- Parameters:
ctx
- the parse tree
-
exitPrimary
Exit a parse tree produced byJava7Parser.primary()
.- Parameters:
ctx
- the parse tree
-
enterCreator
Enter a parse tree produced byJava7Parser.creator()
.- Parameters:
ctx
- the parse tree
-
exitCreator
Exit a parse tree produced byJava7Parser.creator()
.- Parameters:
ctx
- the parse tree
-
enterCreatedName
Enter a parse tree produced byJava7Parser.createdName()
.- Parameters:
ctx
- the parse tree
-
exitCreatedName
Exit a parse tree produced byJava7Parser.createdName()
.- Parameters:
ctx
- the parse tree
-
enterIdentifierTypeOrDiamondPair
Enter a parse tree produced byJava7Parser.identifierTypeOrDiamondPair()
.- Parameters:
ctx
- the parse tree
-
exitIdentifierTypeOrDiamondPair
Exit a parse tree produced byJava7Parser.identifierTypeOrDiamondPair()
.- Parameters:
ctx
- the parse tree
-
enterInnerCreator
Enter a parse tree produced byJava7Parser.innerCreator()
.- Parameters:
ctx
- the parse tree
-
exitInnerCreator
Exit a parse tree produced byJava7Parser.innerCreator()
.- Parameters:
ctx
- the parse tree
-
enterArrayCreatorRest
Enter a parse tree produced byJava7Parser.arrayCreatorRest()
.- Parameters:
ctx
- the parse tree
-
exitArrayCreatorRest
Exit a parse tree produced byJava7Parser.arrayCreatorRest()
.- Parameters:
ctx
- the parse tree
-
enterClassCreatorRest
Enter a parse tree produced byJava7Parser.classCreatorRest()
.- Parameters:
ctx
- the parse tree
-
exitClassCreatorRest
Exit a parse tree produced byJava7Parser.classCreatorRest()
.- Parameters:
ctx
- the parse tree
-
enterExplicitGenericInvocation
Enter a parse tree produced byJava7Parser.explicitGenericInvocation()
.- Parameters:
ctx
- the parse tree
-
exitExplicitGenericInvocation
Exit a parse tree produced byJava7Parser.explicitGenericInvocation()
.- Parameters:
ctx
- the parse tree
-
enterNonWildcardTypeArguments
Enter a parse tree produced byJava7Parser.nonWildcardTypeArguments()
.- Parameters:
ctx
- the parse tree
-
exitNonWildcardTypeArguments
Exit a parse tree produced byJava7Parser.nonWildcardTypeArguments()
.- Parameters:
ctx
- the parse tree
-
enterTypeArgumentsOrDiamond
Enter a parse tree produced byJava7Parser.typeArgumentsOrDiamond()
.- Parameters:
ctx
- the parse tree
-
exitTypeArgumentsOrDiamond
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
Enter a parse tree produced byJava7Parser.superSuffix()
.- Parameters:
ctx
- the parse tree
-
exitSuperSuffix
Exit a parse tree produced byJava7Parser.superSuffix()
.- Parameters:
ctx
- the parse tree
-
enterExplicitGenericInvocationSuffix
Enter a parse tree produced byJava7Parser.explicitGenericInvocationSuffix()
.- Parameters:
ctx
- the parse tree
-
exitExplicitGenericInvocationSuffix
Exit a parse tree produced byJava7Parser.explicitGenericInvocationSuffix()
.- Parameters:
ctx
- the parse tree
-
enterArguments
Enter a parse tree produced byJava7Parser.arguments()
.- Parameters:
ctx
- the parse tree
-
exitArguments
Exit a parse tree produced byJava7Parser.arguments()
.- Parameters:
ctx
- the parse tree
-