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:
enterCompilationUnit
in 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:
exitCompilationUnit
in 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:
enterPackageDeclaration
in 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:
exitPackageDeclaration
in 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:
enterImportDeclaration
in 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:
exitImportDeclaration
in 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:
enterTypeDeclaration
in 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:
exitTypeDeclaration
in 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:
enterModifier
in 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:
exitModifier
in 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:
enterClassOrInterfaceModifier
in 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:
exitClassOrInterfaceModifier
in 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:
enterVariableModifier
in 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:
exitVariableModifier
in 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:
enterClassDeclaration
in 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:
exitClassDeclaration
in 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:
enterTypeParameters
in 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:
exitTypeParameters
in 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:
enterTypeParameter
in 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:
exitTypeParameter
in 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:
enterTypeBound
in 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:
exitTypeBound
in 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:
enterEnumDeclaration
in 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:
exitEnumDeclaration
in 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:
enterEnumConstants
in 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:
exitEnumConstants
in 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:
enterEnumConstant
in 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:
exitEnumConstant
in 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:
enterEnumBodyDeclarations
in 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:
exitEnumBodyDeclarations
in 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:
enterInterfaceDeclaration
in 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:
exitInterfaceDeclaration
in 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:
enterTypeList
in 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:
exitTypeList
in 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:
enterClassBody
in 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:
exitClassBody
in 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:
enterInterfaceBody
in 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:
exitInterfaceBody
in 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:
enterClassBodyDeclaration
in 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:
exitClassBodyDeclaration
in 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:
enterMemberDeclaration
in 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:
exitMemberDeclaration
in 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:
enterMethodDeclaration
in 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:
exitMethodDeclaration
in 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:
enterGenericMethodDeclaration
in 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:
exitGenericMethodDeclaration
in 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:
enterConstructorDeclaration
in 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:
exitConstructorDeclaration
in 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:
enterGenericConstructorDeclaration
in 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:
exitGenericConstructorDeclaration
in 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:
enterFieldDeclaration
in 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:
exitFieldDeclaration
in 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:
enterInterfaceBodyDeclaration
in 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:
exitInterfaceBodyDeclaration
in 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:
enterInterfaceMemberDeclaration
in 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:
exitInterfaceMemberDeclaration
in 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:
enterConstDeclaration
in 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:
exitConstDeclaration
in 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:
enterConstantDeclarator
in 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:
exitConstantDeclarator
in 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:
enterInterfaceMethodDeclaration
in 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:
exitInterfaceMethodDeclaration
in 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:
enterGenericInterfaceMethodDeclaration
in 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:
exitGenericInterfaceMethodDeclaration
in 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:
enterVariableDeclarators
in 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:
exitVariableDeclarators
in 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:
enterVariableDeclarator
in 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:
exitVariableDeclarator
in 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:
enterVariableDeclaratorId
in 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:
exitVariableDeclaratorId
in 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:
enterVariableInitializer
in 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:
exitVariableInitializer
in 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:
enterArrayInitializer
in 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:
exitArrayInitializer
in 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:
enterEnumConstantName
in 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:
exitEnumConstantName
in 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:
enterType
in 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:
exitType
in 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:
enterClassOrInterfaceType
in 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:
exitClassOrInterfaceType
in 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:
enterIdentifierTypePair
in 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:
exitIdentifierTypePair
in 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:
enterPrimitiveType
in 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:
exitPrimitiveType
in 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:
enterTypeArguments
in 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:
exitTypeArguments
in 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:
enterTypeArgument
in 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:
exitTypeArgument
in 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:
enterQualifiedNameList
in 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:
exitQualifiedNameList
in 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:
enterFormalParameters
in 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:
exitFormalParameters
in 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:
enterFormalParameterList
in 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:
exitFormalParameterList
in 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:
enterFormalParameter
in 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:
exitFormalParameter
in 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:
enterLastFormalParameter
in 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:
exitLastFormalParameter
in 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:
enterMethodBody
in 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:
exitMethodBody
in 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:
enterConstructorBody
in 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:
exitConstructorBody
in 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:
enterQualifiedName
in 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:
exitQualifiedName
in 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:
enterLiteral
in 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:
exitLiteral
in 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:
enterAnnotation
in 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:
exitAnnotation
in 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:
enterAnnotationName
in 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:
exitAnnotationName
in 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:
enterElementValuePairs
in 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:
exitElementValuePairs
in 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:
enterElementValuePair
in 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:
exitElementValuePair
in 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:
enterElementValue
in 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:
exitElementValue
in 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:
enterElementValueArrayInitializer
in 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:
exitElementValueArrayInitializer
in 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:
enterAnnotationTypeDeclaration
in 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:
exitAnnotationTypeDeclaration
in 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:
enterAnnotationTypeBody
in 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:
exitAnnotationTypeBody
in 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:
enterAnnotationTypeElementDeclaration
in 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:
exitAnnotationTypeElementDeclaration
in 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:
enterAnnotationTypeElementRest
in 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:
exitAnnotationTypeElementRest
in 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:
enterAnnotationMethodOrConstantRest
in 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:
exitAnnotationMethodOrConstantRest
in 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:
enterAnnotationMethodRest
in 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:
exitAnnotationMethodRest
in 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:
enterAnnotationConstantRest
in 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:
exitAnnotationConstantRest
in 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:
enterDefaultValue
in 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:
exitDefaultValue
in 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:
enterBlock
in 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:
exitBlock
in 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:
enterBlockStatement
in 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:
exitBlockStatement
in 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:
enterLocalVariableDeclarationStatement
in 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:
exitLocalVariableDeclarationStatement
in 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:
enterLocalVariableDeclaration
in 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:
exitLocalVariableDeclaration
in 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:
enterStatement
in 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:
exitStatement
in 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:
enterCatchClause
in 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:
exitCatchClause
in 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:
enterCatchType
in 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:
exitCatchType
in 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:
enterFinallyBlock
in 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:
exitFinallyBlock
in 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:
enterResourceSpecification
in 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:
exitResourceSpecification
in 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:
enterResources
in 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:
exitResources
in 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:
enterResource
in 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:
exitResource
in 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:
enterSwitchBlockStatementGroup
in 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:
exitSwitchBlockStatementGroup
in 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:
enterSwitchLabel
in 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:
exitSwitchLabel
in 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:
enterForControl
in 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:
exitForControl
in 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:
enterForInit
in 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:
exitForInit
in 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:
enterEnhancedForControl
in 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:
exitEnhancedForControl
in 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:
enterForUpdate
in 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:
exitForUpdate
in 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:
enterParExpression
in 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:
exitParExpression
in 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:
enterExpressionList
in 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:
exitExpressionList
in 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:
enterStatementExpression
in 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:
exitStatementExpression
in 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:
enterConstantExpression
in 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:
exitConstantExpression
in 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:
enterExpression
in 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:
exitExpression
in 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:
enterPrimary
in 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:
exitPrimary
in 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:
enterCreator
in 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:
exitCreator
in 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:
enterCreatedName
in 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:
exitCreatedName
in 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:
enterIdentifierTypeOrDiamondPair
in 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:
exitIdentifierTypeOrDiamondPair
in 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:
enterInnerCreator
in 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:
exitInnerCreator
in 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:
enterArrayCreatorRest
in 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:
exitArrayCreatorRest
in 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:
enterClassCreatorRest
in 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:
exitClassCreatorRest
in 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:
enterExplicitGenericInvocation
in 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:
exitExplicitGenericInvocation
in 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:
enterNonWildcardTypeArguments
in 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:
exitNonWildcardTypeArguments
in 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:
enterTypeArgumentsOrDiamond
in 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:
exitTypeArgumentsOrDiamond
in 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:
enterNonWildcardTypeArgumentsOrDiamond
in 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:
exitNonWildcardTypeArgumentsOrDiamond
in 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:
enterSuperSuffix
in 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:
exitSuperSuffix
in 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:
enterExplicitGenericInvocationSuffix
in 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:
exitExplicitGenericInvocationSuffix
in 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:
enterArguments
in 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:
exitArguments
in interfaceJava7ParserListener
- Parameters:
ctx
- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminal
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNode
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-