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