Class Java7ParserBaseListener
- java.lang.Object
-
- com.carrotsearch.hppc.generator.parser.Java7ParserBaseListener
-
- All Implemented Interfaces:
Java7ParserListener,org.antlr.v4.runtime.tree.ParseTreeListener
public class Java7ParserBaseListener extends java.lang.Object implements Java7ParserListener
This class provides an empty implementation ofJava7ParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description Java7ParserBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterCompilationUnit
public void enterCompilationUnit(Java7Parser.CompilationUnitContext ctx)
Enter a parse tree produced byJava7Parser.compilationUnit().The default implementation does nothing.
- Specified by:
enterCompilationUnitin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitCompilationUnit
public void exitCompilationUnit(Java7Parser.CompilationUnitContext ctx)
Exit a parse tree produced byJava7Parser.compilationUnit().The default implementation does nothing.
- Specified by:
exitCompilationUnitin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterPackageDeclaration
public void enterPackageDeclaration(Java7Parser.PackageDeclarationContext ctx)
Enter a parse tree produced byJava7Parser.packageDeclaration().The default implementation does nothing.
- Specified by:
enterPackageDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitPackageDeclaration
public void exitPackageDeclaration(Java7Parser.PackageDeclarationContext ctx)
Exit a parse tree produced byJava7Parser.packageDeclaration().The default implementation does nothing.
- Specified by:
exitPackageDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterImportDeclaration
public void enterImportDeclaration(Java7Parser.ImportDeclarationContext ctx)
Enter a parse tree produced byJava7Parser.importDeclaration().The default implementation does nothing.
- Specified by:
enterImportDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitImportDeclaration
public void exitImportDeclaration(Java7Parser.ImportDeclarationContext ctx)
Exit a parse tree produced byJava7Parser.importDeclaration().The default implementation does nothing.
- Specified by:
exitImportDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterTypeDeclaration
public void enterTypeDeclaration(Java7Parser.TypeDeclarationContext ctx)
Enter a parse tree produced byJava7Parser.typeDeclaration().The default implementation does nothing.
- Specified by:
enterTypeDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitTypeDeclaration
public void exitTypeDeclaration(Java7Parser.TypeDeclarationContext ctx)
Exit a parse tree produced byJava7Parser.typeDeclaration().The default implementation does nothing.
- Specified by:
exitTypeDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterModifier
public void enterModifier(Java7Parser.ModifierContext ctx)
Enter a parse tree produced byJava7Parser.modifier().The default implementation does nothing.
- Specified by:
enterModifierin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitModifier
public void exitModifier(Java7Parser.ModifierContext ctx)
Exit a parse tree produced byJava7Parser.modifier().The default implementation does nothing.
- Specified by:
exitModifierin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterClassOrInterfaceModifier
public void enterClassOrInterfaceModifier(Java7Parser.ClassOrInterfaceModifierContext ctx)
Enter a parse tree produced byJava7Parser.classOrInterfaceModifier().The default implementation does nothing.
- Specified by:
enterClassOrInterfaceModifierin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitClassOrInterfaceModifier
public void exitClassOrInterfaceModifier(Java7Parser.ClassOrInterfaceModifierContext ctx)
Exit a parse tree produced byJava7Parser.classOrInterfaceModifier().The default implementation does nothing.
- Specified by:
exitClassOrInterfaceModifierin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterVariableModifier
public void enterVariableModifier(Java7Parser.VariableModifierContext ctx)
Enter a parse tree produced byJava7Parser.variableModifier().The default implementation does nothing.
- Specified by:
enterVariableModifierin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitVariableModifier
public void exitVariableModifier(Java7Parser.VariableModifierContext ctx)
Exit a parse tree produced byJava7Parser.variableModifier().The default implementation does nothing.
- Specified by:
exitVariableModifierin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterClassDeclaration
public void enterClassDeclaration(Java7Parser.ClassDeclarationContext ctx)
Enter a parse tree produced byJava7Parser.classDeclaration().The default implementation does nothing.
- Specified by:
enterClassDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitClassDeclaration
public void exitClassDeclaration(Java7Parser.ClassDeclarationContext ctx)
Exit a parse tree produced byJava7Parser.classDeclaration().The default implementation does nothing.
- Specified by:
exitClassDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterTypeParameters
public void enterTypeParameters(Java7Parser.TypeParametersContext ctx)
Enter a parse tree produced byJava7Parser.typeParameters().The default implementation does nothing.
- Specified by:
enterTypeParametersin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitTypeParameters
public void exitTypeParameters(Java7Parser.TypeParametersContext ctx)
Exit a parse tree produced byJava7Parser.typeParameters().The default implementation does nothing.
- Specified by:
exitTypeParametersin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterTypeParameter
public void enterTypeParameter(Java7Parser.TypeParameterContext ctx)
Enter a parse tree produced byJava7Parser.typeParameter().The default implementation does nothing.
- Specified by:
enterTypeParameterin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitTypeParameter
public void exitTypeParameter(Java7Parser.TypeParameterContext ctx)
Exit a parse tree produced byJava7Parser.typeParameter().The default implementation does nothing.
- Specified by:
exitTypeParameterin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterTypeBound
public void enterTypeBound(Java7Parser.TypeBoundContext ctx)
Enter a parse tree produced byJava7Parser.typeBound().The default implementation does nothing.
- Specified by:
enterTypeBoundin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitTypeBound
public void exitTypeBound(Java7Parser.TypeBoundContext ctx)
Exit a parse tree produced byJava7Parser.typeBound().The default implementation does nothing.
- Specified by:
exitTypeBoundin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterEnumDeclaration
public void enterEnumDeclaration(Java7Parser.EnumDeclarationContext ctx)
Enter a parse tree produced byJava7Parser.enumDeclaration().The default implementation does nothing.
- Specified by:
enterEnumDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitEnumDeclaration
public void exitEnumDeclaration(Java7Parser.EnumDeclarationContext ctx)
Exit a parse tree produced byJava7Parser.enumDeclaration().The default implementation does nothing.
- Specified by:
exitEnumDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterEnumConstants
public void enterEnumConstants(Java7Parser.EnumConstantsContext ctx)
Enter a parse tree produced byJava7Parser.enumConstants().The default implementation does nothing.
- Specified by:
enterEnumConstantsin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitEnumConstants
public void exitEnumConstants(Java7Parser.EnumConstantsContext ctx)
Exit a parse tree produced byJava7Parser.enumConstants().The default implementation does nothing.
- Specified by:
exitEnumConstantsin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterEnumConstant
public void enterEnumConstant(Java7Parser.EnumConstantContext ctx)
Enter a parse tree produced byJava7Parser.enumConstant().The default implementation does nothing.
- Specified by:
enterEnumConstantin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitEnumConstant
public void exitEnumConstant(Java7Parser.EnumConstantContext ctx)
Exit a parse tree produced byJava7Parser.enumConstant().The default implementation does nothing.
- Specified by:
exitEnumConstantin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterEnumBodyDeclarations
public void enterEnumBodyDeclarations(Java7Parser.EnumBodyDeclarationsContext ctx)
Enter a parse tree produced byJava7Parser.enumBodyDeclarations().The default implementation does nothing.
- Specified by:
enterEnumBodyDeclarationsin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitEnumBodyDeclarations
public void exitEnumBodyDeclarations(Java7Parser.EnumBodyDeclarationsContext ctx)
Exit a parse tree produced byJava7Parser.enumBodyDeclarations().The default implementation does nothing.
- Specified by:
exitEnumBodyDeclarationsin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterInterfaceDeclaration
public void enterInterfaceDeclaration(Java7Parser.InterfaceDeclarationContext ctx)
Enter a parse tree produced byJava7Parser.interfaceDeclaration().The default implementation does nothing.
- Specified by:
enterInterfaceDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitInterfaceDeclaration
public void exitInterfaceDeclaration(Java7Parser.InterfaceDeclarationContext ctx)
Exit a parse tree produced byJava7Parser.interfaceDeclaration().The default implementation does nothing.
- Specified by:
exitInterfaceDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterTypeList
public void enterTypeList(Java7Parser.TypeListContext ctx)
Enter a parse tree produced byJava7Parser.typeList().The default implementation does nothing.
- Specified by:
enterTypeListin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitTypeList
public void exitTypeList(Java7Parser.TypeListContext ctx)
Exit a parse tree produced byJava7Parser.typeList().The default implementation does nothing.
- Specified by:
exitTypeListin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterClassBody
public void enterClassBody(Java7Parser.ClassBodyContext ctx)
Enter a parse tree produced byJava7Parser.classBody().The default implementation does nothing.
- Specified by:
enterClassBodyin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitClassBody
public void exitClassBody(Java7Parser.ClassBodyContext ctx)
Exit a parse tree produced byJava7Parser.classBody().The default implementation does nothing.
- Specified by:
exitClassBodyin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterInterfaceBody
public void enterInterfaceBody(Java7Parser.InterfaceBodyContext ctx)
Enter a parse tree produced byJava7Parser.interfaceBody().The default implementation does nothing.
- Specified by:
enterInterfaceBodyin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitInterfaceBody
public void exitInterfaceBody(Java7Parser.InterfaceBodyContext ctx)
Exit a parse tree produced byJava7Parser.interfaceBody().The default implementation does nothing.
- Specified by:
exitInterfaceBodyin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterClassBodyDeclaration
public void enterClassBodyDeclaration(Java7Parser.ClassBodyDeclarationContext ctx)
Enter a parse tree produced byJava7Parser.classBodyDeclaration().The default implementation does nothing.
- Specified by:
enterClassBodyDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitClassBodyDeclaration
public void exitClassBodyDeclaration(Java7Parser.ClassBodyDeclarationContext ctx)
Exit a parse tree produced byJava7Parser.classBodyDeclaration().The default implementation does nothing.
- Specified by:
exitClassBodyDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterMemberDeclaration
public void enterMemberDeclaration(Java7Parser.MemberDeclarationContext ctx)
Enter a parse tree produced byJava7Parser.memberDeclaration().The default implementation does nothing.
- Specified by:
enterMemberDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitMemberDeclaration
public void exitMemberDeclaration(Java7Parser.MemberDeclarationContext ctx)
Exit a parse tree produced byJava7Parser.memberDeclaration().The default implementation does nothing.
- Specified by:
exitMemberDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterMethodDeclaration
public void enterMethodDeclaration(Java7Parser.MethodDeclarationContext ctx)
Enter a parse tree produced byJava7Parser.methodDeclaration().The default implementation does nothing.
- Specified by:
enterMethodDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitMethodDeclaration
public void exitMethodDeclaration(Java7Parser.MethodDeclarationContext ctx)
Exit a parse tree produced byJava7Parser.methodDeclaration().The default implementation does nothing.
- Specified by:
exitMethodDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterGenericMethodDeclaration
public void enterGenericMethodDeclaration(Java7Parser.GenericMethodDeclarationContext ctx)
Enter a parse tree produced byJava7Parser.genericMethodDeclaration().The default implementation does nothing.
- Specified by:
enterGenericMethodDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitGenericMethodDeclaration
public void exitGenericMethodDeclaration(Java7Parser.GenericMethodDeclarationContext ctx)
Exit a parse tree produced byJava7Parser.genericMethodDeclaration().The default implementation does nothing.
- Specified by:
exitGenericMethodDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterConstructorDeclaration
public void enterConstructorDeclaration(Java7Parser.ConstructorDeclarationContext ctx)
Enter a parse tree produced byJava7Parser.constructorDeclaration().The default implementation does nothing.
- Specified by:
enterConstructorDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitConstructorDeclaration
public void exitConstructorDeclaration(Java7Parser.ConstructorDeclarationContext ctx)
Exit a parse tree produced byJava7Parser.constructorDeclaration().The default implementation does nothing.
- Specified by:
exitConstructorDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterGenericConstructorDeclaration
public void enterGenericConstructorDeclaration(Java7Parser.GenericConstructorDeclarationContext ctx)
Enter a parse tree produced byJava7Parser.genericConstructorDeclaration().The default implementation does nothing.
- Specified by:
enterGenericConstructorDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitGenericConstructorDeclaration
public void exitGenericConstructorDeclaration(Java7Parser.GenericConstructorDeclarationContext ctx)
Exit a parse tree produced byJava7Parser.genericConstructorDeclaration().The default implementation does nothing.
- Specified by:
exitGenericConstructorDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterFieldDeclaration
public void enterFieldDeclaration(Java7Parser.FieldDeclarationContext ctx)
Enter a parse tree produced byJava7Parser.fieldDeclaration().The default implementation does nothing.
- Specified by:
enterFieldDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitFieldDeclaration
public void exitFieldDeclaration(Java7Parser.FieldDeclarationContext ctx)
Exit a parse tree produced byJava7Parser.fieldDeclaration().The default implementation does nothing.
- Specified by:
exitFieldDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterInterfaceBodyDeclaration
public void enterInterfaceBodyDeclaration(Java7Parser.InterfaceBodyDeclarationContext ctx)
Enter a parse tree produced byJava7Parser.interfaceBodyDeclaration().The default implementation does nothing.
- Specified by:
enterInterfaceBodyDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitInterfaceBodyDeclaration
public void exitInterfaceBodyDeclaration(Java7Parser.InterfaceBodyDeclarationContext ctx)
Exit a parse tree produced byJava7Parser.interfaceBodyDeclaration().The default implementation does nothing.
- Specified by:
exitInterfaceBodyDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterInterfaceMemberDeclaration
public void enterInterfaceMemberDeclaration(Java7Parser.InterfaceMemberDeclarationContext ctx)
Enter a parse tree produced byJava7Parser.interfaceMemberDeclaration().The default implementation does nothing.
- Specified by:
enterInterfaceMemberDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitInterfaceMemberDeclaration
public void exitInterfaceMemberDeclaration(Java7Parser.InterfaceMemberDeclarationContext ctx)
Exit a parse tree produced byJava7Parser.interfaceMemberDeclaration().The default implementation does nothing.
- Specified by:
exitInterfaceMemberDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterConstDeclaration
public void enterConstDeclaration(Java7Parser.ConstDeclarationContext ctx)
Enter a parse tree produced byJava7Parser.constDeclaration().The default implementation does nothing.
- Specified by:
enterConstDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitConstDeclaration
public void exitConstDeclaration(Java7Parser.ConstDeclarationContext ctx)
Exit a parse tree produced byJava7Parser.constDeclaration().The default implementation does nothing.
- Specified by:
exitConstDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterConstantDeclarator
public void enterConstantDeclarator(Java7Parser.ConstantDeclaratorContext ctx)
Enter a parse tree produced byJava7Parser.constantDeclarator().The default implementation does nothing.
- Specified by:
enterConstantDeclaratorin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitConstantDeclarator
public void exitConstantDeclarator(Java7Parser.ConstantDeclaratorContext ctx)
Exit a parse tree produced byJava7Parser.constantDeclarator().The default implementation does nothing.
- Specified by:
exitConstantDeclaratorin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterInterfaceMethodDeclaration
public void enterInterfaceMethodDeclaration(Java7Parser.InterfaceMethodDeclarationContext ctx)
Enter a parse tree produced byJava7Parser.interfaceMethodDeclaration().The default implementation does nothing.
- Specified by:
enterInterfaceMethodDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitInterfaceMethodDeclaration
public void exitInterfaceMethodDeclaration(Java7Parser.InterfaceMethodDeclarationContext ctx)
Exit a parse tree produced byJava7Parser.interfaceMethodDeclaration().The default implementation does nothing.
- Specified by:
exitInterfaceMethodDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterGenericInterfaceMethodDeclaration
public void enterGenericInterfaceMethodDeclaration(Java7Parser.GenericInterfaceMethodDeclarationContext ctx)
Enter a parse tree produced byJava7Parser.genericInterfaceMethodDeclaration().The default implementation does nothing.
- Specified by:
enterGenericInterfaceMethodDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitGenericInterfaceMethodDeclaration
public void exitGenericInterfaceMethodDeclaration(Java7Parser.GenericInterfaceMethodDeclarationContext ctx)
Exit a parse tree produced byJava7Parser.genericInterfaceMethodDeclaration().The default implementation does nothing.
- Specified by:
exitGenericInterfaceMethodDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterVariableDeclarators
public void enterVariableDeclarators(Java7Parser.VariableDeclaratorsContext ctx)
Enter a parse tree produced byJava7Parser.variableDeclarators().The default implementation does nothing.
- Specified by:
enterVariableDeclaratorsin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitVariableDeclarators
public void exitVariableDeclarators(Java7Parser.VariableDeclaratorsContext ctx)
Exit a parse tree produced byJava7Parser.variableDeclarators().The default implementation does nothing.
- Specified by:
exitVariableDeclaratorsin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterVariableDeclarator
public void enterVariableDeclarator(Java7Parser.VariableDeclaratorContext ctx)
Enter a parse tree produced byJava7Parser.variableDeclarator().The default implementation does nothing.
- Specified by:
enterVariableDeclaratorin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitVariableDeclarator
public void exitVariableDeclarator(Java7Parser.VariableDeclaratorContext ctx)
Exit a parse tree produced byJava7Parser.variableDeclarator().The default implementation does nothing.
- Specified by:
exitVariableDeclaratorin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterVariableDeclaratorId
public void enterVariableDeclaratorId(Java7Parser.VariableDeclaratorIdContext ctx)
Enter a parse tree produced byJava7Parser.variableDeclaratorId().The default implementation does nothing.
- Specified by:
enterVariableDeclaratorIdin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitVariableDeclaratorId
public void exitVariableDeclaratorId(Java7Parser.VariableDeclaratorIdContext ctx)
Exit a parse tree produced byJava7Parser.variableDeclaratorId().The default implementation does nothing.
- Specified by:
exitVariableDeclaratorIdin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterVariableInitializer
public void enterVariableInitializer(Java7Parser.VariableInitializerContext ctx)
Enter a parse tree produced byJava7Parser.variableInitializer().The default implementation does nothing.
- Specified by:
enterVariableInitializerin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitVariableInitializer
public void exitVariableInitializer(Java7Parser.VariableInitializerContext ctx)
Exit a parse tree produced byJava7Parser.variableInitializer().The default implementation does nothing.
- Specified by:
exitVariableInitializerin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterArrayInitializer
public void enterArrayInitializer(Java7Parser.ArrayInitializerContext ctx)
Enter a parse tree produced byJava7Parser.arrayInitializer().The default implementation does nothing.
- Specified by:
enterArrayInitializerin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitArrayInitializer
public void exitArrayInitializer(Java7Parser.ArrayInitializerContext ctx)
Exit a parse tree produced byJava7Parser.arrayInitializer().The default implementation does nothing.
- Specified by:
exitArrayInitializerin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterEnumConstantName
public void enterEnumConstantName(Java7Parser.EnumConstantNameContext ctx)
Enter a parse tree produced byJava7Parser.enumConstantName().The default implementation does nothing.
- Specified by:
enterEnumConstantNamein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitEnumConstantName
public void exitEnumConstantName(Java7Parser.EnumConstantNameContext ctx)
Exit a parse tree produced byJava7Parser.enumConstantName().The default implementation does nothing.
- Specified by:
exitEnumConstantNamein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterType
public void enterType(Java7Parser.TypeContext ctx)
Enter a parse tree produced byJava7Parser.type().The default implementation does nothing.
- Specified by:
enterTypein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitType
public void exitType(Java7Parser.TypeContext ctx)
Exit a parse tree produced byJava7Parser.type().The default implementation does nothing.
- Specified by:
exitTypein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterClassOrInterfaceType
public void enterClassOrInterfaceType(Java7Parser.ClassOrInterfaceTypeContext ctx)
Enter a parse tree produced byJava7Parser.classOrInterfaceType().The default implementation does nothing.
- Specified by:
enterClassOrInterfaceTypein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitClassOrInterfaceType
public void exitClassOrInterfaceType(Java7Parser.ClassOrInterfaceTypeContext ctx)
Exit a parse tree produced byJava7Parser.classOrInterfaceType().The default implementation does nothing.
- Specified by:
exitClassOrInterfaceTypein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterIdentifierTypePair
public void enterIdentifierTypePair(Java7Parser.IdentifierTypePairContext ctx)
Enter a parse tree produced byJava7Parser.identifierTypePair().The default implementation does nothing.
- Specified by:
enterIdentifierTypePairin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitIdentifierTypePair
public void exitIdentifierTypePair(Java7Parser.IdentifierTypePairContext ctx)
Exit a parse tree produced byJava7Parser.identifierTypePair().The default implementation does nothing.
- Specified by:
exitIdentifierTypePairin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterPrimitiveType
public void enterPrimitiveType(Java7Parser.PrimitiveTypeContext ctx)
Enter a parse tree produced byJava7Parser.primitiveType().The default implementation does nothing.
- Specified by:
enterPrimitiveTypein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitPrimitiveType
public void exitPrimitiveType(Java7Parser.PrimitiveTypeContext ctx)
Exit a parse tree produced byJava7Parser.primitiveType().The default implementation does nothing.
- Specified by:
exitPrimitiveTypein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterTypeArguments
public void enterTypeArguments(Java7Parser.TypeArgumentsContext ctx)
Enter a parse tree produced byJava7Parser.typeArguments().The default implementation does nothing.
- Specified by:
enterTypeArgumentsin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitTypeArguments
public void exitTypeArguments(Java7Parser.TypeArgumentsContext ctx)
Exit a parse tree produced byJava7Parser.typeArguments().The default implementation does nothing.
- Specified by:
exitTypeArgumentsin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterTypeArgument
public void enterTypeArgument(Java7Parser.TypeArgumentContext ctx)
Enter a parse tree produced byJava7Parser.typeArgument().The default implementation does nothing.
- Specified by:
enterTypeArgumentin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitTypeArgument
public void exitTypeArgument(Java7Parser.TypeArgumentContext ctx)
Exit a parse tree produced byJava7Parser.typeArgument().The default implementation does nothing.
- Specified by:
exitTypeArgumentin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterQualifiedNameList
public void enterQualifiedNameList(Java7Parser.QualifiedNameListContext ctx)
Enter a parse tree produced byJava7Parser.qualifiedNameList().The default implementation does nothing.
- Specified by:
enterQualifiedNameListin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitQualifiedNameList
public void exitQualifiedNameList(Java7Parser.QualifiedNameListContext ctx)
Exit a parse tree produced byJava7Parser.qualifiedNameList().The default implementation does nothing.
- Specified by:
exitQualifiedNameListin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterFormalParameters
public void enterFormalParameters(Java7Parser.FormalParametersContext ctx)
Enter a parse tree produced byJava7Parser.formalParameters().The default implementation does nothing.
- Specified by:
enterFormalParametersin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitFormalParameters
public void exitFormalParameters(Java7Parser.FormalParametersContext ctx)
Exit a parse tree produced byJava7Parser.formalParameters().The default implementation does nothing.
- Specified by:
exitFormalParametersin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterFormalParameterList
public void enterFormalParameterList(Java7Parser.FormalParameterListContext ctx)
Enter a parse tree produced byJava7Parser.formalParameterList().The default implementation does nothing.
- Specified by:
enterFormalParameterListin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitFormalParameterList
public void exitFormalParameterList(Java7Parser.FormalParameterListContext ctx)
Exit a parse tree produced byJava7Parser.formalParameterList().The default implementation does nothing.
- Specified by:
exitFormalParameterListin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterFormalParameter
public void enterFormalParameter(Java7Parser.FormalParameterContext ctx)
Enter a parse tree produced byJava7Parser.formalParameter().The default implementation does nothing.
- Specified by:
enterFormalParameterin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitFormalParameter
public void exitFormalParameter(Java7Parser.FormalParameterContext ctx)
Exit a parse tree produced byJava7Parser.formalParameter().The default implementation does nothing.
- Specified by:
exitFormalParameterin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterLastFormalParameter
public void enterLastFormalParameter(Java7Parser.LastFormalParameterContext ctx)
Enter a parse tree produced byJava7Parser.lastFormalParameter().The default implementation does nothing.
- Specified by:
enterLastFormalParameterin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitLastFormalParameter
public void exitLastFormalParameter(Java7Parser.LastFormalParameterContext ctx)
Exit a parse tree produced byJava7Parser.lastFormalParameter().The default implementation does nothing.
- Specified by:
exitLastFormalParameterin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterMethodBody
public void enterMethodBody(Java7Parser.MethodBodyContext ctx)
Enter a parse tree produced byJava7Parser.methodBody().The default implementation does nothing.
- Specified by:
enterMethodBodyin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitMethodBody
public void exitMethodBody(Java7Parser.MethodBodyContext ctx)
Exit a parse tree produced byJava7Parser.methodBody().The default implementation does nothing.
- Specified by:
exitMethodBodyin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterConstructorBody
public void enterConstructorBody(Java7Parser.ConstructorBodyContext ctx)
Enter a parse tree produced byJava7Parser.constructorBody().The default implementation does nothing.
- Specified by:
enterConstructorBodyin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitConstructorBody
public void exitConstructorBody(Java7Parser.ConstructorBodyContext ctx)
Exit a parse tree produced byJava7Parser.constructorBody().The default implementation does nothing.
- Specified by:
exitConstructorBodyin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterQualifiedName
public void enterQualifiedName(Java7Parser.QualifiedNameContext ctx)
Enter a parse tree produced byJava7Parser.qualifiedName().The default implementation does nothing.
- Specified by:
enterQualifiedNamein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitQualifiedName
public void exitQualifiedName(Java7Parser.QualifiedNameContext ctx)
Exit a parse tree produced byJava7Parser.qualifiedName().The default implementation does nothing.
- Specified by:
exitQualifiedNamein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterLiteral
public void enterLiteral(Java7Parser.LiteralContext ctx)
Enter a parse tree produced byJava7Parser.literal().The default implementation does nothing.
- Specified by:
enterLiteralin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitLiteral
public void exitLiteral(Java7Parser.LiteralContext ctx)
Exit a parse tree produced byJava7Parser.literal().The default implementation does nothing.
- Specified by:
exitLiteralin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterAnnotation
public void enterAnnotation(Java7Parser.AnnotationContext ctx)
Enter a parse tree produced byJava7Parser.annotation().The default implementation does nothing.
- Specified by:
enterAnnotationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitAnnotation
public void exitAnnotation(Java7Parser.AnnotationContext ctx)
Exit a parse tree produced byJava7Parser.annotation().The default implementation does nothing.
- Specified by:
exitAnnotationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterAnnotationName
public void enterAnnotationName(Java7Parser.AnnotationNameContext ctx)
Enter a parse tree produced byJava7Parser.annotationName().The default implementation does nothing.
- Specified by:
enterAnnotationNamein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitAnnotationName
public void exitAnnotationName(Java7Parser.AnnotationNameContext ctx)
Exit a parse tree produced byJava7Parser.annotationName().The default implementation does nothing.
- Specified by:
exitAnnotationNamein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterElementValuePairs
public void enterElementValuePairs(Java7Parser.ElementValuePairsContext ctx)
Enter a parse tree produced byJava7Parser.elementValuePairs().The default implementation does nothing.
- Specified by:
enterElementValuePairsin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitElementValuePairs
public void exitElementValuePairs(Java7Parser.ElementValuePairsContext ctx)
Exit a parse tree produced byJava7Parser.elementValuePairs().The default implementation does nothing.
- Specified by:
exitElementValuePairsin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterElementValuePair
public void enterElementValuePair(Java7Parser.ElementValuePairContext ctx)
Enter a parse tree produced byJava7Parser.elementValuePair().The default implementation does nothing.
- Specified by:
enterElementValuePairin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitElementValuePair
public void exitElementValuePair(Java7Parser.ElementValuePairContext ctx)
Exit a parse tree produced byJava7Parser.elementValuePair().The default implementation does nothing.
- Specified by:
exitElementValuePairin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterElementValue
public void enterElementValue(Java7Parser.ElementValueContext ctx)
Enter a parse tree produced byJava7Parser.elementValue().The default implementation does nothing.
- Specified by:
enterElementValuein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitElementValue
public void exitElementValue(Java7Parser.ElementValueContext ctx)
Exit a parse tree produced byJava7Parser.elementValue().The default implementation does nothing.
- Specified by:
exitElementValuein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterElementValueArrayInitializer
public void enterElementValueArrayInitializer(Java7Parser.ElementValueArrayInitializerContext ctx)
Enter a parse tree produced byJava7Parser.elementValueArrayInitializer().The default implementation does nothing.
- Specified by:
enterElementValueArrayInitializerin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitElementValueArrayInitializer
public void exitElementValueArrayInitializer(Java7Parser.ElementValueArrayInitializerContext ctx)
Exit a parse tree produced byJava7Parser.elementValueArrayInitializer().The default implementation does nothing.
- Specified by:
exitElementValueArrayInitializerin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterAnnotationTypeDeclaration
public void enterAnnotationTypeDeclaration(Java7Parser.AnnotationTypeDeclarationContext ctx)
Enter a parse tree produced byJava7Parser.annotationTypeDeclaration().The default implementation does nothing.
- Specified by:
enterAnnotationTypeDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitAnnotationTypeDeclaration
public void exitAnnotationTypeDeclaration(Java7Parser.AnnotationTypeDeclarationContext ctx)
Exit a parse tree produced byJava7Parser.annotationTypeDeclaration().The default implementation does nothing.
- Specified by:
exitAnnotationTypeDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterAnnotationTypeBody
public void enterAnnotationTypeBody(Java7Parser.AnnotationTypeBodyContext ctx)
Enter a parse tree produced byJava7Parser.annotationTypeBody().The default implementation does nothing.
- Specified by:
enterAnnotationTypeBodyin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitAnnotationTypeBody
public void exitAnnotationTypeBody(Java7Parser.AnnotationTypeBodyContext ctx)
Exit a parse tree produced byJava7Parser.annotationTypeBody().The default implementation does nothing.
- Specified by:
exitAnnotationTypeBodyin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterAnnotationTypeElementDeclaration
public void enterAnnotationTypeElementDeclaration(Java7Parser.AnnotationTypeElementDeclarationContext ctx)
Enter a parse tree produced byJava7Parser.annotationTypeElementDeclaration().The default implementation does nothing.
- Specified by:
enterAnnotationTypeElementDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitAnnotationTypeElementDeclaration
public void exitAnnotationTypeElementDeclaration(Java7Parser.AnnotationTypeElementDeclarationContext ctx)
Exit a parse tree produced byJava7Parser.annotationTypeElementDeclaration().The default implementation does nothing.
- Specified by:
exitAnnotationTypeElementDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterAnnotationTypeElementRest
public void enterAnnotationTypeElementRest(Java7Parser.AnnotationTypeElementRestContext ctx)
Enter a parse tree produced byJava7Parser.annotationTypeElementRest().The default implementation does nothing.
- Specified by:
enterAnnotationTypeElementRestin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitAnnotationTypeElementRest
public void exitAnnotationTypeElementRest(Java7Parser.AnnotationTypeElementRestContext ctx)
Exit a parse tree produced byJava7Parser.annotationTypeElementRest().The default implementation does nothing.
- Specified by:
exitAnnotationTypeElementRestin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterAnnotationMethodOrConstantRest
public void enterAnnotationMethodOrConstantRest(Java7Parser.AnnotationMethodOrConstantRestContext ctx)
Enter a parse tree produced byJava7Parser.annotationMethodOrConstantRest().The default implementation does nothing.
- Specified by:
enterAnnotationMethodOrConstantRestin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitAnnotationMethodOrConstantRest
public void exitAnnotationMethodOrConstantRest(Java7Parser.AnnotationMethodOrConstantRestContext ctx)
Exit a parse tree produced byJava7Parser.annotationMethodOrConstantRest().The default implementation does nothing.
- Specified by:
exitAnnotationMethodOrConstantRestin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterAnnotationMethodRest
public void enterAnnotationMethodRest(Java7Parser.AnnotationMethodRestContext ctx)
Enter a parse tree produced byJava7Parser.annotationMethodRest().The default implementation does nothing.
- Specified by:
enterAnnotationMethodRestin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitAnnotationMethodRest
public void exitAnnotationMethodRest(Java7Parser.AnnotationMethodRestContext ctx)
Exit a parse tree produced byJava7Parser.annotationMethodRest().The default implementation does nothing.
- Specified by:
exitAnnotationMethodRestin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterAnnotationConstantRest
public void enterAnnotationConstantRest(Java7Parser.AnnotationConstantRestContext ctx)
Enter a parse tree produced byJava7Parser.annotationConstantRest().The default implementation does nothing.
- Specified by:
enterAnnotationConstantRestin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitAnnotationConstantRest
public void exitAnnotationConstantRest(Java7Parser.AnnotationConstantRestContext ctx)
Exit a parse tree produced byJava7Parser.annotationConstantRest().The default implementation does nothing.
- Specified by:
exitAnnotationConstantRestin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterDefaultValue
public void enterDefaultValue(Java7Parser.DefaultValueContext ctx)
Enter a parse tree produced byJava7Parser.defaultValue().The default implementation does nothing.
- Specified by:
enterDefaultValuein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitDefaultValue
public void exitDefaultValue(Java7Parser.DefaultValueContext ctx)
Exit a parse tree produced byJava7Parser.defaultValue().The default implementation does nothing.
- Specified by:
exitDefaultValuein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterBlock
public void enterBlock(Java7Parser.BlockContext ctx)
Enter a parse tree produced byJava7Parser.block().The default implementation does nothing.
- Specified by:
enterBlockin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitBlock
public void exitBlock(Java7Parser.BlockContext ctx)
Exit a parse tree produced byJava7Parser.block().The default implementation does nothing.
- Specified by:
exitBlockin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterBlockStatement
public void enterBlockStatement(Java7Parser.BlockStatementContext ctx)
Enter a parse tree produced byJava7Parser.blockStatement().The default implementation does nothing.
- Specified by:
enterBlockStatementin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitBlockStatement
public void exitBlockStatement(Java7Parser.BlockStatementContext ctx)
Exit a parse tree produced byJava7Parser.blockStatement().The default implementation does nothing.
- Specified by:
exitBlockStatementin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterLocalVariableDeclarationStatement
public void enterLocalVariableDeclarationStatement(Java7Parser.LocalVariableDeclarationStatementContext ctx)
Enter a parse tree produced byJava7Parser.localVariableDeclarationStatement().The default implementation does nothing.
- Specified by:
enterLocalVariableDeclarationStatementin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitLocalVariableDeclarationStatement
public void exitLocalVariableDeclarationStatement(Java7Parser.LocalVariableDeclarationStatementContext ctx)
Exit a parse tree produced byJava7Parser.localVariableDeclarationStatement().The default implementation does nothing.
- Specified by:
exitLocalVariableDeclarationStatementin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterLocalVariableDeclaration
public void enterLocalVariableDeclaration(Java7Parser.LocalVariableDeclarationContext ctx)
Enter a parse tree produced byJava7Parser.localVariableDeclaration().The default implementation does nothing.
- Specified by:
enterLocalVariableDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitLocalVariableDeclaration
public void exitLocalVariableDeclaration(Java7Parser.LocalVariableDeclarationContext ctx)
Exit a parse tree produced byJava7Parser.localVariableDeclaration().The default implementation does nothing.
- Specified by:
exitLocalVariableDeclarationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterStatement
public void enterStatement(Java7Parser.StatementContext ctx)
Enter a parse tree produced byJava7Parser.statement().The default implementation does nothing.
- Specified by:
enterStatementin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitStatement
public void exitStatement(Java7Parser.StatementContext ctx)
Exit a parse tree produced byJava7Parser.statement().The default implementation does nothing.
- Specified by:
exitStatementin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterCatchClause
public void enterCatchClause(Java7Parser.CatchClauseContext ctx)
Enter a parse tree produced byJava7Parser.catchClause().The default implementation does nothing.
- Specified by:
enterCatchClausein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitCatchClause
public void exitCatchClause(Java7Parser.CatchClauseContext ctx)
Exit a parse tree produced byJava7Parser.catchClause().The default implementation does nothing.
- Specified by:
exitCatchClausein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterCatchType
public void enterCatchType(Java7Parser.CatchTypeContext ctx)
Enter a parse tree produced byJava7Parser.catchType().The default implementation does nothing.
- Specified by:
enterCatchTypein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitCatchType
public void exitCatchType(Java7Parser.CatchTypeContext ctx)
Exit a parse tree produced byJava7Parser.catchType().The default implementation does nothing.
- Specified by:
exitCatchTypein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterFinallyBlock
public void enterFinallyBlock(Java7Parser.FinallyBlockContext ctx)
Enter a parse tree produced byJava7Parser.finallyBlock().The default implementation does nothing.
- Specified by:
enterFinallyBlockin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitFinallyBlock
public void exitFinallyBlock(Java7Parser.FinallyBlockContext ctx)
Exit a parse tree produced byJava7Parser.finallyBlock().The default implementation does nothing.
- Specified by:
exitFinallyBlockin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterResourceSpecification
public void enterResourceSpecification(Java7Parser.ResourceSpecificationContext ctx)
Enter a parse tree produced byJava7Parser.resourceSpecification().The default implementation does nothing.
- Specified by:
enterResourceSpecificationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitResourceSpecification
public void exitResourceSpecification(Java7Parser.ResourceSpecificationContext ctx)
Exit a parse tree produced byJava7Parser.resourceSpecification().The default implementation does nothing.
- Specified by:
exitResourceSpecificationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterResources
public void enterResources(Java7Parser.ResourcesContext ctx)
Enter a parse tree produced byJava7Parser.resources().The default implementation does nothing.
- Specified by:
enterResourcesin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitResources
public void exitResources(Java7Parser.ResourcesContext ctx)
Exit a parse tree produced byJava7Parser.resources().The default implementation does nothing.
- Specified by:
exitResourcesin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterResource
public void enterResource(Java7Parser.ResourceContext ctx)
Enter a parse tree produced byJava7Parser.resource().The default implementation does nothing.
- Specified by:
enterResourcein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitResource
public void exitResource(Java7Parser.ResourceContext ctx)
Exit a parse tree produced byJava7Parser.resource().The default implementation does nothing.
- Specified by:
exitResourcein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterSwitchBlockStatementGroup
public void enterSwitchBlockStatementGroup(Java7Parser.SwitchBlockStatementGroupContext ctx)
Enter a parse tree produced byJava7Parser.switchBlockStatementGroup().The default implementation does nothing.
- Specified by:
enterSwitchBlockStatementGroupin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitSwitchBlockStatementGroup
public void exitSwitchBlockStatementGroup(Java7Parser.SwitchBlockStatementGroupContext ctx)
Exit a parse tree produced byJava7Parser.switchBlockStatementGroup().The default implementation does nothing.
- Specified by:
exitSwitchBlockStatementGroupin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterSwitchLabel
public void enterSwitchLabel(Java7Parser.SwitchLabelContext ctx)
Enter a parse tree produced byJava7Parser.switchLabel().The default implementation does nothing.
- Specified by:
enterSwitchLabelin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitSwitchLabel
public void exitSwitchLabel(Java7Parser.SwitchLabelContext ctx)
Exit a parse tree produced byJava7Parser.switchLabel().The default implementation does nothing.
- Specified by:
exitSwitchLabelin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterForControl
public void enterForControl(Java7Parser.ForControlContext ctx)
Enter a parse tree produced byJava7Parser.forControl().The default implementation does nothing.
- Specified by:
enterForControlin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitForControl
public void exitForControl(Java7Parser.ForControlContext ctx)
Exit a parse tree produced byJava7Parser.forControl().The default implementation does nothing.
- Specified by:
exitForControlin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterForInit
public void enterForInit(Java7Parser.ForInitContext ctx)
Enter a parse tree produced byJava7Parser.forInit().The default implementation does nothing.
- Specified by:
enterForInitin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitForInit
public void exitForInit(Java7Parser.ForInitContext ctx)
Exit a parse tree produced byJava7Parser.forInit().The default implementation does nothing.
- Specified by:
exitForInitin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterEnhancedForControl
public void enterEnhancedForControl(Java7Parser.EnhancedForControlContext ctx)
Enter a parse tree produced byJava7Parser.enhancedForControl().The default implementation does nothing.
- Specified by:
enterEnhancedForControlin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitEnhancedForControl
public void exitEnhancedForControl(Java7Parser.EnhancedForControlContext ctx)
Exit a parse tree produced byJava7Parser.enhancedForControl().The default implementation does nothing.
- Specified by:
exitEnhancedForControlin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterForUpdate
public void enterForUpdate(Java7Parser.ForUpdateContext ctx)
Enter a parse tree produced byJava7Parser.forUpdate().The default implementation does nothing.
- Specified by:
enterForUpdatein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitForUpdate
public void exitForUpdate(Java7Parser.ForUpdateContext ctx)
Exit a parse tree produced byJava7Parser.forUpdate().The default implementation does nothing.
- Specified by:
exitForUpdatein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterParExpression
public void enterParExpression(Java7Parser.ParExpressionContext ctx)
Enter a parse tree produced byJava7Parser.parExpression().The default implementation does nothing.
- Specified by:
enterParExpressionin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitParExpression
public void exitParExpression(Java7Parser.ParExpressionContext ctx)
Exit a parse tree produced byJava7Parser.parExpression().The default implementation does nothing.
- Specified by:
exitParExpressionin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterExpressionList
public void enterExpressionList(Java7Parser.ExpressionListContext ctx)
Enter a parse tree produced byJava7Parser.expressionList().The default implementation does nothing.
- Specified by:
enterExpressionListin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitExpressionList
public void exitExpressionList(Java7Parser.ExpressionListContext ctx)
Exit a parse tree produced byJava7Parser.expressionList().The default implementation does nothing.
- Specified by:
exitExpressionListin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterStatementExpression
public void enterStatementExpression(Java7Parser.StatementExpressionContext ctx)
Enter a parse tree produced byJava7Parser.statementExpression().The default implementation does nothing.
- Specified by:
enterStatementExpressionin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitStatementExpression
public void exitStatementExpression(Java7Parser.StatementExpressionContext ctx)
Exit a parse tree produced byJava7Parser.statementExpression().The default implementation does nothing.
- Specified by:
exitStatementExpressionin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterConstantExpression
public void enterConstantExpression(Java7Parser.ConstantExpressionContext ctx)
Enter a parse tree produced byJava7Parser.constantExpression().The default implementation does nothing.
- Specified by:
enterConstantExpressionin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitConstantExpression
public void exitConstantExpression(Java7Parser.ConstantExpressionContext ctx)
Exit a parse tree produced byJava7Parser.constantExpression().The default implementation does nothing.
- Specified by:
exitConstantExpressionin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterExpression
public void enterExpression(Java7Parser.ExpressionContext ctx)
Enter a parse tree produced byJava7Parser.expression().The default implementation does nothing.
- Specified by:
enterExpressionin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitExpression
public void exitExpression(Java7Parser.ExpressionContext ctx)
Exit a parse tree produced byJava7Parser.expression().The default implementation does nothing.
- Specified by:
exitExpressionin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterPrimary
public void enterPrimary(Java7Parser.PrimaryContext ctx)
Enter a parse tree produced byJava7Parser.primary().The default implementation does nothing.
- Specified by:
enterPrimaryin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitPrimary
public void exitPrimary(Java7Parser.PrimaryContext ctx)
Exit a parse tree produced byJava7Parser.primary().The default implementation does nothing.
- Specified by:
exitPrimaryin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterCreator
public void enterCreator(Java7Parser.CreatorContext ctx)
Enter a parse tree produced byJava7Parser.creator().The default implementation does nothing.
- Specified by:
enterCreatorin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitCreator
public void exitCreator(Java7Parser.CreatorContext ctx)
Exit a parse tree produced byJava7Parser.creator().The default implementation does nothing.
- Specified by:
exitCreatorin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterCreatedName
public void enterCreatedName(Java7Parser.CreatedNameContext ctx)
Enter a parse tree produced byJava7Parser.createdName().The default implementation does nothing.
- Specified by:
enterCreatedNamein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitCreatedName
public void exitCreatedName(Java7Parser.CreatedNameContext ctx)
Exit a parse tree produced byJava7Parser.createdName().The default implementation does nothing.
- Specified by:
exitCreatedNamein interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterIdentifierTypeOrDiamondPair
public void enterIdentifierTypeOrDiamondPair(Java7Parser.IdentifierTypeOrDiamondPairContext ctx)
Enter a parse tree produced byJava7Parser.identifierTypeOrDiamondPair().The default implementation does nothing.
- Specified by:
enterIdentifierTypeOrDiamondPairin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitIdentifierTypeOrDiamondPair
public void exitIdentifierTypeOrDiamondPair(Java7Parser.IdentifierTypeOrDiamondPairContext ctx)
Exit a parse tree produced byJava7Parser.identifierTypeOrDiamondPair().The default implementation does nothing.
- Specified by:
exitIdentifierTypeOrDiamondPairin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterInnerCreator
public void enterInnerCreator(Java7Parser.InnerCreatorContext ctx)
Enter a parse tree produced byJava7Parser.innerCreator().The default implementation does nothing.
- Specified by:
enterInnerCreatorin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitInnerCreator
public void exitInnerCreator(Java7Parser.InnerCreatorContext ctx)
Exit a parse tree produced byJava7Parser.innerCreator().The default implementation does nothing.
- Specified by:
exitInnerCreatorin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterArrayCreatorRest
public void enterArrayCreatorRest(Java7Parser.ArrayCreatorRestContext ctx)
Enter a parse tree produced byJava7Parser.arrayCreatorRest().The default implementation does nothing.
- Specified by:
enterArrayCreatorRestin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitArrayCreatorRest
public void exitArrayCreatorRest(Java7Parser.ArrayCreatorRestContext ctx)
Exit a parse tree produced byJava7Parser.arrayCreatorRest().The default implementation does nothing.
- Specified by:
exitArrayCreatorRestin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterClassCreatorRest
public void enterClassCreatorRest(Java7Parser.ClassCreatorRestContext ctx)
Enter a parse tree produced byJava7Parser.classCreatorRest().The default implementation does nothing.
- Specified by:
enterClassCreatorRestin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitClassCreatorRest
public void exitClassCreatorRest(Java7Parser.ClassCreatorRestContext ctx)
Exit a parse tree produced byJava7Parser.classCreatorRest().The default implementation does nothing.
- Specified by:
exitClassCreatorRestin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterExplicitGenericInvocation
public void enterExplicitGenericInvocation(Java7Parser.ExplicitGenericInvocationContext ctx)
Enter a parse tree produced byJava7Parser.explicitGenericInvocation().The default implementation does nothing.
- Specified by:
enterExplicitGenericInvocationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitExplicitGenericInvocation
public void exitExplicitGenericInvocation(Java7Parser.ExplicitGenericInvocationContext ctx)
Exit a parse tree produced byJava7Parser.explicitGenericInvocation().The default implementation does nothing.
- Specified by:
exitExplicitGenericInvocationin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterNonWildcardTypeArguments
public void enterNonWildcardTypeArguments(Java7Parser.NonWildcardTypeArgumentsContext ctx)
Enter a parse tree produced byJava7Parser.nonWildcardTypeArguments().The default implementation does nothing.
- Specified by:
enterNonWildcardTypeArgumentsin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitNonWildcardTypeArguments
public void exitNonWildcardTypeArguments(Java7Parser.NonWildcardTypeArgumentsContext ctx)
Exit a parse tree produced byJava7Parser.nonWildcardTypeArguments().The default implementation does nothing.
- Specified by:
exitNonWildcardTypeArgumentsin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterTypeArgumentsOrDiamond
public void enterTypeArgumentsOrDiamond(Java7Parser.TypeArgumentsOrDiamondContext ctx)
Enter a parse tree produced byJava7Parser.typeArgumentsOrDiamond().The default implementation does nothing.
- Specified by:
enterTypeArgumentsOrDiamondin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitTypeArgumentsOrDiamond
public void exitTypeArgumentsOrDiamond(Java7Parser.TypeArgumentsOrDiamondContext ctx)
Exit a parse tree produced byJava7Parser.typeArgumentsOrDiamond().The default implementation does nothing.
- Specified by:
exitTypeArgumentsOrDiamondin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterNonWildcardTypeArgumentsOrDiamond
public void enterNonWildcardTypeArgumentsOrDiamond(Java7Parser.NonWildcardTypeArgumentsOrDiamondContext ctx)
Enter a parse tree produced byJava7Parser.nonWildcardTypeArgumentsOrDiamond().The default implementation does nothing.
- Specified by:
enterNonWildcardTypeArgumentsOrDiamondin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitNonWildcardTypeArgumentsOrDiamond
public void exitNonWildcardTypeArgumentsOrDiamond(Java7Parser.NonWildcardTypeArgumentsOrDiamondContext ctx)
Exit a parse tree produced byJava7Parser.nonWildcardTypeArgumentsOrDiamond().The default implementation does nothing.
- Specified by:
exitNonWildcardTypeArgumentsOrDiamondin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterSuperSuffix
public void enterSuperSuffix(Java7Parser.SuperSuffixContext ctx)
Enter a parse tree produced byJava7Parser.superSuffix().The default implementation does nothing.
- Specified by:
enterSuperSuffixin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitSuperSuffix
public void exitSuperSuffix(Java7Parser.SuperSuffixContext ctx)
Exit a parse tree produced byJava7Parser.superSuffix().The default implementation does nothing.
- Specified by:
exitSuperSuffixin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterExplicitGenericInvocationSuffix
public void enterExplicitGenericInvocationSuffix(Java7Parser.ExplicitGenericInvocationSuffixContext ctx)
Enter a parse tree produced byJava7Parser.explicitGenericInvocationSuffix().The default implementation does nothing.
- Specified by:
enterExplicitGenericInvocationSuffixin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitExplicitGenericInvocationSuffix
public void exitExplicitGenericInvocationSuffix(Java7Parser.ExplicitGenericInvocationSuffixContext ctx)
Exit a parse tree produced byJava7Parser.explicitGenericInvocationSuffix().The default implementation does nothing.
- Specified by:
exitExplicitGenericInvocationSuffixin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterArguments
public void enterArguments(Java7Parser.ArgumentsContext ctx)
Enter a parse tree produced byJava7Parser.arguments().The default implementation does nothing.
- Specified by:
enterArgumentsin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
exitArguments
public void exitArguments(Java7Parser.ArgumentsContext ctx)
Exit a parse tree produced byJava7Parser.arguments().The default implementation does nothing.
- Specified by:
exitArgumentsin interfaceJava7ParserListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-