public class Java7ParserBaseListener extends java.lang.Object implements Java7ParserListener
Java7ParserListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.Constructor and Description |
---|
Java7ParserBaseListener() |
public void enterCompilationUnit(Java7Parser.CompilationUnitContext ctx)
Java7Parser.compilationUnit()
.
The default implementation does nothing.
enterCompilationUnit
in interface Java7ParserListener
ctx
- the parse treepublic void exitCompilationUnit(Java7Parser.CompilationUnitContext ctx)
Java7Parser.compilationUnit()
.
The default implementation does nothing.
exitCompilationUnit
in interface Java7ParserListener
ctx
- the parse treepublic void enterPackageDeclaration(Java7Parser.PackageDeclarationContext ctx)
Java7Parser.packageDeclaration()
.
The default implementation does nothing.
enterPackageDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void exitPackageDeclaration(Java7Parser.PackageDeclarationContext ctx)
Java7Parser.packageDeclaration()
.
The default implementation does nothing.
exitPackageDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void enterImportDeclaration(Java7Parser.ImportDeclarationContext ctx)
Java7Parser.importDeclaration()
.
The default implementation does nothing.
enterImportDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void exitImportDeclaration(Java7Parser.ImportDeclarationContext ctx)
Java7Parser.importDeclaration()
.
The default implementation does nothing.
exitImportDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void enterQualifiedImportName(Java7Parser.QualifiedImportNameContext ctx)
Java7Parser.qualifiedImportName()
.
The default implementation does nothing.
enterQualifiedImportName
in interface Java7ParserListener
ctx
- the parse treepublic void exitQualifiedImportName(Java7Parser.QualifiedImportNameContext ctx)
Java7Parser.qualifiedImportName()
.
The default implementation does nothing.
exitQualifiedImportName
in interface Java7ParserListener
ctx
- the parse treepublic void enterTypeDeclaration(Java7Parser.TypeDeclarationContext ctx)
Java7Parser.typeDeclaration()
.
The default implementation does nothing.
enterTypeDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void exitTypeDeclaration(Java7Parser.TypeDeclarationContext ctx)
Java7Parser.typeDeclaration()
.
The default implementation does nothing.
exitTypeDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void enterClassOrInterfaceDeclaration(Java7Parser.ClassOrInterfaceDeclarationContext ctx)
Java7Parser.classOrInterfaceDeclaration()
.
The default implementation does nothing.
enterClassOrInterfaceDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void exitClassOrInterfaceDeclaration(Java7Parser.ClassOrInterfaceDeclarationContext ctx)
Java7Parser.classOrInterfaceDeclaration()
.
The default implementation does nothing.
exitClassOrInterfaceDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void enterModifiers(Java7Parser.ModifiersContext ctx)
Java7Parser.modifiers()
.
The default implementation does nothing.
enterModifiers
in interface Java7ParserListener
ctx
- the parse treepublic void exitModifiers(Java7Parser.ModifiersContext ctx)
Java7Parser.modifiers()
.
The default implementation does nothing.
exitModifiers
in interface Java7ParserListener
ctx
- the parse treepublic void enterModifier(Java7Parser.ModifierContext ctx)
Java7Parser.modifier()
.
The default implementation does nothing.
enterModifier
in interface Java7ParserListener
ctx
- the parse treepublic void exitModifier(Java7Parser.ModifierContext ctx)
Java7Parser.modifier()
.
The default implementation does nothing.
exitModifier
in interface Java7ParserListener
ctx
- the parse treepublic void enterVariableModifiers(Java7Parser.VariableModifiersContext ctx)
Java7Parser.variableModifiers()
.
The default implementation does nothing.
enterVariableModifiers
in interface Java7ParserListener
ctx
- the parse treepublic void exitVariableModifiers(Java7Parser.VariableModifiersContext ctx)
Java7Parser.variableModifiers()
.
The default implementation does nothing.
exitVariableModifiers
in interface Java7ParserListener
ctx
- the parse treepublic void enterClassDeclaration(Java7Parser.ClassDeclarationContext ctx)
Java7Parser.classDeclaration()
.
The default implementation does nothing.
enterClassDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void exitClassDeclaration(Java7Parser.ClassDeclarationContext ctx)
Java7Parser.classDeclaration()
.
The default implementation does nothing.
exitClassDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void enterNormalClassDeclaration(Java7Parser.NormalClassDeclarationContext ctx)
Java7Parser.normalClassDeclaration()
.
The default implementation does nothing.
enterNormalClassDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void exitNormalClassDeclaration(Java7Parser.NormalClassDeclarationContext ctx)
Java7Parser.normalClassDeclaration()
.
The default implementation does nothing.
exitNormalClassDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void enterTypeParameters(Java7Parser.TypeParametersContext ctx)
Java7Parser.typeParameters()
.
The default implementation does nothing.
enterTypeParameters
in interface Java7ParserListener
ctx
- the parse treepublic void exitTypeParameters(Java7Parser.TypeParametersContext ctx)
Java7Parser.typeParameters()
.
The default implementation does nothing.
exitTypeParameters
in interface Java7ParserListener
ctx
- the parse treepublic void enterTypeParameter(Java7Parser.TypeParameterContext ctx)
Java7Parser.typeParameter()
.
The default implementation does nothing.
enterTypeParameter
in interface Java7ParserListener
ctx
- the parse treepublic void exitTypeParameter(Java7Parser.TypeParameterContext ctx)
Java7Parser.typeParameter()
.
The default implementation does nothing.
exitTypeParameter
in interface Java7ParserListener
ctx
- the parse treepublic void enterTypeBound(Java7Parser.TypeBoundContext ctx)
Java7Parser.typeBound()
.
The default implementation does nothing.
enterTypeBound
in interface Java7ParserListener
ctx
- the parse treepublic void exitTypeBound(Java7Parser.TypeBoundContext ctx)
Java7Parser.typeBound()
.
The default implementation does nothing.
exitTypeBound
in interface Java7ParserListener
ctx
- the parse treepublic void enterAdditionalBound(Java7Parser.AdditionalBoundContext ctx)
Java7Parser.additionalBound()
.
The default implementation does nothing.
enterAdditionalBound
in interface Java7ParserListener
ctx
- the parse treepublic void exitAdditionalBound(Java7Parser.AdditionalBoundContext ctx)
Java7Parser.additionalBound()
.
The default implementation does nothing.
exitAdditionalBound
in interface Java7ParserListener
ctx
- the parse treepublic void enterEnumDeclaration(Java7Parser.EnumDeclarationContext ctx)
Java7Parser.enumDeclaration()
.
The default implementation does nothing.
enterEnumDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void exitEnumDeclaration(Java7Parser.EnumDeclarationContext ctx)
Java7Parser.enumDeclaration()
.
The default implementation does nothing.
exitEnumDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void enterEnumBody(Java7Parser.EnumBodyContext ctx)
Java7Parser.enumBody()
.
The default implementation does nothing.
enterEnumBody
in interface Java7ParserListener
ctx
- the parse treepublic void exitEnumBody(Java7Parser.EnumBodyContext ctx)
Java7Parser.enumBody()
.
The default implementation does nothing.
exitEnumBody
in interface Java7ParserListener
ctx
- the parse treepublic void enterEnumConstants(Java7Parser.EnumConstantsContext ctx)
Java7Parser.enumConstants()
.
The default implementation does nothing.
enterEnumConstants
in interface Java7ParserListener
ctx
- the parse treepublic void exitEnumConstants(Java7Parser.EnumConstantsContext ctx)
Java7Parser.enumConstants()
.
The default implementation does nothing.
exitEnumConstants
in interface Java7ParserListener
ctx
- the parse treepublic void enterEnumConstant(Java7Parser.EnumConstantContext ctx)
Java7Parser.enumConstant()
.
The default implementation does nothing.
enterEnumConstant
in interface Java7ParserListener
ctx
- the parse treepublic void exitEnumConstant(Java7Parser.EnumConstantContext ctx)
Java7Parser.enumConstant()
.
The default implementation does nothing.
exitEnumConstant
in interface Java7ParserListener
ctx
- the parse treepublic void enterEnumBodyDeclarations(Java7Parser.EnumBodyDeclarationsContext ctx)
Java7Parser.enumBodyDeclarations()
.
The default implementation does nothing.
enterEnumBodyDeclarations
in interface Java7ParserListener
ctx
- the parse treepublic void exitEnumBodyDeclarations(Java7Parser.EnumBodyDeclarationsContext ctx)
Java7Parser.enumBodyDeclarations()
.
The default implementation does nothing.
exitEnumBodyDeclarations
in interface Java7ParserListener
ctx
- the parse treepublic void enterInterfaceDeclaration(Java7Parser.InterfaceDeclarationContext ctx)
Java7Parser.interfaceDeclaration()
.
The default implementation does nothing.
enterInterfaceDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void exitInterfaceDeclaration(Java7Parser.InterfaceDeclarationContext ctx)
Java7Parser.interfaceDeclaration()
.
The default implementation does nothing.
exitInterfaceDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void enterNormalInterfaceDeclaration(Java7Parser.NormalInterfaceDeclarationContext ctx)
Java7Parser.normalInterfaceDeclaration()
.
The default implementation does nothing.
enterNormalInterfaceDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void exitNormalInterfaceDeclaration(Java7Parser.NormalInterfaceDeclarationContext ctx)
Java7Parser.normalInterfaceDeclaration()
.
The default implementation does nothing.
exitNormalInterfaceDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void enterTypeList(Java7Parser.TypeListContext ctx)
Java7Parser.typeList()
.
The default implementation does nothing.
enterTypeList
in interface Java7ParserListener
ctx
- the parse treepublic void exitTypeList(Java7Parser.TypeListContext ctx)
Java7Parser.typeList()
.
The default implementation does nothing.
exitTypeList
in interface Java7ParserListener
ctx
- the parse treepublic void enterClassBody(Java7Parser.ClassBodyContext ctx)
Java7Parser.classBody()
.
The default implementation does nothing.
enterClassBody
in interface Java7ParserListener
ctx
- the parse treepublic void exitClassBody(Java7Parser.ClassBodyContext ctx)
Java7Parser.classBody()
.
The default implementation does nothing.
exitClassBody
in interface Java7ParserListener
ctx
- the parse treepublic void enterInterfaceBody(Java7Parser.InterfaceBodyContext ctx)
Java7Parser.interfaceBody()
.
The default implementation does nothing.
enterInterfaceBody
in interface Java7ParserListener
ctx
- the parse treepublic void exitInterfaceBody(Java7Parser.InterfaceBodyContext ctx)
Java7Parser.interfaceBody()
.
The default implementation does nothing.
exitInterfaceBody
in interface Java7ParserListener
ctx
- the parse treepublic void enterClassBodyDeclaration(Java7Parser.ClassBodyDeclarationContext ctx)
Java7Parser.classBodyDeclaration()
.
The default implementation does nothing.
enterClassBodyDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void exitClassBodyDeclaration(Java7Parser.ClassBodyDeclarationContext ctx)
Java7Parser.classBodyDeclaration()
.
The default implementation does nothing.
exitClassBodyDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void enterMemberDecl(Java7Parser.MemberDeclContext ctx)
Java7Parser.memberDecl()
.
The default implementation does nothing.
enterMemberDecl
in interface Java7ParserListener
ctx
- the parse treepublic void exitMemberDecl(Java7Parser.MemberDeclContext ctx)
Java7Parser.memberDecl()
.
The default implementation does nothing.
exitMemberDecl
in interface Java7ParserListener
ctx
- the parse treepublic void enterMethodDeclaration(Java7Parser.MethodDeclarationContext ctx)
Java7Parser.methodDeclaration()
.
The default implementation does nothing.
enterMethodDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void exitMethodDeclaration(Java7Parser.MethodDeclarationContext ctx)
Java7Parser.methodDeclaration()
.
The default implementation does nothing.
exitMethodDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void enterConstructorDeclaration(Java7Parser.ConstructorDeclarationContext ctx)
Java7Parser.constructorDeclaration()
.
The default implementation does nothing.
enterConstructorDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void exitConstructorDeclaration(Java7Parser.ConstructorDeclarationContext ctx)
Java7Parser.constructorDeclaration()
.
The default implementation does nothing.
exitConstructorDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void enterConstructorBlock(Java7Parser.ConstructorBlockContext ctx)
Java7Parser.constructorBlock()
.
The default implementation does nothing.
enterConstructorBlock
in interface Java7ParserListener
ctx
- the parse treepublic void exitConstructorBlock(Java7Parser.ConstructorBlockContext ctx)
Java7Parser.constructorBlock()
.
The default implementation does nothing.
exitConstructorBlock
in interface Java7ParserListener
ctx
- the parse treepublic void enterFieldDeclaration(Java7Parser.FieldDeclarationContext ctx)
Java7Parser.fieldDeclaration()
.
The default implementation does nothing.
enterFieldDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void exitFieldDeclaration(Java7Parser.FieldDeclarationContext ctx)
Java7Parser.fieldDeclaration()
.
The default implementation does nothing.
exitFieldDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void enterVariableDeclarator(Java7Parser.VariableDeclaratorContext ctx)
Java7Parser.variableDeclarator()
.
The default implementation does nothing.
enterVariableDeclarator
in interface Java7ParserListener
ctx
- the parse treepublic void exitVariableDeclarator(Java7Parser.VariableDeclaratorContext ctx)
Java7Parser.variableDeclarator()
.
The default implementation does nothing.
exitVariableDeclarator
in interface Java7ParserListener
ctx
- the parse treepublic void enterInterfaceBodyDeclaration(Java7Parser.InterfaceBodyDeclarationContext ctx)
Java7Parser.interfaceBodyDeclaration()
.
The default implementation does nothing.
enterInterfaceBodyDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void exitInterfaceBodyDeclaration(Java7Parser.InterfaceBodyDeclarationContext ctx)
Java7Parser.interfaceBodyDeclaration()
.
The default implementation does nothing.
exitInterfaceBodyDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void enterInterfaceMethodDeclaration(Java7Parser.InterfaceMethodDeclarationContext ctx)
Java7Parser.interfaceMethodDeclaration()
.
The default implementation does nothing.
enterInterfaceMethodDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void exitInterfaceMethodDeclaration(Java7Parser.InterfaceMethodDeclarationContext ctx)
Java7Parser.interfaceMethodDeclaration()
.
The default implementation does nothing.
exitInterfaceMethodDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void enterDefaultInterfaceMethodDeclaration(Java7Parser.DefaultInterfaceMethodDeclarationContext ctx)
Java7Parser.defaultInterfaceMethodDeclaration()
.
The default implementation does nothing.
enterDefaultInterfaceMethodDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void exitDefaultInterfaceMethodDeclaration(Java7Parser.DefaultInterfaceMethodDeclarationContext ctx)
Java7Parser.defaultInterfaceMethodDeclaration()
.
The default implementation does nothing.
exitDefaultInterfaceMethodDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void enterInterfaceFieldDeclaration(Java7Parser.InterfaceFieldDeclarationContext ctx)
Java7Parser.interfaceFieldDeclaration()
.
The default implementation does nothing.
enterInterfaceFieldDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void exitInterfaceFieldDeclaration(Java7Parser.InterfaceFieldDeclarationContext ctx)
Java7Parser.interfaceFieldDeclaration()
.
The default implementation does nothing.
exitInterfaceFieldDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void enterType(Java7Parser.TypeContext ctx)
Java7Parser.type()
.
The default implementation does nothing.
enterType
in interface Java7ParserListener
ctx
- the parse treepublic void exitType(Java7Parser.TypeContext ctx)
Java7Parser.type()
.
The default implementation does nothing.
exitType
in interface Java7ParserListener
ctx
- the parse treepublic void enterClassOrInterfaceType(Java7Parser.ClassOrInterfaceTypeContext ctx)
Java7Parser.classOrInterfaceType()
.
The default implementation does nothing.
enterClassOrInterfaceType
in interface Java7ParserListener
ctx
- the parse treepublic void exitClassOrInterfaceType(Java7Parser.ClassOrInterfaceTypeContext ctx)
Java7Parser.classOrInterfaceType()
.
The default implementation does nothing.
exitClassOrInterfaceType
in interface Java7ParserListener
ctx
- the parse treepublic void enterIdentifierTypeArgument(Java7Parser.IdentifierTypeArgumentContext ctx)
Java7Parser.identifierTypeArgument()
.
The default implementation does nothing.
enterIdentifierTypeArgument
in interface Java7ParserListener
ctx
- the parse treepublic void exitIdentifierTypeArgument(Java7Parser.IdentifierTypeArgumentContext ctx)
Java7Parser.identifierTypeArgument()
.
The default implementation does nothing.
exitIdentifierTypeArgument
in interface Java7ParserListener
ctx
- the parse treepublic void enterPrimitiveType(Java7Parser.PrimitiveTypeContext ctx)
Java7Parser.primitiveType()
.
The default implementation does nothing.
enterPrimitiveType
in interface Java7ParserListener
ctx
- the parse treepublic void exitPrimitiveType(Java7Parser.PrimitiveTypeContext ctx)
Java7Parser.primitiveType()
.
The default implementation does nothing.
exitPrimitiveType
in interface Java7ParserListener
ctx
- the parse treepublic void enterTypeArguments(Java7Parser.TypeArgumentsContext ctx)
Java7Parser.typeArguments()
.
The default implementation does nothing.
enterTypeArguments
in interface Java7ParserListener
ctx
- the parse treepublic void exitTypeArguments(Java7Parser.TypeArgumentsContext ctx)
Java7Parser.typeArguments()
.
The default implementation does nothing.
exitTypeArguments
in interface Java7ParserListener
ctx
- the parse treepublic void enterTypeArgument(Java7Parser.TypeArgumentContext ctx)
Java7Parser.typeArgument()
.
The default implementation does nothing.
enterTypeArgument
in interface Java7ParserListener
ctx
- the parse treepublic void exitTypeArgument(Java7Parser.TypeArgumentContext ctx)
Java7Parser.typeArgument()
.
The default implementation does nothing.
exitTypeArgument
in interface Java7ParserListener
ctx
- the parse treepublic void enterQualifiedNameList(Java7Parser.QualifiedNameListContext ctx)
Java7Parser.qualifiedNameList()
.
The default implementation does nothing.
enterQualifiedNameList
in interface Java7ParserListener
ctx
- the parse treepublic void exitQualifiedNameList(Java7Parser.QualifiedNameListContext ctx)
Java7Parser.qualifiedNameList()
.
The default implementation does nothing.
exitQualifiedNameList
in interface Java7ParserListener
ctx
- the parse treepublic void enterFormalParameters(Java7Parser.FormalParametersContext ctx)
Java7Parser.formalParameters()
.
The default implementation does nothing.
enterFormalParameters
in interface Java7ParserListener
ctx
- the parse treepublic void exitFormalParameters(Java7Parser.FormalParametersContext ctx)
Java7Parser.formalParameters()
.
The default implementation does nothing.
exitFormalParameters
in interface Java7ParserListener
ctx
- the parse treepublic void enterFormalParameterDecls(Java7Parser.FormalParameterDeclsContext ctx)
Java7Parser.formalParameterDecls()
.
The default implementation does nothing.
enterFormalParameterDecls
in interface Java7ParserListener
ctx
- the parse treepublic void exitFormalParameterDecls(Java7Parser.FormalParameterDeclsContext ctx)
Java7Parser.formalParameterDecls()
.
The default implementation does nothing.
exitFormalParameterDecls
in interface Java7ParserListener
ctx
- the parse treepublic void enterNormalParameterDecl(Java7Parser.NormalParameterDeclContext ctx)
Java7Parser.normalParameterDecl()
.
The default implementation does nothing.
enterNormalParameterDecl
in interface Java7ParserListener
ctx
- the parse treepublic void exitNormalParameterDecl(Java7Parser.NormalParameterDeclContext ctx)
Java7Parser.normalParameterDecl()
.
The default implementation does nothing.
exitNormalParameterDecl
in interface Java7ParserListener
ctx
- the parse treepublic void enterEllipsisParameterDecl(Java7Parser.EllipsisParameterDeclContext ctx)
Java7Parser.ellipsisParameterDecl()
.
The default implementation does nothing.
enterEllipsisParameterDecl
in interface Java7ParserListener
ctx
- the parse treepublic void exitEllipsisParameterDecl(Java7Parser.EllipsisParameterDeclContext ctx)
Java7Parser.ellipsisParameterDecl()
.
The default implementation does nothing.
exitEllipsisParameterDecl
in interface Java7ParserListener
ctx
- the parse treepublic void enterExplicitConstructorInvocation(Java7Parser.ExplicitConstructorInvocationContext ctx)
Java7Parser.explicitConstructorInvocation()
.
The default implementation does nothing.
enterExplicitConstructorInvocation
in interface Java7ParserListener
ctx
- the parse treepublic void exitExplicitConstructorInvocation(Java7Parser.ExplicitConstructorInvocationContext ctx)
Java7Parser.explicitConstructorInvocation()
.
The default implementation does nothing.
exitExplicitConstructorInvocation
in interface Java7ParserListener
ctx
- the parse treepublic void enterQualifiedName(Java7Parser.QualifiedNameContext ctx)
Java7Parser.qualifiedName()
.
The default implementation does nothing.
enterQualifiedName
in interface Java7ParserListener
ctx
- the parse treepublic void exitQualifiedName(Java7Parser.QualifiedNameContext ctx)
Java7Parser.qualifiedName()
.
The default implementation does nothing.
exitQualifiedName
in interface Java7ParserListener
ctx
- the parse treepublic void enterAnnotations(Java7Parser.AnnotationsContext ctx)
Java7Parser.annotations()
.
The default implementation does nothing.
enterAnnotations
in interface Java7ParserListener
ctx
- the parse treepublic void exitAnnotations(Java7Parser.AnnotationsContext ctx)
Java7Parser.annotations()
.
The default implementation does nothing.
exitAnnotations
in interface Java7ParserListener
ctx
- the parse treepublic void enterAnnotation(Java7Parser.AnnotationContext ctx)
Java7Parser.annotation()
.
The default implementation does nothing.
enterAnnotation
in interface Java7ParserListener
ctx
- the parse treepublic void exitAnnotation(Java7Parser.AnnotationContext ctx)
Java7Parser.annotation()
.
The default implementation does nothing.
exitAnnotation
in interface Java7ParserListener
ctx
- the parse treepublic void enterMarkerAnnotation(Java7Parser.MarkerAnnotationContext ctx)
Java7Parser.markerAnnotation()
.
The default implementation does nothing.
enterMarkerAnnotation
in interface Java7ParserListener
ctx
- the parse treepublic void exitMarkerAnnotation(Java7Parser.MarkerAnnotationContext ctx)
Java7Parser.markerAnnotation()
.
The default implementation does nothing.
exitMarkerAnnotation
in interface Java7ParserListener
ctx
- the parse treepublic void enterSingleElementAnnotation(Java7Parser.SingleElementAnnotationContext ctx)
Java7Parser.singleElementAnnotation()
.
The default implementation does nothing.
enterSingleElementAnnotation
in interface Java7ParserListener
ctx
- the parse treepublic void exitSingleElementAnnotation(Java7Parser.SingleElementAnnotationContext ctx)
Java7Parser.singleElementAnnotation()
.
The default implementation does nothing.
exitSingleElementAnnotation
in interface Java7ParserListener
ctx
- the parse treepublic void enterNormalAnnotation(Java7Parser.NormalAnnotationContext ctx)
Java7Parser.normalAnnotation()
.
The default implementation does nothing.
enterNormalAnnotation
in interface Java7ParserListener
ctx
- the parse treepublic void exitNormalAnnotation(Java7Parser.NormalAnnotationContext ctx)
Java7Parser.normalAnnotation()
.
The default implementation does nothing.
exitNormalAnnotation
in interface Java7ParserListener
ctx
- the parse treepublic void enterElementValuePairs(Java7Parser.ElementValuePairsContext ctx)
Java7Parser.elementValuePairs()
.
The default implementation does nothing.
enterElementValuePairs
in interface Java7ParserListener
ctx
- the parse treepublic void exitElementValuePairs(Java7Parser.ElementValuePairsContext ctx)
Java7Parser.elementValuePairs()
.
The default implementation does nothing.
exitElementValuePairs
in interface Java7ParserListener
ctx
- the parse treepublic void enterElementValuePair(Java7Parser.ElementValuePairContext ctx)
Java7Parser.elementValuePair()
.
The default implementation does nothing.
enterElementValuePair
in interface Java7ParserListener
ctx
- the parse treepublic void exitElementValuePair(Java7Parser.ElementValuePairContext ctx)
Java7Parser.elementValuePair()
.
The default implementation does nothing.
exitElementValuePair
in interface Java7ParserListener
ctx
- the parse treepublic void enterElementValue(Java7Parser.ElementValueContext ctx)
Java7Parser.elementValue()
.
The default implementation does nothing.
enterElementValue
in interface Java7ParserListener
ctx
- the parse treepublic void exitElementValue(Java7Parser.ElementValueContext ctx)
Java7Parser.elementValue()
.
The default implementation does nothing.
exitElementValue
in interface Java7ParserListener
ctx
- the parse treepublic void enterElementValueArrayInitializer(Java7Parser.ElementValueArrayInitializerContext ctx)
Java7Parser.elementValueArrayInitializer()
.
The default implementation does nothing.
enterElementValueArrayInitializer
in interface Java7ParserListener
ctx
- the parse treepublic void exitElementValueArrayInitializer(Java7Parser.ElementValueArrayInitializerContext ctx)
Java7Parser.elementValueArrayInitializer()
.
The default implementation does nothing.
exitElementValueArrayInitializer
in interface Java7ParserListener
ctx
- the parse treepublic void enterAnnotationTypeDeclaration(Java7Parser.AnnotationTypeDeclarationContext ctx)
Java7Parser.annotationTypeDeclaration()
.
The default implementation does nothing.
enterAnnotationTypeDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void exitAnnotationTypeDeclaration(Java7Parser.AnnotationTypeDeclarationContext ctx)
Java7Parser.annotationTypeDeclaration()
.
The default implementation does nothing.
exitAnnotationTypeDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void enterAnnotationTypeBody(Java7Parser.AnnotationTypeBodyContext ctx)
Java7Parser.annotationTypeBody()
.
The default implementation does nothing.
enterAnnotationTypeBody
in interface Java7ParserListener
ctx
- the parse treepublic void exitAnnotationTypeBody(Java7Parser.AnnotationTypeBodyContext ctx)
Java7Parser.annotationTypeBody()
.
The default implementation does nothing.
exitAnnotationTypeBody
in interface Java7ParserListener
ctx
- the parse treepublic void enterAnnotationTypeElementDeclaration(Java7Parser.AnnotationTypeElementDeclarationContext ctx)
Java7Parser.annotationTypeElementDeclaration()
.
The default implementation does nothing.
enterAnnotationTypeElementDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void exitAnnotationTypeElementDeclaration(Java7Parser.AnnotationTypeElementDeclarationContext ctx)
Java7Parser.annotationTypeElementDeclaration()
.
The default implementation does nothing.
exitAnnotationTypeElementDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void enterAnnotationMethodDeclaration(Java7Parser.AnnotationMethodDeclarationContext ctx)
Java7Parser.annotationMethodDeclaration()
.
The default implementation does nothing.
enterAnnotationMethodDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void exitAnnotationMethodDeclaration(Java7Parser.AnnotationMethodDeclarationContext ctx)
Java7Parser.annotationMethodDeclaration()
.
The default implementation does nothing.
exitAnnotationMethodDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void enterBlock(Java7Parser.BlockContext ctx)
Java7Parser.block()
.
The default implementation does nothing.
enterBlock
in interface Java7ParserListener
ctx
- the parse treepublic void exitBlock(Java7Parser.BlockContext ctx)
Java7Parser.block()
.
The default implementation does nothing.
exitBlock
in interface Java7ParserListener
ctx
- the parse treepublic void enterBlockStatement(Java7Parser.BlockStatementContext ctx)
Java7Parser.blockStatement()
.
The default implementation does nothing.
enterBlockStatement
in interface Java7ParserListener
ctx
- the parse treepublic void exitBlockStatement(Java7Parser.BlockStatementContext ctx)
Java7Parser.blockStatement()
.
The default implementation does nothing.
exitBlockStatement
in interface Java7ParserListener
ctx
- the parse treepublic void enterLocalVariableDeclarationStatement(Java7Parser.LocalVariableDeclarationStatementContext ctx)
Java7Parser.localVariableDeclarationStatement()
.
The default implementation does nothing.
enterLocalVariableDeclarationStatement
in interface Java7ParserListener
ctx
- the parse treepublic void exitLocalVariableDeclarationStatement(Java7Parser.LocalVariableDeclarationStatementContext ctx)
Java7Parser.localVariableDeclarationStatement()
.
The default implementation does nothing.
exitLocalVariableDeclarationStatement
in interface Java7ParserListener
ctx
- the parse treepublic void enterLocalVariableDeclaration(Java7Parser.LocalVariableDeclarationContext ctx)
Java7Parser.localVariableDeclaration()
.
The default implementation does nothing.
enterLocalVariableDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void exitLocalVariableDeclaration(Java7Parser.LocalVariableDeclarationContext ctx)
Java7Parser.localVariableDeclaration()
.
The default implementation does nothing.
exitLocalVariableDeclaration
in interface Java7ParserListener
ctx
- the parse treepublic void enterStatement(Java7Parser.StatementContext ctx)
Java7Parser.statement()
.
The default implementation does nothing.
enterStatement
in interface Java7ParserListener
ctx
- the parse treepublic void exitStatement(Java7Parser.StatementContext ctx)
Java7Parser.statement()
.
The default implementation does nothing.
exitStatement
in interface Java7ParserListener
ctx
- the parse treepublic void enterEmptyStatement(Java7Parser.EmptyStatementContext ctx)
Java7Parser.emptyStatement()
.
The default implementation does nothing.
enterEmptyStatement
in interface Java7ParserListener
ctx
- the parse treepublic void exitEmptyStatement(Java7Parser.EmptyStatementContext ctx)
Java7Parser.emptyStatement()
.
The default implementation does nothing.
exitEmptyStatement
in interface Java7ParserListener
ctx
- the parse treepublic void enterSwitchBlockStatementGroups(Java7Parser.SwitchBlockStatementGroupsContext ctx)
Java7Parser.switchBlockStatementGroups()
.
The default implementation does nothing.
enterSwitchBlockStatementGroups
in interface Java7ParserListener
ctx
- the parse treepublic void exitSwitchBlockStatementGroups(Java7Parser.SwitchBlockStatementGroupsContext ctx)
Java7Parser.switchBlockStatementGroups()
.
The default implementation does nothing.
exitSwitchBlockStatementGroups
in interface Java7ParserListener
ctx
- the parse treepublic void enterSwitchBlockStatementGroup(Java7Parser.SwitchBlockStatementGroupContext ctx)
Java7Parser.switchBlockStatementGroup()
.
The default implementation does nothing.
enterSwitchBlockStatementGroup
in interface Java7ParserListener
ctx
- the parse treepublic void exitSwitchBlockStatementGroup(Java7Parser.SwitchBlockStatementGroupContext ctx)
Java7Parser.switchBlockStatementGroup()
.
The default implementation does nothing.
exitSwitchBlockStatementGroup
in interface Java7ParserListener
ctx
- the parse treepublic void enterSwitchLabel(Java7Parser.SwitchLabelContext ctx)
Java7Parser.switchLabel()
.
The default implementation does nothing.
enterSwitchLabel
in interface Java7ParserListener
ctx
- the parse treepublic void exitSwitchLabel(Java7Parser.SwitchLabelContext ctx)
Java7Parser.switchLabel()
.
The default implementation does nothing.
exitSwitchLabel
in interface Java7ParserListener
ctx
- the parse treepublic void enterTrystatement(Java7Parser.TrystatementContext ctx)
Java7Parser.trystatement()
.
The default implementation does nothing.
enterTrystatement
in interface Java7ParserListener
ctx
- the parse treepublic void exitTrystatement(Java7Parser.TrystatementContext ctx)
Java7Parser.trystatement()
.
The default implementation does nothing.
exitTrystatement
in interface Java7ParserListener
ctx
- the parse treepublic void enterTryWithResources(Java7Parser.TryWithResourcesContext ctx)
Java7Parser.tryWithResources()
.
The default implementation does nothing.
enterTryWithResources
in interface Java7ParserListener
ctx
- the parse treepublic void exitTryWithResources(Java7Parser.TryWithResourcesContext ctx)
Java7Parser.tryWithResources()
.
The default implementation does nothing.
exitTryWithResources
in interface Java7ParserListener
ctx
- the parse treepublic void enterResourceSpecification(Java7Parser.ResourceSpecificationContext ctx)
Java7Parser.resourceSpecification()
.
The default implementation does nothing.
enterResourceSpecification
in interface Java7ParserListener
ctx
- the parse treepublic void exitResourceSpecification(Java7Parser.ResourceSpecificationContext ctx)
Java7Parser.resourceSpecification()
.
The default implementation does nothing.
exitResourceSpecification
in interface Java7ParserListener
ctx
- the parse treepublic void enterResources(Java7Parser.ResourcesContext ctx)
Java7Parser.resources()
.
The default implementation does nothing.
enterResources
in interface Java7ParserListener
ctx
- the parse treepublic void exitResources(Java7Parser.ResourcesContext ctx)
Java7Parser.resources()
.
The default implementation does nothing.
exitResources
in interface Java7ParserListener
ctx
- the parse treepublic void enterResource(Java7Parser.ResourceContext ctx)
Java7Parser.resource()
.
The default implementation does nothing.
enterResource
in interface Java7ParserListener
ctx
- the parse treepublic void exitResource(Java7Parser.ResourceContext ctx)
Java7Parser.resource()
.
The default implementation does nothing.
exitResource
in interface Java7ParserListener
ctx
- the parse treepublic void enterCatches(Java7Parser.CatchesContext ctx)
Java7Parser.catches()
.
The default implementation does nothing.
enterCatches
in interface Java7ParserListener
ctx
- the parse treepublic void exitCatches(Java7Parser.CatchesContext ctx)
Java7Parser.catches()
.
The default implementation does nothing.
exitCatches
in interface Java7ParserListener
ctx
- the parse treepublic void enterCatchClause(Java7Parser.CatchClauseContext ctx)
Java7Parser.catchClause()
.
The default implementation does nothing.
enterCatchClause
in interface Java7ParserListener
ctx
- the parse treepublic void exitCatchClause(Java7Parser.CatchClauseContext ctx)
Java7Parser.catchClause()
.
The default implementation does nothing.
exitCatchClause
in interface Java7ParserListener
ctx
- the parse treepublic void enterCatchFormalParameter(Java7Parser.CatchFormalParameterContext ctx)
Java7Parser.catchFormalParameter()
.
The default implementation does nothing.
enterCatchFormalParameter
in interface Java7ParserListener
ctx
- the parse treepublic void exitCatchFormalParameter(Java7Parser.CatchFormalParameterContext ctx)
Java7Parser.catchFormalParameter()
.
The default implementation does nothing.
exitCatchFormalParameter
in interface Java7ParserListener
ctx
- the parse treepublic void enterForstatement(Java7Parser.ForstatementContext ctx)
Java7Parser.forstatement()
.
The default implementation does nothing.
enterForstatement
in interface Java7ParserListener
ctx
- the parse treepublic void exitForstatement(Java7Parser.ForstatementContext ctx)
Java7Parser.forstatement()
.
The default implementation does nothing.
exitForstatement
in interface Java7ParserListener
ctx
- the parse treepublic void enterForeachStatement(Java7Parser.ForeachStatementContext ctx)
Java7Parser.foreachStatement()
.
The default implementation does nothing.
enterForeachStatement
in interface Java7ParserListener
ctx
- the parse treepublic void exitForeachStatement(Java7Parser.ForeachStatementContext ctx)
Java7Parser.foreachStatement()
.
The default implementation does nothing.
exitForeachStatement
in interface Java7ParserListener
ctx
- the parse treepublic void enterNormalForStatement(Java7Parser.NormalForStatementContext ctx)
Java7Parser.normalForStatement()
.
The default implementation does nothing.
enterNormalForStatement
in interface Java7ParserListener
ctx
- the parse treepublic void exitNormalForStatement(Java7Parser.NormalForStatementContext ctx)
Java7Parser.normalForStatement()
.
The default implementation does nothing.
exitNormalForStatement
in interface Java7ParserListener
ctx
- the parse treepublic void enterForInit(Java7Parser.ForInitContext ctx)
Java7Parser.forInit()
.
The default implementation does nothing.
enterForInit
in interface Java7ParserListener
ctx
- the parse treepublic void exitForInit(Java7Parser.ForInitContext ctx)
Java7Parser.forInit()
.
The default implementation does nothing.
exitForInit
in interface Java7ParserListener
ctx
- the parse treepublic void enterParExpression(Java7Parser.ParExpressionContext ctx)
Java7Parser.parExpression()
.
The default implementation does nothing.
enterParExpression
in interface Java7ParserListener
ctx
- the parse treepublic void exitParExpression(Java7Parser.ParExpressionContext ctx)
Java7Parser.parExpression()
.
The default implementation does nothing.
exitParExpression
in interface Java7ParserListener
ctx
- the parse treepublic void enterExpressionList(Java7Parser.ExpressionListContext ctx)
Java7Parser.expressionList()
.
The default implementation does nothing.
enterExpressionList
in interface Java7ParserListener
ctx
- the parse treepublic void exitExpressionList(Java7Parser.ExpressionListContext ctx)
Java7Parser.expressionList()
.
The default implementation does nothing.
exitExpressionList
in interface Java7ParserListener
ctx
- the parse treepublic void enterExpression(Java7Parser.ExpressionContext ctx)
Java7Parser.expression()
.
The default implementation does nothing.
enterExpression
in interface Java7ParserListener
ctx
- the parse treepublic void exitExpression(Java7Parser.ExpressionContext ctx)
Java7Parser.expression()
.
The default implementation does nothing.
exitExpression
in interface Java7ParserListener
ctx
- the parse treepublic void enterAssignmentOperator(Java7Parser.AssignmentOperatorContext ctx)
Java7Parser.assignmentOperator()
.
The default implementation does nothing.
enterAssignmentOperator
in interface Java7ParserListener
ctx
- the parse treepublic void exitAssignmentOperator(Java7Parser.AssignmentOperatorContext ctx)
Java7Parser.assignmentOperator()
.
The default implementation does nothing.
exitAssignmentOperator
in interface Java7ParserListener
ctx
- the parse treepublic void enterConditionalExpression(Java7Parser.ConditionalExpressionContext ctx)
Java7Parser.conditionalExpression()
.
The default implementation does nothing.
enterConditionalExpression
in interface Java7ParserListener
ctx
- the parse treepublic void exitConditionalExpression(Java7Parser.ConditionalExpressionContext ctx)
Java7Parser.conditionalExpression()
.
The default implementation does nothing.
exitConditionalExpression
in interface Java7ParserListener
ctx
- the parse treepublic void enterConditionalOrExpression(Java7Parser.ConditionalOrExpressionContext ctx)
Java7Parser.conditionalOrExpression()
.
The default implementation does nothing.
enterConditionalOrExpression
in interface Java7ParserListener
ctx
- the parse treepublic void exitConditionalOrExpression(Java7Parser.ConditionalOrExpressionContext ctx)
Java7Parser.conditionalOrExpression()
.
The default implementation does nothing.
exitConditionalOrExpression
in interface Java7ParserListener
ctx
- the parse treepublic void enterConditionalAndExpression(Java7Parser.ConditionalAndExpressionContext ctx)
Java7Parser.conditionalAndExpression()
.
The default implementation does nothing.
enterConditionalAndExpression
in interface Java7ParserListener
ctx
- the parse treepublic void exitConditionalAndExpression(Java7Parser.ConditionalAndExpressionContext ctx)
Java7Parser.conditionalAndExpression()
.
The default implementation does nothing.
exitConditionalAndExpression
in interface Java7ParserListener
ctx
- the parse treepublic void enterInclusiveOrExpression(Java7Parser.InclusiveOrExpressionContext ctx)
Java7Parser.inclusiveOrExpression()
.
The default implementation does nothing.
enterInclusiveOrExpression
in interface Java7ParserListener
ctx
- the parse treepublic void exitInclusiveOrExpression(Java7Parser.InclusiveOrExpressionContext ctx)
Java7Parser.inclusiveOrExpression()
.
The default implementation does nothing.
exitInclusiveOrExpression
in interface Java7ParserListener
ctx
- the parse treepublic void enterExclusiveOrExpression(Java7Parser.ExclusiveOrExpressionContext ctx)
Java7Parser.exclusiveOrExpression()
.
The default implementation does nothing.
enterExclusiveOrExpression
in interface Java7ParserListener
ctx
- the parse treepublic void exitExclusiveOrExpression(Java7Parser.ExclusiveOrExpressionContext ctx)
Java7Parser.exclusiveOrExpression()
.
The default implementation does nothing.
exitExclusiveOrExpression
in interface Java7ParserListener
ctx
- the parse treepublic void enterAndExpression(Java7Parser.AndExpressionContext ctx)
Java7Parser.andExpression()
.
The default implementation does nothing.
enterAndExpression
in interface Java7ParserListener
ctx
- the parse treepublic void exitAndExpression(Java7Parser.AndExpressionContext ctx)
Java7Parser.andExpression()
.
The default implementation does nothing.
exitAndExpression
in interface Java7ParserListener
ctx
- the parse treepublic void enterEqualityExpression(Java7Parser.EqualityExpressionContext ctx)
Java7Parser.equalityExpression()
.
The default implementation does nothing.
enterEqualityExpression
in interface Java7ParserListener
ctx
- the parse treepublic void exitEqualityExpression(Java7Parser.EqualityExpressionContext ctx)
Java7Parser.equalityExpression()
.
The default implementation does nothing.
exitEqualityExpression
in interface Java7ParserListener
ctx
- the parse treepublic void enterNotEqualityExpression(Java7Parser.NotEqualityExpressionContext ctx)
Java7Parser.notEqualityExpression()
.
The default implementation does nothing.
enterNotEqualityExpression
in interface Java7ParserListener
ctx
- the parse treepublic void exitNotEqualityExpression(Java7Parser.NotEqualityExpressionContext ctx)
Java7Parser.notEqualityExpression()
.
The default implementation does nothing.
exitNotEqualityExpression
in interface Java7ParserListener
ctx
- the parse treepublic void enterInstanceOfExpression(Java7Parser.InstanceOfExpressionContext ctx)
Java7Parser.instanceOfExpression()
.
The default implementation does nothing.
enterInstanceOfExpression
in interface Java7ParserListener
ctx
- the parse treepublic void exitInstanceOfExpression(Java7Parser.InstanceOfExpressionContext ctx)
Java7Parser.instanceOfExpression()
.
The default implementation does nothing.
exitInstanceOfExpression
in interface Java7ParserListener
ctx
- the parse treepublic void enterRelationalExpression(Java7Parser.RelationalExpressionContext ctx)
Java7Parser.relationalExpression()
.
The default implementation does nothing.
enterRelationalExpression
in interface Java7ParserListener
ctx
- the parse treepublic void exitRelationalExpression(Java7Parser.RelationalExpressionContext ctx)
Java7Parser.relationalExpression()
.
The default implementation does nothing.
exitRelationalExpression
in interface Java7ParserListener
ctx
- the parse treepublic void enterRelationalOp(Java7Parser.RelationalOpContext ctx)
Java7Parser.relationalOp()
.
The default implementation does nothing.
enterRelationalOp
in interface Java7ParserListener
ctx
- the parse treepublic void exitRelationalOp(Java7Parser.RelationalOpContext ctx)
Java7Parser.relationalOp()
.
The default implementation does nothing.
exitRelationalOp
in interface Java7ParserListener
ctx
- the parse treepublic void enterShiftExpression(Java7Parser.ShiftExpressionContext ctx)
Java7Parser.shiftExpression()
.
The default implementation does nothing.
enterShiftExpression
in interface Java7ParserListener
ctx
- the parse treepublic void exitShiftExpression(Java7Parser.ShiftExpressionContext ctx)
Java7Parser.shiftExpression()
.
The default implementation does nothing.
exitShiftExpression
in interface Java7ParserListener
ctx
- the parse treepublic void enterShiftOp(Java7Parser.ShiftOpContext ctx)
Java7Parser.shiftOp()
.
The default implementation does nothing.
enterShiftOp
in interface Java7ParserListener
ctx
- the parse treepublic void exitShiftOp(Java7Parser.ShiftOpContext ctx)
Java7Parser.shiftOp()
.
The default implementation does nothing.
exitShiftOp
in interface Java7ParserListener
ctx
- the parse treepublic void enterAdditiveExpression(Java7Parser.AdditiveExpressionContext ctx)
Java7Parser.additiveExpression()
.
The default implementation does nothing.
enterAdditiveExpression
in interface Java7ParserListener
ctx
- the parse treepublic void exitAdditiveExpression(Java7Parser.AdditiveExpressionContext ctx)
Java7Parser.additiveExpression()
.
The default implementation does nothing.
exitAdditiveExpression
in interface Java7ParserListener
ctx
- the parse treepublic void enterAdditiveOp(Java7Parser.AdditiveOpContext ctx)
Java7Parser.additiveOp()
.
The default implementation does nothing.
enterAdditiveOp
in interface Java7ParserListener
ctx
- the parse treepublic void exitAdditiveOp(Java7Parser.AdditiveOpContext ctx)
Java7Parser.additiveOp()
.
The default implementation does nothing.
exitAdditiveOp
in interface Java7ParserListener
ctx
- the parse treepublic void enterMultiplicativeExpression(Java7Parser.MultiplicativeExpressionContext ctx)
Java7Parser.multiplicativeExpression()
.
The default implementation does nothing.
enterMultiplicativeExpression
in interface Java7ParserListener
ctx
- the parse treepublic void exitMultiplicativeExpression(Java7Parser.MultiplicativeExpressionContext ctx)
Java7Parser.multiplicativeExpression()
.
The default implementation does nothing.
exitMultiplicativeExpression
in interface Java7ParserListener
ctx
- the parse treepublic void enterMultiplicativeOp(Java7Parser.MultiplicativeOpContext ctx)
Java7Parser.multiplicativeOp()
.
The default implementation does nothing.
enterMultiplicativeOp
in interface Java7ParserListener
ctx
- the parse treepublic void exitMultiplicativeOp(Java7Parser.MultiplicativeOpContext ctx)
Java7Parser.multiplicativeOp()
.
The default implementation does nothing.
exitMultiplicativeOp
in interface Java7ParserListener
ctx
- the parse treepublic void enterUnaryExpression(Java7Parser.UnaryExpressionContext ctx)
Java7Parser.unaryExpression()
.
The default implementation does nothing.
enterUnaryExpression
in interface Java7ParserListener
ctx
- the parse treepublic void exitUnaryExpression(Java7Parser.UnaryExpressionContext ctx)
Java7Parser.unaryExpression()
.
The default implementation does nothing.
exitUnaryExpression
in interface Java7ParserListener
ctx
- the parse treepublic void enterUnaryExpressionNotPlusMinus(Java7Parser.UnaryExpressionNotPlusMinusContext ctx)
Java7Parser.unaryExpressionNotPlusMinus()
.
The default implementation does nothing.
enterUnaryExpressionNotPlusMinus
in interface Java7ParserListener
ctx
- the parse treepublic void exitUnaryExpressionNotPlusMinus(Java7Parser.UnaryExpressionNotPlusMinusContext ctx)
Java7Parser.unaryExpressionNotPlusMinus()
.
The default implementation does nothing.
exitUnaryExpressionNotPlusMinus
in interface Java7ParserListener
ctx
- the parse treepublic void enterCastExpression(Java7Parser.CastExpressionContext ctx)
Java7Parser.castExpression()
.
The default implementation does nothing.
enterCastExpression
in interface Java7ParserListener
ctx
- the parse treepublic void exitCastExpression(Java7Parser.CastExpressionContext ctx)
Java7Parser.castExpression()
.
The default implementation does nothing.
exitCastExpression
in interface Java7ParserListener
ctx
- the parse treepublic void enterPrimary(Java7Parser.PrimaryContext ctx)
Java7Parser.primary()
.
The default implementation does nothing.
enterPrimary
in interface Java7ParserListener
ctx
- the parse treepublic void exitPrimary(Java7Parser.PrimaryContext ctx)
Java7Parser.primary()
.
The default implementation does nothing.
exitPrimary
in interface Java7ParserListener
ctx
- the parse treepublic void enterSuperSuffix(Java7Parser.SuperSuffixContext ctx)
Java7Parser.superSuffix()
.
The default implementation does nothing.
enterSuperSuffix
in interface Java7ParserListener
ctx
- the parse treepublic void exitSuperSuffix(Java7Parser.SuperSuffixContext ctx)
Java7Parser.superSuffix()
.
The default implementation does nothing.
exitSuperSuffix
in interface Java7ParserListener
ctx
- the parse treepublic void enterThisSuffix(Java7Parser.ThisSuffixContext ctx)
Java7Parser.thisSuffix()
.
The default implementation does nothing.
enterThisSuffix
in interface Java7ParserListener
ctx
- the parse treepublic void exitThisSuffix(Java7Parser.ThisSuffixContext ctx)
Java7Parser.thisSuffix()
.
The default implementation does nothing.
exitThisSuffix
in interface Java7ParserListener
ctx
- the parse treepublic void enterIdentifierSuffix(Java7Parser.IdentifierSuffixContext ctx)
Java7Parser.identifierSuffix()
.
The default implementation does nothing.
enterIdentifierSuffix
in interface Java7ParserListener
ctx
- the parse treepublic void exitIdentifierSuffix(Java7Parser.IdentifierSuffixContext ctx)
Java7Parser.identifierSuffix()
.
The default implementation does nothing.
exitIdentifierSuffix
in interface Java7ParserListener
ctx
- the parse treepublic void enterTypeParamCall(Java7Parser.TypeParamCallContext ctx)
Java7Parser.typeParamCall()
.
The default implementation does nothing.
enterTypeParamCall
in interface Java7ParserListener
ctx
- the parse treepublic void exitTypeParamCall(Java7Parser.TypeParamCallContext ctx)
Java7Parser.typeParamCall()
.
The default implementation does nothing.
exitTypeParamCall
in interface Java7ParserListener
ctx
- the parse treepublic void enterSelector(Java7Parser.SelectorContext ctx)
Java7Parser.selector()
.
The default implementation does nothing.
enterSelector
in interface Java7ParserListener
ctx
- the parse treepublic void exitSelector(Java7Parser.SelectorContext ctx)
Java7Parser.selector()
.
The default implementation does nothing.
exitSelector
in interface Java7ParserListener
ctx
- the parse treepublic void enterCreator(Java7Parser.CreatorContext ctx)
Java7Parser.creator()
.
The default implementation does nothing.
enterCreator
in interface Java7ParserListener
ctx
- the parse treepublic void exitCreator(Java7Parser.CreatorContext ctx)
Java7Parser.creator()
.
The default implementation does nothing.
exitCreator
in interface Java7ParserListener
ctx
- the parse treepublic void enterArrayCreator(Java7Parser.ArrayCreatorContext ctx)
Java7Parser.arrayCreator()
.
The default implementation does nothing.
enterArrayCreator
in interface Java7ParserListener
ctx
- the parse treepublic void exitArrayCreator(Java7Parser.ArrayCreatorContext ctx)
Java7Parser.arrayCreator()
.
The default implementation does nothing.
exitArrayCreator
in interface Java7ParserListener
ctx
- the parse treepublic void enterVariableInitializer(Java7Parser.VariableInitializerContext ctx)
Java7Parser.variableInitializer()
.
The default implementation does nothing.
enterVariableInitializer
in interface Java7ParserListener
ctx
- the parse treepublic void exitVariableInitializer(Java7Parser.VariableInitializerContext ctx)
Java7Parser.variableInitializer()
.
The default implementation does nothing.
exitVariableInitializer
in interface Java7ParserListener
ctx
- the parse treepublic void enterArrayInitializer(Java7Parser.ArrayInitializerContext ctx)
Java7Parser.arrayInitializer()
.
The default implementation does nothing.
enterArrayInitializer
in interface Java7ParserListener
ctx
- the parse treepublic void exitArrayInitializer(Java7Parser.ArrayInitializerContext ctx)
Java7Parser.arrayInitializer()
.
The default implementation does nothing.
exitArrayInitializer
in interface Java7ParserListener
ctx
- the parse treepublic void enterCreatedName(Java7Parser.CreatedNameContext ctx)
Java7Parser.createdName()
.
The default implementation does nothing.
enterCreatedName
in interface Java7ParserListener
ctx
- the parse treepublic void exitCreatedName(Java7Parser.CreatedNameContext ctx)
Java7Parser.createdName()
.
The default implementation does nothing.
exitCreatedName
in interface Java7ParserListener
ctx
- the parse treepublic void enterInnerCreator(Java7Parser.InnerCreatorContext ctx)
Java7Parser.innerCreator()
.
The default implementation does nothing.
enterInnerCreator
in interface Java7ParserListener
ctx
- the parse treepublic void exitInnerCreator(Java7Parser.InnerCreatorContext ctx)
Java7Parser.innerCreator()
.
The default implementation does nothing.
exitInnerCreator
in interface Java7ParserListener
ctx
- the parse treepublic void enterClassCreatorRest(Java7Parser.ClassCreatorRestContext ctx)
Java7Parser.classCreatorRest()
.
The default implementation does nothing.
enterClassCreatorRest
in interface Java7ParserListener
ctx
- the parse treepublic void exitClassCreatorRest(Java7Parser.ClassCreatorRestContext ctx)
Java7Parser.classCreatorRest()
.
The default implementation does nothing.
exitClassCreatorRest
in interface Java7ParserListener
ctx
- the parse treepublic void enterNonWildcardTypeArguments(Java7Parser.NonWildcardTypeArgumentsContext ctx)
Java7Parser.nonWildcardTypeArguments()
.
The default implementation does nothing.
enterNonWildcardTypeArguments
in interface Java7ParserListener
ctx
- the parse treepublic void exitNonWildcardTypeArguments(Java7Parser.NonWildcardTypeArgumentsContext ctx)
Java7Parser.nonWildcardTypeArguments()
.
The default implementation does nothing.
exitNonWildcardTypeArguments
in interface Java7ParserListener
ctx
- the parse treepublic void enterArguments(Java7Parser.ArgumentsContext ctx)
Java7Parser.arguments()
.
The default implementation does nothing.
enterArguments
in interface Java7ParserListener
ctx
- the parse treepublic void exitArguments(Java7Parser.ArgumentsContext ctx)
Java7Parser.arguments()
.
The default implementation does nothing.
exitArguments
in interface Java7ParserListener
ctx
- the parse treepublic void enterLiteral(Java7Parser.LiteralContext ctx)
Java7Parser.literal()
.
The default implementation does nothing.
enterLiteral
in interface Java7ParserListener
ctx
- the parse treepublic void exitLiteral(Java7Parser.LiteralContext ctx)
Java7Parser.literal()
.
The default implementation does nothing.
exitLiteral
in interface Java7ParserListener
ctx
- the parse treepublic void enterClassHeader(Java7Parser.ClassHeaderContext ctx)
Java7Parser.classHeader()
.
The default implementation does nothing.
enterClassHeader
in interface Java7ParserListener
ctx
- the parse treepublic void exitClassHeader(Java7Parser.ClassHeaderContext ctx)
Java7Parser.classHeader()
.
The default implementation does nothing.
exitClassHeader
in interface Java7ParserListener
ctx
- the parse treepublic void enterEnumHeader(Java7Parser.EnumHeaderContext ctx)
Java7Parser.enumHeader()
.
The default implementation does nothing.
enterEnumHeader
in interface Java7ParserListener
ctx
- the parse treepublic void exitEnumHeader(Java7Parser.EnumHeaderContext ctx)
Java7Parser.enumHeader()
.
The default implementation does nothing.
exitEnumHeader
in interface Java7ParserListener
ctx
- the parse treepublic void enterInterfaceHeader(Java7Parser.InterfaceHeaderContext ctx)
Java7Parser.interfaceHeader()
.
The default implementation does nothing.
enterInterfaceHeader
in interface Java7ParserListener
ctx
- the parse treepublic void exitInterfaceHeader(Java7Parser.InterfaceHeaderContext ctx)
Java7Parser.interfaceHeader()
.
The default implementation does nothing.
exitInterfaceHeader
in interface Java7ParserListener
ctx
- the parse treepublic void enterAnnotationHeader(Java7Parser.AnnotationHeaderContext ctx)
Java7Parser.annotationHeader()
.
The default implementation does nothing.
enterAnnotationHeader
in interface Java7ParserListener
ctx
- the parse treepublic void exitAnnotationHeader(Java7Parser.AnnotationHeaderContext ctx)
Java7Parser.annotationHeader()
.
The default implementation does nothing.
exitAnnotationHeader
in interface Java7ParserListener
ctx
- the parse treepublic void enterTypeHeader(Java7Parser.TypeHeaderContext ctx)
Java7Parser.typeHeader()
.
The default implementation does nothing.
enterTypeHeader
in interface Java7ParserListener
ctx
- the parse treepublic void exitTypeHeader(Java7Parser.TypeHeaderContext ctx)
Java7Parser.typeHeader()
.
The default implementation does nothing.
exitTypeHeader
in interface Java7ParserListener
ctx
- the parse treepublic void enterMethodHeader(Java7Parser.MethodHeaderContext ctx)
Java7Parser.methodHeader()
.
The default implementation does nothing.
enterMethodHeader
in interface Java7ParserListener
ctx
- the parse treepublic void exitMethodHeader(Java7Parser.MethodHeaderContext ctx)
Java7Parser.methodHeader()
.
The default implementation does nothing.
exitMethodHeader
in interface Java7ParserListener
ctx
- the parse treepublic void enterFieldHeader(Java7Parser.FieldHeaderContext ctx)
Java7Parser.fieldHeader()
.
The default implementation does nothing.
enterFieldHeader
in interface Java7ParserListener
ctx
- the parse treepublic void exitFieldHeader(Java7Parser.FieldHeaderContext ctx)
Java7Parser.fieldHeader()
.
The default implementation does nothing.
exitFieldHeader
in interface Java7ParserListener
ctx
- the parse treepublic void enterLocalVariableHeader(Java7Parser.LocalVariableHeaderContext ctx)
Java7Parser.localVariableHeader()
.
The default implementation does nothing.
enterLocalVariableHeader
in interface Java7ParserListener
ctx
- the parse treepublic void exitLocalVariableHeader(Java7Parser.LocalVariableHeaderContext ctx)
Java7Parser.localVariableHeader()
.
The default implementation does nothing.
exitLocalVariableHeader
in interface Java7ParserListener
ctx
- the parse treepublic void enterInferredFormalParameterList(Java7Parser.InferredFormalParameterListContext ctx)
Java7Parser.inferredFormalParameterList()
.
The default implementation does nothing.
enterInferredFormalParameterList
in interface Java7ParserListener
ctx
- the parse treepublic void exitInferredFormalParameterList(Java7Parser.InferredFormalParameterListContext ctx)
Java7Parser.inferredFormalParameterList()
.
The default implementation does nothing.
exitInferredFormalParameterList
in interface Java7ParserListener
ctx
- the parse treepublic void enterInferredFormalParameters(Java7Parser.InferredFormalParametersContext ctx)
Java7Parser.inferredFormalParameters()
.
The default implementation does nothing.
enterInferredFormalParameters
in interface Java7ParserListener
ctx
- the parse treepublic void exitInferredFormalParameters(Java7Parser.InferredFormalParametersContext ctx)
Java7Parser.inferredFormalParameters()
.
The default implementation does nothing.
exitInferredFormalParameters
in interface Java7ParserListener
ctx
- the parse treepublic void enterLambdaExpression(Java7Parser.LambdaExpressionContext ctx)
Java7Parser.lambdaExpression()
.
The default implementation does nothing.
enterLambdaExpression
in interface Java7ParserListener
ctx
- the parse treepublic void exitLambdaExpression(Java7Parser.LambdaExpressionContext ctx)
Java7Parser.lambdaExpression()
.
The default implementation does nothing.
exitLambdaExpression
in interface Java7ParserListener
ctx
- the parse treepublic void enterLambdaParameters(Java7Parser.LambdaParametersContext ctx)
Java7Parser.lambdaParameters()
.
The default implementation does nothing.
enterLambdaParameters
in interface Java7ParserListener
ctx
- the parse treepublic void exitLambdaParameters(Java7Parser.LambdaParametersContext ctx)
Java7Parser.lambdaParameters()
.
The default implementation does nothing.
exitLambdaParameters
in interface Java7ParserListener
ctx
- the parse treepublic void enterLambdaBody(Java7Parser.LambdaBodyContext ctx)
Java7Parser.lambdaBody()
.
The default implementation does nothing.
enterLambdaBody
in interface Java7ParserListener
ctx
- the parse treepublic void exitLambdaBody(Java7Parser.LambdaBodyContext ctx)
Java7Parser.lambdaBody()
.
The default implementation does nothing.
exitLambdaBody
in interface Java7ParserListener
ctx
- the parse treepublic void enterMethodReference(Java7Parser.MethodReferenceContext ctx)
Java7Parser.methodReference()
.
The default implementation does nothing.
enterMethodReference
in interface Java7ParserListener
ctx
- the parse treepublic void exitMethodReference(Java7Parser.MethodReferenceContext ctx)
Java7Parser.methodReference()
.
The default implementation does nothing.
exitMethodReference
in interface Java7ParserListener
ctx
- the parse treepublic void enterReferenceType(Java7Parser.ReferenceTypeContext ctx)
Java7Parser.referenceType()
.
The default implementation does nothing.
enterReferenceType
in interface Java7ParserListener
ctx
- the parse treepublic void exitReferenceType(Java7Parser.ReferenceTypeContext ctx)
Java7Parser.referenceType()
.
The default implementation does nothing.
exitReferenceType
in interface Java7ParserListener
ctx
- the parse treepublic void enterTypeVariable(Java7Parser.TypeVariableContext ctx)
Java7Parser.typeVariable()
.
The default implementation does nothing.
enterTypeVariable
in interface Java7ParserListener
ctx
- the parse treepublic void exitTypeVariable(Java7Parser.TypeVariableContext ctx)
Java7Parser.typeVariable()
.
The default implementation does nothing.
exitTypeVariable
in interface Java7ParserListener
ctx
- the parse treepublic void enterTypeName(Java7Parser.TypeNameContext ctx)
Java7Parser.typeName()
.
The default implementation does nothing.
enterTypeName
in interface Java7ParserListener
ctx
- the parse treepublic void exitTypeName(Java7Parser.TypeNameContext ctx)
Java7Parser.typeName()
.
The default implementation does nothing.
exitTypeName
in interface Java7ParserListener
ctx
- the parse treepublic void enterArrayType(Java7Parser.ArrayTypeContext ctx)
Java7Parser.arrayType()
.
The default implementation does nothing.
enterArrayType
in interface Java7ParserListener
ctx
- the parse treepublic void exitArrayType(Java7Parser.ArrayTypeContext ctx)
Java7Parser.arrayType()
.
The default implementation does nothing.
exitArrayType
in interface Java7ParserListener
ctx
- the parse treepublic void enterDims(Java7Parser.DimsContext ctx)
Java7Parser.dims()
.
The default implementation does nothing.
enterDims
in interface Java7ParserListener
ctx
- the parse treepublic void exitDims(Java7Parser.DimsContext ctx)
Java7Parser.dims()
.
The default implementation does nothing.
exitDims
in interface Java7ParserListener
ctx
- the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode
in interface org.antlr.v4.runtime.tree.ParseTreeListener
Copyright © 2015. All Rights Reserved.