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