public class Java8BaseListener extends Object implements Java8Listener
Java8Listener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
Java8BaseListener() |
public void enterInnerCreator(@NotNull
Java8Parser.InnerCreatorContext ctx)
Java8Parser.innerCreator().
The default implementation does nothing.
enterInnerCreator in interface Java8Listenerctx - the parse treepublic void exitInnerCreator(@NotNull
Java8Parser.InnerCreatorContext ctx)
Java8Parser.innerCreator().
The default implementation does nothing.
exitInnerCreator in interface Java8Listenerctx - the parse treepublic void enterGenericMethodDeclaration(@NotNull
Java8Parser.GenericMethodDeclarationContext ctx)
Java8Parser.genericMethodDeclaration().
The default implementation does nothing.
enterGenericMethodDeclaration in interface Java8Listenerctx - the parse treepublic void exitGenericMethodDeclaration(@NotNull
Java8Parser.GenericMethodDeclarationContext ctx)
Java8Parser.genericMethodDeclaration().
The default implementation does nothing.
exitGenericMethodDeclaration in interface Java8Listenerctx - the parse treepublic void enterExpressionList(@NotNull
Java8Parser.ExpressionListContext ctx)
Java8Parser.expressionList().
The default implementation does nothing.
enterExpressionList in interface Java8Listenerctx - the parse treepublic void exitExpressionList(@NotNull
Java8Parser.ExpressionListContext ctx)
Java8Parser.expressionList().
The default implementation does nothing.
exitExpressionList in interface Java8Listenerctx - the parse treepublic void enterTypeDeclaration(@NotNull
Java8Parser.TypeDeclarationContext ctx)
Java8Parser.typeDeclaration().
The default implementation does nothing.
enterTypeDeclaration in interface Java8Listenerctx - the parse treepublic void exitTypeDeclaration(@NotNull
Java8Parser.TypeDeclarationContext ctx)
Java8Parser.typeDeclaration().
The default implementation does nothing.
exitTypeDeclaration in interface Java8Listenerctx - the parse treepublic void enterForUpdate(@NotNull
Java8Parser.ForUpdateContext ctx)
Java8Parser.forUpdate().
The default implementation does nothing.
enterForUpdate in interface Java8Listenerctx - the parse treepublic void exitForUpdate(@NotNull
Java8Parser.ForUpdateContext ctx)
Java8Parser.forUpdate().
The default implementation does nothing.
exitForUpdate in interface Java8Listenerctx - the parse treepublic void enterAnnotation(@NotNull
Java8Parser.AnnotationContext ctx)
Java8Parser.annotation().
The default implementation does nothing.
enterAnnotation in interface Java8Listenerctx - the parse treepublic void exitAnnotation(@NotNull
Java8Parser.AnnotationContext ctx)
Java8Parser.annotation().
The default implementation does nothing.
exitAnnotation in interface Java8Listenerctx - the parse treepublic void enterEnumConstant(@NotNull
Java8Parser.EnumConstantContext ctx)
Java8Parser.enumConstant().
The default implementation does nothing.
enterEnumConstant in interface Java8Listenerctx - the parse treepublic void exitEnumConstant(@NotNull
Java8Parser.EnumConstantContext ctx)
Java8Parser.enumConstant().
The default implementation does nothing.
exitEnumConstant in interface Java8Listenerctx - the parse treepublic void enterImportDeclaration(@NotNull
Java8Parser.ImportDeclarationContext ctx)
Java8Parser.importDeclaration().
The default implementation does nothing.
enterImportDeclaration in interface Java8Listenerctx - the parse treepublic void exitImportDeclaration(@NotNull
Java8Parser.ImportDeclarationContext ctx)
Java8Parser.importDeclaration().
The default implementation does nothing.
exitImportDeclaration in interface Java8Listenerctx - the parse treepublic void enterAnnotationMethodOrConstantRest(@NotNull
Java8Parser.AnnotationMethodOrConstantRestContext ctx)
Java8Parser.annotationMethodOrConstantRest().
The default implementation does nothing.
enterAnnotationMethodOrConstantRest in interface Java8Listenerctx - the parse treepublic void exitAnnotationMethodOrConstantRest(@NotNull
Java8Parser.AnnotationMethodOrConstantRestContext ctx)
Java8Parser.annotationMethodOrConstantRest().
The default implementation does nothing.
exitAnnotationMethodOrConstantRest in interface Java8Listenerctx - the parse treepublic void enterEnumConstantName(@NotNull
Java8Parser.EnumConstantNameContext ctx)
Java8Parser.enumConstantName().
The default implementation does nothing.
enterEnumConstantName in interface Java8Listenerctx - the parse treepublic void exitEnumConstantName(@NotNull
Java8Parser.EnumConstantNameContext ctx)
Java8Parser.enumConstantName().
The default implementation does nothing.
exitEnumConstantName in interface Java8Listenerctx - the parse treepublic void enterFinallyBlock(@NotNull
Java8Parser.FinallyBlockContext ctx)
Java8Parser.finallyBlock().
The default implementation does nothing.
enterFinallyBlock in interface Java8Listenerctx - the parse treepublic void exitFinallyBlock(@NotNull
Java8Parser.FinallyBlockContext ctx)
Java8Parser.finallyBlock().
The default implementation does nothing.
exitFinallyBlock in interface Java8Listenerctx - the parse treepublic void enterVariableDeclarators(@NotNull
Java8Parser.VariableDeclaratorsContext ctx)
Java8Parser.variableDeclarators().
The default implementation does nothing.
enterVariableDeclarators in interface Java8Listenerctx - the parse treepublic void exitVariableDeclarators(@NotNull
Java8Parser.VariableDeclaratorsContext ctx)
Java8Parser.variableDeclarators().
The default implementation does nothing.
exitVariableDeclarators in interface Java8Listenerctx - the parse treepublic void enterElementValuePairs(@NotNull
Java8Parser.ElementValuePairsContext ctx)
Java8Parser.elementValuePairs().
The default implementation does nothing.
enterElementValuePairs in interface Java8Listenerctx - the parse treepublic void exitElementValuePairs(@NotNull
Java8Parser.ElementValuePairsContext ctx)
Java8Parser.elementValuePairs().
The default implementation does nothing.
exitElementValuePairs in interface Java8Listenerctx - the parse treepublic void enterInterfaceMethodDeclaration(@NotNull
Java8Parser.InterfaceMethodDeclarationContext ctx)
Java8Parser.interfaceMethodDeclaration().
The default implementation does nothing.
enterInterfaceMethodDeclaration in interface Java8Listenerctx - the parse treepublic void exitInterfaceMethodDeclaration(@NotNull
Java8Parser.InterfaceMethodDeclarationContext ctx)
Java8Parser.interfaceMethodDeclaration().
The default implementation does nothing.
exitInterfaceMethodDeclaration in interface Java8Listenerctx - the parse treepublic void enterInterfaceBodyDeclaration(@NotNull
Java8Parser.InterfaceBodyDeclarationContext ctx)
Java8Parser.interfaceBodyDeclaration().
The default implementation does nothing.
enterInterfaceBodyDeclaration in interface Java8Listenerctx - the parse treepublic void exitInterfaceBodyDeclaration(@NotNull
Java8Parser.InterfaceBodyDeclarationContext ctx)
Java8Parser.interfaceBodyDeclaration().
The default implementation does nothing.
exitInterfaceBodyDeclaration in interface Java8Listenerctx - the parse treepublic void enterEnumConstants(@NotNull
Java8Parser.EnumConstantsContext ctx)
Java8Parser.enumConstants().
The default implementation does nothing.
enterEnumConstants in interface Java8Listenerctx - the parse treepublic void exitEnumConstants(@NotNull
Java8Parser.EnumConstantsContext ctx)
Java8Parser.enumConstants().
The default implementation does nothing.
exitEnumConstants in interface Java8Listenerctx - the parse treepublic void enterCatchClause(@NotNull
Java8Parser.CatchClauseContext ctx)
Java8Parser.catchClause().
The default implementation does nothing.
enterCatchClause in interface Java8Listenerctx - the parse treepublic void exitCatchClause(@NotNull
Java8Parser.CatchClauseContext ctx)
Java8Parser.catchClause().
The default implementation does nothing.
exitCatchClause in interface Java8Listenerctx - the parse treepublic void enterConstantExpression(@NotNull
Java8Parser.ConstantExpressionContext ctx)
Java8Parser.constantExpression().
The default implementation does nothing.
enterConstantExpression in interface Java8Listenerctx - the parse treepublic void exitConstantExpression(@NotNull
Java8Parser.ConstantExpressionContext ctx)
Java8Parser.constantExpression().
The default implementation does nothing.
exitConstantExpression in interface Java8Listenerctx - the parse treepublic void enterEnumDeclaration(@NotNull
Java8Parser.EnumDeclarationContext ctx)
Java8Parser.enumDeclaration().
The default implementation does nothing.
enterEnumDeclaration in interface Java8Listenerctx - the parse treepublic void exitEnumDeclaration(@NotNull
Java8Parser.EnumDeclarationContext ctx)
Java8Parser.enumDeclaration().
The default implementation does nothing.
exitEnumDeclaration in interface Java8Listenerctx - the parse treepublic void enterExplicitGenericInvocationSuffix(@NotNull
Java8Parser.ExplicitGenericInvocationSuffixContext ctx)
Java8Parser.explicitGenericInvocationSuffix().
The default implementation does nothing.
enterExplicitGenericInvocationSuffix in interface Java8Listenerctx - the parse treepublic void exitExplicitGenericInvocationSuffix(@NotNull
Java8Parser.ExplicitGenericInvocationSuffixContext ctx)
Java8Parser.explicitGenericInvocationSuffix().
The default implementation does nothing.
exitExplicitGenericInvocationSuffix in interface Java8Listenerctx - the parse treepublic void enterTypeParameter(@NotNull
Java8Parser.TypeParameterContext ctx)
Java8Parser.typeParameter().
The default implementation does nothing.
enterTypeParameter in interface Java8Listenerctx - the parse treepublic void exitTypeParameter(@NotNull
Java8Parser.TypeParameterContext ctx)
Java8Parser.typeParameter().
The default implementation does nothing.
exitTypeParameter in interface Java8Listenerctx - the parse treepublic void enterEnumBodyDeclarations(@NotNull
Java8Parser.EnumBodyDeclarationsContext ctx)
Java8Parser.enumBodyDeclarations().
The default implementation does nothing.
enterEnumBodyDeclarations in interface Java8Listenerctx - the parse treepublic void exitEnumBodyDeclarations(@NotNull
Java8Parser.EnumBodyDeclarationsContext ctx)
Java8Parser.enumBodyDeclarations().
The default implementation does nothing.
exitEnumBodyDeclarations in interface Java8Listenerctx - the parse treepublic void enterTypeBound(@NotNull
Java8Parser.TypeBoundContext ctx)
Java8Parser.typeBound().
The default implementation does nothing.
enterTypeBound in interface Java8Listenerctx - the parse treepublic void exitTypeBound(@NotNull
Java8Parser.TypeBoundContext ctx)
Java8Parser.typeBound().
The default implementation does nothing.
exitTypeBound in interface Java8Listenerctx - the parse treepublic void enterStatementExpression(@NotNull
Java8Parser.StatementExpressionContext ctx)
Java8Parser.statementExpression().
The default implementation does nothing.
enterStatementExpression in interface Java8Listenerctx - the parse treepublic void exitStatementExpression(@NotNull
Java8Parser.StatementExpressionContext ctx)
Java8Parser.statementExpression().
The default implementation does nothing.
exitStatementExpression in interface Java8Listenerctx - the parse treepublic void enterVariableInitializer(@NotNull
Java8Parser.VariableInitializerContext ctx)
Java8Parser.variableInitializer().
The default implementation does nothing.
enterVariableInitializer in interface Java8Listenerctx - the parse treepublic void exitVariableInitializer(@NotNull
Java8Parser.VariableInitializerContext ctx)
Java8Parser.variableInitializer().
The default implementation does nothing.
exitVariableInitializer in interface Java8Listenerctx - the parse treepublic void enterBlock(@NotNull
Java8Parser.BlockContext ctx)
Java8Parser.block().
The default implementation does nothing.
enterBlock in interface Java8Listenerctx - the parse treepublic void exitBlock(@NotNull
Java8Parser.BlockContext ctx)
Java8Parser.block().
The default implementation does nothing.
exitBlock in interface Java8Listenerctx - the parse treepublic void enterGenericInterfaceMethodDeclaration(@NotNull
Java8Parser.GenericInterfaceMethodDeclarationContext ctx)
Java8Parser.genericInterfaceMethodDeclaration().
The default implementation does nothing.
enterGenericInterfaceMethodDeclaration in interface Java8Listenerctx - the parse treepublic void exitGenericInterfaceMethodDeclaration(@NotNull
Java8Parser.GenericInterfaceMethodDeclarationContext ctx)
Java8Parser.genericInterfaceMethodDeclaration().
The default implementation does nothing.
exitGenericInterfaceMethodDeclaration in interface Java8Listenerctx - the parse treepublic void enterLocalVariableDeclarationStatement(@NotNull
Java8Parser.LocalVariableDeclarationStatementContext ctx)
Java8Parser.localVariableDeclarationStatement().
The default implementation does nothing.
enterLocalVariableDeclarationStatement in interface Java8Listenerctx - the parse treepublic void exitLocalVariableDeclarationStatement(@NotNull
Java8Parser.LocalVariableDeclarationStatementContext ctx)
Java8Parser.localVariableDeclarationStatement().
The default implementation does nothing.
exitLocalVariableDeclarationStatement in interface Java8Listenerctx - the parse treepublic void enterSuperSuffix(@NotNull
Java8Parser.SuperSuffixContext ctx)
Java8Parser.superSuffix().
The default implementation does nothing.
enterSuperSuffix in interface Java8Listenerctx - the parse treepublic void exitSuperSuffix(@NotNull
Java8Parser.SuperSuffixContext ctx)
Java8Parser.superSuffix().
The default implementation does nothing.
exitSuperSuffix in interface Java8Listenerctx - the parse treepublic void enterFieldDeclaration(@NotNull
Java8Parser.FieldDeclarationContext ctx)
Java8Parser.fieldDeclaration().
The default implementation does nothing.
enterFieldDeclaration in interface Java8Listenerctx - the parse treepublic void exitFieldDeclaration(@NotNull
Java8Parser.FieldDeclarationContext ctx)
Java8Parser.fieldDeclaration().
The default implementation does nothing.
exitFieldDeclaration in interface Java8Listenerctx - the parse treepublic void enterFormalParameterList(@NotNull
Java8Parser.FormalParameterListContext ctx)
Java8Parser.formalParameterList().
The default implementation does nothing.
enterFormalParameterList in interface Java8Listenerctx - the parse treepublic void exitFormalParameterList(@NotNull
Java8Parser.FormalParameterListContext ctx)
Java8Parser.formalParameterList().
The default implementation does nothing.
exitFormalParameterList in interface Java8Listenerctx - the parse treepublic void enterExplicitGenericInvocation(@NotNull
Java8Parser.ExplicitGenericInvocationContext ctx)
Java8Parser.explicitGenericInvocation().
The default implementation does nothing.
enterExplicitGenericInvocation in interface Java8Listenerctx - the parse treepublic void exitExplicitGenericInvocation(@NotNull
Java8Parser.ExplicitGenericInvocationContext ctx)
Java8Parser.explicitGenericInvocation().
The default implementation does nothing.
exitExplicitGenericInvocation in interface Java8Listenerctx - the parse treepublic void enterParExpression(@NotNull
Java8Parser.ParExpressionContext ctx)
Java8Parser.parExpression().
The default implementation does nothing.
enterParExpression in interface Java8Listenerctx - the parse treepublic void exitParExpression(@NotNull
Java8Parser.ParExpressionContext ctx)
Java8Parser.parExpression().
The default implementation does nothing.
exitParExpression in interface Java8Listenerctx - the parse treepublic void enterSwitchLabel(@NotNull
Java8Parser.SwitchLabelContext ctx)
Java8Parser.switchLabel().
The default implementation does nothing.
enterSwitchLabel in interface Java8Listenerctx - the parse treepublic void exitSwitchLabel(@NotNull
Java8Parser.SwitchLabelContext ctx)
Java8Parser.switchLabel().
The default implementation does nothing.
exitSwitchLabel in interface Java8Listenerctx - the parse treepublic void enterTypeParameters(@NotNull
Java8Parser.TypeParametersContext ctx)
Java8Parser.typeParameters().
The default implementation does nothing.
enterTypeParameters in interface Java8Listenerctx - the parse treepublic void exitTypeParameters(@NotNull
Java8Parser.TypeParametersContext ctx)
Java8Parser.typeParameters().
The default implementation does nothing.
exitTypeParameters in interface Java8Listenerctx - the parse treepublic void enterQualifiedName(@NotNull
Java8Parser.QualifiedNameContext ctx)
Java8Parser.qualifiedName().
The default implementation does nothing.
enterQualifiedName in interface Java8Listenerctx - the parse treepublic void exitQualifiedName(@NotNull
Java8Parser.QualifiedNameContext ctx)
Java8Parser.qualifiedName().
The default implementation does nothing.
exitQualifiedName in interface Java8Listenerctx - the parse treepublic void enterClassDeclaration(@NotNull
Java8Parser.ClassDeclarationContext ctx)
Java8Parser.classDeclaration().
The default implementation does nothing.
enterClassDeclaration in interface Java8Listenerctx - the parse treepublic void exitClassDeclaration(@NotNull
Java8Parser.ClassDeclarationContext ctx)
Java8Parser.classDeclaration().
The default implementation does nothing.
exitClassDeclaration in interface Java8Listenerctx - the parse treepublic void enterAnnotationConstantRest(@NotNull
Java8Parser.AnnotationConstantRestContext ctx)
Java8Parser.annotationConstantRest().
The default implementation does nothing.
enterAnnotationConstantRest in interface Java8Listenerctx - the parse treepublic void exitAnnotationConstantRest(@NotNull
Java8Parser.AnnotationConstantRestContext ctx)
Java8Parser.annotationConstantRest().
The default implementation does nothing.
exitAnnotationConstantRest in interface Java8Listenerctx - the parse treepublic void enterArguments(@NotNull
Java8Parser.ArgumentsContext ctx)
Java8Parser.arguments().
The default implementation does nothing.
enterArguments in interface Java8Listenerctx - the parse treepublic void exitArguments(@NotNull
Java8Parser.ArgumentsContext ctx)
Java8Parser.arguments().
The default implementation does nothing.
exitArguments in interface Java8Listenerctx - the parse treepublic void enterConstructorBody(@NotNull
Java8Parser.ConstructorBodyContext ctx)
Java8Parser.constructorBody().
The default implementation does nothing.
enterConstructorBody in interface Java8Listenerctx - the parse treepublic void exitConstructorBody(@NotNull
Java8Parser.ConstructorBodyContext ctx)
Java8Parser.constructorBody().
The default implementation does nothing.
exitConstructorBody in interface Java8Listenerctx - the parse treepublic void enterFormalParameters(@NotNull
Java8Parser.FormalParametersContext ctx)
Java8Parser.formalParameters().
The default implementation does nothing.
enterFormalParameters in interface Java8Listenerctx - the parse treepublic void exitFormalParameters(@NotNull
Java8Parser.FormalParametersContext ctx)
Java8Parser.formalParameters().
The default implementation does nothing.
exitFormalParameters in interface Java8Listenerctx - the parse treepublic void enterTypeArgument(@NotNull
Java8Parser.TypeArgumentContext ctx)
Java8Parser.typeArgument().
The default implementation does nothing.
enterTypeArgument in interface Java8Listenerctx - the parse treepublic void exitTypeArgument(@NotNull
Java8Parser.TypeArgumentContext ctx)
Java8Parser.typeArgument().
The default implementation does nothing.
exitTypeArgument in interface Java8Listenerctx - the parse treepublic void enterForInit(@NotNull
Java8Parser.ForInitContext ctx)
Java8Parser.forInit().
The default implementation does nothing.
enterForInit in interface Java8Listenerctx - the parse treepublic void exitForInit(@NotNull
Java8Parser.ForInitContext ctx)
Java8Parser.forInit().
The default implementation does nothing.
exitForInit in interface Java8Listenerctx - the parse treepublic void enterVariableDeclarator(@NotNull
Java8Parser.VariableDeclaratorContext ctx)
Java8Parser.variableDeclarator().
The default implementation does nothing.
enterVariableDeclarator in interface Java8Listenerctx - the parse treepublic void exitVariableDeclarator(@NotNull
Java8Parser.VariableDeclaratorContext ctx)
Java8Parser.variableDeclarator().
The default implementation does nothing.
exitVariableDeclarator in interface Java8Listenerctx - the parse treepublic void enterAnnotationTypeDeclaration(@NotNull
Java8Parser.AnnotationTypeDeclarationContext ctx)
Java8Parser.annotationTypeDeclaration().
The default implementation does nothing.
enterAnnotationTypeDeclaration in interface Java8Listenerctx - the parse treepublic void exitAnnotationTypeDeclaration(@NotNull
Java8Parser.AnnotationTypeDeclarationContext ctx)
Java8Parser.annotationTypeDeclaration().
The default implementation does nothing.
exitAnnotationTypeDeclaration in interface Java8Listenerctx - the parse treepublic void enterExpression(@NotNull
Java8Parser.ExpressionContext ctx)
Java8Parser.expression().
The default implementation does nothing.
enterExpression in interface Java8Listenerctx - the parse treepublic void exitExpression(@NotNull
Java8Parser.ExpressionContext ctx)
Java8Parser.expression().
The default implementation does nothing.
exitExpression in interface Java8Listenerctx - the parse treepublic void enterResources(@NotNull
Java8Parser.ResourcesContext ctx)
Java8Parser.resources().
The default implementation does nothing.
enterResources in interface Java8Listenerctx - the parse treepublic void exitResources(@NotNull
Java8Parser.ResourcesContext ctx)
Java8Parser.resources().
The default implementation does nothing.
exitResources in interface Java8Listenerctx - the parse treepublic void enterFormalParameter(@NotNull
Java8Parser.FormalParameterContext ctx)
Java8Parser.formalParameter().
The default implementation does nothing.
enterFormalParameter in interface Java8Listenerctx - the parse treepublic void exitFormalParameter(@NotNull
Java8Parser.FormalParameterContext ctx)
Java8Parser.formalParameter().
The default implementation does nothing.
exitFormalParameter in interface Java8Listenerctx - the parse treepublic void enterType(@NotNull
Java8Parser.TypeContext ctx)
Java8Parser.type().
The default implementation does nothing.
enterType in interface Java8Listenerctx - the parse treepublic void exitType(@NotNull
Java8Parser.TypeContext ctx)
Java8Parser.type().
The default implementation does nothing.
exitType in interface Java8Listenerctx - the parse treepublic void enterElementValueArrayInitializer(@NotNull
Java8Parser.ElementValueArrayInitializerContext ctx)
Java8Parser.elementValueArrayInitializer().
The default implementation does nothing.
enterElementValueArrayInitializer in interface Java8Listenerctx - the parse treepublic void exitElementValueArrayInitializer(@NotNull
Java8Parser.ElementValueArrayInitializerContext ctx)
Java8Parser.elementValueArrayInitializer().
The default implementation does nothing.
exitElementValueArrayInitializer in interface Java8Listenerctx - the parse treepublic void enterAnnotationName(@NotNull
Java8Parser.AnnotationNameContext ctx)
Java8Parser.annotationName().
The default implementation does nothing.
enterAnnotationName in interface Java8Listenerctx - the parse treepublic void exitAnnotationName(@NotNull
Java8Parser.AnnotationNameContext ctx)
Java8Parser.annotationName().
The default implementation does nothing.
exitAnnotationName in interface Java8Listenerctx - the parse treepublic void enterEnhancedForControl(@NotNull
Java8Parser.EnhancedForControlContext ctx)
Java8Parser.enhancedForControl().
The default implementation does nothing.
enterEnhancedForControl in interface Java8Listenerctx - the parse treepublic void exitEnhancedForControl(@NotNull
Java8Parser.EnhancedForControlContext ctx)
Java8Parser.enhancedForControl().
The default implementation does nothing.
exitEnhancedForControl in interface Java8Listenerctx - the parse treepublic void enterAnnotationMethodRest(@NotNull
Java8Parser.AnnotationMethodRestContext ctx)
Java8Parser.annotationMethodRest().
The default implementation does nothing.
enterAnnotationMethodRest in interface Java8Listenerctx - the parse treepublic void exitAnnotationMethodRest(@NotNull
Java8Parser.AnnotationMethodRestContext ctx)
Java8Parser.annotationMethodRest().
The default implementation does nothing.
exitAnnotationMethodRest in interface Java8Listenerctx - the parse treepublic void enterPrimary(@NotNull
Java8Parser.PrimaryContext ctx)
Java8Parser.primary().
The default implementation does nothing.
enterPrimary in interface Java8Listenerctx - the parse treepublic void exitPrimary(@NotNull
Java8Parser.PrimaryContext ctx)
Java8Parser.primary().
The default implementation does nothing.
exitPrimary in interface Java8Listenerctx - the parse treepublic void enterClassBody(@NotNull
Java8Parser.ClassBodyContext ctx)
Java8Parser.classBody().
The default implementation does nothing.
enterClassBody in interface Java8Listenerctx - the parse treepublic void exitClassBody(@NotNull
Java8Parser.ClassBodyContext ctx)
Java8Parser.classBody().
The default implementation does nothing.
exitClassBody in interface Java8Listenerctx - the parse treepublic void enterClassOrInterfaceModifier(@NotNull
Java8Parser.ClassOrInterfaceModifierContext ctx)
Java8Parser.classOrInterfaceModifier().
The default implementation does nothing.
enterClassOrInterfaceModifier in interface Java8Listenerctx - the parse treepublic void exitClassOrInterfaceModifier(@NotNull
Java8Parser.ClassOrInterfaceModifierContext ctx)
Java8Parser.classOrInterfaceModifier().
The default implementation does nothing.
exitClassOrInterfaceModifier in interface Java8Listenerctx - the parse treepublic void enterDefaultValue(@NotNull
Java8Parser.DefaultValueContext ctx)
Java8Parser.defaultValue().
The default implementation does nothing.
enterDefaultValue in interface Java8Listenerctx - the parse treepublic void exitDefaultValue(@NotNull
Java8Parser.DefaultValueContext ctx)
Java8Parser.defaultValue().
The default implementation does nothing.
exitDefaultValue in interface Java8Listenerctx - the parse treepublic void enterVariableModifier(@NotNull
Java8Parser.VariableModifierContext ctx)
Java8Parser.variableModifier().
The default implementation does nothing.
enterVariableModifier in interface Java8Listenerctx - the parse treepublic void exitVariableModifier(@NotNull
Java8Parser.VariableModifierContext ctx)
Java8Parser.variableModifier().
The default implementation does nothing.
exitVariableModifier in interface Java8Listenerctx - the parse treepublic void enterConstDeclaration(@NotNull
Java8Parser.ConstDeclarationContext ctx)
Java8Parser.constDeclaration().
The default implementation does nothing.
enterConstDeclaration in interface Java8Listenerctx - the parse treepublic void exitConstDeclaration(@NotNull
Java8Parser.ConstDeclarationContext ctx)
Java8Parser.constDeclaration().
The default implementation does nothing.
exitConstDeclaration in interface Java8Listenerctx - the parse treepublic void enterCreatedName(@NotNull
Java8Parser.CreatedNameContext ctx)
Java8Parser.createdName().
The default implementation does nothing.
enterCreatedName in interface Java8Listenerctx - the parse treepublic void exitCreatedName(@NotNull
Java8Parser.CreatedNameContext ctx)
Java8Parser.createdName().
The default implementation does nothing.
exitCreatedName in interface Java8Listenerctx - the parse treepublic void enterInterfaceDeclaration(@NotNull
Java8Parser.InterfaceDeclarationContext ctx)
Java8Parser.interfaceDeclaration().
The default implementation does nothing.
enterInterfaceDeclaration in interface Java8Listenerctx - the parse treepublic void exitInterfaceDeclaration(@NotNull
Java8Parser.InterfaceDeclarationContext ctx)
Java8Parser.interfaceDeclaration().
The default implementation does nothing.
exitInterfaceDeclaration in interface Java8Listenerctx - the parse treepublic void enterPackageDeclaration(@NotNull
Java8Parser.PackageDeclarationContext ctx)
Java8Parser.packageDeclaration().
The default implementation does nothing.
enterPackageDeclaration in interface Java8Listenerctx - the parse treepublic void exitPackageDeclaration(@NotNull
Java8Parser.PackageDeclarationContext ctx)
Java8Parser.packageDeclaration().
The default implementation does nothing.
exitPackageDeclaration in interface Java8Listenerctx - the parse treepublic void enterConstantDeclarator(@NotNull
Java8Parser.ConstantDeclaratorContext ctx)
Java8Parser.constantDeclarator().
The default implementation does nothing.
enterConstantDeclarator in interface Java8Listenerctx - the parse treepublic void exitConstantDeclarator(@NotNull
Java8Parser.ConstantDeclaratorContext ctx)
Java8Parser.constantDeclarator().
The default implementation does nothing.
exitConstantDeclarator in interface Java8Listenerctx - the parse treepublic void enterCatchType(@NotNull
Java8Parser.CatchTypeContext ctx)
Java8Parser.catchType().
The default implementation does nothing.
enterCatchType in interface Java8Listenerctx - the parse treepublic void exitCatchType(@NotNull
Java8Parser.CatchTypeContext ctx)
Java8Parser.catchType().
The default implementation does nothing.
exitCatchType in interface Java8Listenerctx - the parse treepublic void enterTypeArguments(@NotNull
Java8Parser.TypeArgumentsContext ctx)
Java8Parser.typeArguments().
The default implementation does nothing.
enterTypeArguments in interface Java8Listenerctx - the parse treepublic void exitTypeArguments(@NotNull
Java8Parser.TypeArgumentsContext ctx)
Java8Parser.typeArguments().
The default implementation does nothing.
exitTypeArguments in interface Java8Listenerctx - the parse treepublic void enterClassCreatorRest(@NotNull
Java8Parser.ClassCreatorRestContext ctx)
Java8Parser.classCreatorRest().
The default implementation does nothing.
enterClassCreatorRest in interface Java8Listenerctx - the parse treepublic void exitClassCreatorRest(@NotNull
Java8Parser.ClassCreatorRestContext ctx)
Java8Parser.classCreatorRest().
The default implementation does nothing.
exitClassCreatorRest in interface Java8Listenerctx - the parse treepublic void enterModifier(@NotNull
Java8Parser.ModifierContext ctx)
Java8Parser.modifier().
The default implementation does nothing.
enterModifier in interface Java8Listenerctx - the parse treepublic void exitModifier(@NotNull
Java8Parser.ModifierContext ctx)
Java8Parser.modifier().
The default implementation does nothing.
exitModifier in interface Java8Listenerctx - the parse treepublic void enterStatement(@NotNull
Java8Parser.StatementContext ctx)
Java8Parser.statement().
The default implementation does nothing.
enterStatement in interface Java8Listenerctx - the parse treepublic void exitStatement(@NotNull
Java8Parser.StatementContext ctx)
Java8Parser.statement().
The default implementation does nothing.
exitStatement in interface Java8Listenerctx - the parse treepublic void enterInterfaceBody(@NotNull
Java8Parser.InterfaceBodyContext ctx)
Java8Parser.interfaceBody().
The default implementation does nothing.
enterInterfaceBody in interface Java8Listenerctx - the parse treepublic void exitInterfaceBody(@NotNull
Java8Parser.InterfaceBodyContext ctx)
Java8Parser.interfaceBody().
The default implementation does nothing.
exitInterfaceBody in interface Java8Listenerctx - the parse treepublic void enterClassBodyDeclaration(@NotNull
Java8Parser.ClassBodyDeclarationContext ctx)
Java8Parser.classBodyDeclaration().
The default implementation does nothing.
enterClassBodyDeclaration in interface Java8Listenerctx - the parse treepublic void exitClassBodyDeclaration(@NotNull
Java8Parser.ClassBodyDeclarationContext ctx)
Java8Parser.classBodyDeclaration().
The default implementation does nothing.
exitClassBodyDeclaration in interface Java8Listenerctx - the parse treepublic void enterLastFormalParameter(@NotNull
Java8Parser.LastFormalParameterContext ctx)
Java8Parser.lastFormalParameter().
The default implementation does nothing.
enterLastFormalParameter in interface Java8Listenerctx - the parse treepublic void exitLastFormalParameter(@NotNull
Java8Parser.LastFormalParameterContext ctx)
Java8Parser.lastFormalParameter().
The default implementation does nothing.
exitLastFormalParameter in interface Java8Listenerctx - the parse treepublic void enterForControl(@NotNull
Java8Parser.ForControlContext ctx)
Java8Parser.forControl().
The default implementation does nothing.
enterForControl in interface Java8Listenerctx - the parse treepublic void exitForControl(@NotNull
Java8Parser.ForControlContext ctx)
Java8Parser.forControl().
The default implementation does nothing.
exitForControl in interface Java8Listenerctx - the parse treepublic void enterTypeList(@NotNull
Java8Parser.TypeListContext ctx)
Java8Parser.typeList().
The default implementation does nothing.
enterTypeList in interface Java8Listenerctx - the parse treepublic void exitTypeList(@NotNull
Java8Parser.TypeListContext ctx)
Java8Parser.typeList().
The default implementation does nothing.
exitTypeList in interface Java8Listenerctx - the parse treepublic void enterLocalVariableDeclaration(@NotNull
Java8Parser.LocalVariableDeclarationContext ctx)
Java8Parser.localVariableDeclaration().
The default implementation does nothing.
enterLocalVariableDeclaration in interface Java8Listenerctx - the parse treepublic void exitLocalVariableDeclaration(@NotNull
Java8Parser.LocalVariableDeclarationContext ctx)
Java8Parser.localVariableDeclaration().
The default implementation does nothing.
exitLocalVariableDeclaration in interface Java8Listenerctx - the parse treepublic void enterVariableDeclaratorId(@NotNull
Java8Parser.VariableDeclaratorIdContext ctx)
Java8Parser.variableDeclaratorId().
The default implementation does nothing.
enterVariableDeclaratorId in interface Java8Listenerctx - the parse treepublic void exitVariableDeclaratorId(@NotNull
Java8Parser.VariableDeclaratorIdContext ctx)
Java8Parser.variableDeclaratorId().
The default implementation does nothing.
exitVariableDeclaratorId in interface Java8Listenerctx - the parse treepublic void enterCompilationUnit(@NotNull
Java8Parser.CompilationUnitContext ctx)
Java8Parser.compilationUnit().
The default implementation does nothing.
enterCompilationUnit in interface Java8Listenerctx - the parse treepublic void exitCompilationUnit(@NotNull
Java8Parser.CompilationUnitContext ctx)
Java8Parser.compilationUnit().
The default implementation does nothing.
exitCompilationUnit in interface Java8Listenerctx - the parse treepublic void enterElementValue(@NotNull
Java8Parser.ElementValueContext ctx)
Java8Parser.elementValue().
The default implementation does nothing.
enterElementValue in interface Java8Listenerctx - the parse treepublic void exitElementValue(@NotNull
Java8Parser.ElementValueContext ctx)
Java8Parser.elementValue().
The default implementation does nothing.
exitElementValue in interface Java8Listenerctx - the parse treepublic void enterClassOrInterfaceType(@NotNull
Java8Parser.ClassOrInterfaceTypeContext ctx)
Java8Parser.classOrInterfaceType().
The default implementation does nothing.
enterClassOrInterfaceType in interface Java8Listenerctx - the parse treepublic void exitClassOrInterfaceType(@NotNull
Java8Parser.ClassOrInterfaceTypeContext ctx)
Java8Parser.classOrInterfaceType().
The default implementation does nothing.
exitClassOrInterfaceType in interface Java8Listenerctx - the parse treepublic void enterTypeArgumentsOrDiamond(@NotNull
Java8Parser.TypeArgumentsOrDiamondContext ctx)
Java8Parser.typeArgumentsOrDiamond().
The default implementation does nothing.
enterTypeArgumentsOrDiamond in interface Java8Listenerctx - the parse treepublic void exitTypeArgumentsOrDiamond(@NotNull
Java8Parser.TypeArgumentsOrDiamondContext ctx)
Java8Parser.typeArgumentsOrDiamond().
The default implementation does nothing.
exitTypeArgumentsOrDiamond in interface Java8Listenerctx - the parse treepublic void enterAnnotationTypeElementDeclaration(@NotNull
Java8Parser.AnnotationTypeElementDeclarationContext ctx)
Java8Parser.annotationTypeElementDeclaration().
The default implementation does nothing.
enterAnnotationTypeElementDeclaration in interface Java8Listenerctx - the parse treepublic void exitAnnotationTypeElementDeclaration(@NotNull
Java8Parser.AnnotationTypeElementDeclarationContext ctx)
Java8Parser.annotationTypeElementDeclaration().
The default implementation does nothing.
exitAnnotationTypeElementDeclaration in interface Java8Listenerctx - the parse treepublic void enterBlockStatement(@NotNull
Java8Parser.BlockStatementContext ctx)
Java8Parser.blockStatement().
The default implementation does nothing.
enterBlockStatement in interface Java8Listenerctx - the parse treepublic void exitBlockStatement(@NotNull
Java8Parser.BlockStatementContext ctx)
Java8Parser.blockStatement().
The default implementation does nothing.
exitBlockStatement in interface Java8Listenerctx - the parse treepublic void enterAnnotationTypeBody(@NotNull
Java8Parser.AnnotationTypeBodyContext ctx)
Java8Parser.annotationTypeBody().
The default implementation does nothing.
enterAnnotationTypeBody in interface Java8Listenerctx - the parse treepublic void exitAnnotationTypeBody(@NotNull
Java8Parser.AnnotationTypeBodyContext ctx)
Java8Parser.annotationTypeBody().
The default implementation does nothing.
exitAnnotationTypeBody in interface Java8Listenerctx - the parse treepublic void enterQualifiedNameList(@NotNull
Java8Parser.QualifiedNameListContext ctx)
Java8Parser.qualifiedNameList().
The default implementation does nothing.
enterQualifiedNameList in interface Java8Listenerctx - the parse treepublic void exitQualifiedNameList(@NotNull
Java8Parser.QualifiedNameListContext ctx)
Java8Parser.qualifiedNameList().
The default implementation does nothing.
exitQualifiedNameList in interface Java8Listenerctx - the parse treepublic void enterCreator(@NotNull
Java8Parser.CreatorContext ctx)
Java8Parser.creator().
The default implementation does nothing.
enterCreator in interface Java8Listenerctx - the parse treepublic void exitCreator(@NotNull
Java8Parser.CreatorContext ctx)
Java8Parser.creator().
The default implementation does nothing.
exitCreator in interface Java8Listenerctx - the parse treepublic void enterMemberDeclaration(@NotNull
Java8Parser.MemberDeclarationContext ctx)
Java8Parser.memberDeclaration().
The default implementation does nothing.
enterMemberDeclaration in interface Java8Listenerctx - the parse treepublic void exitMemberDeclaration(@NotNull
Java8Parser.MemberDeclarationContext ctx)
Java8Parser.memberDeclaration().
The default implementation does nothing.
exitMemberDeclaration in interface Java8Listenerctx - the parse treepublic void enterMethodDeclaration(@NotNull
Java8Parser.MethodDeclarationContext ctx)
Java8Parser.methodDeclaration().
The default implementation does nothing.
enterMethodDeclaration in interface Java8Listenerctx - the parse treepublic void exitMethodDeclaration(@NotNull
Java8Parser.MethodDeclarationContext ctx)
Java8Parser.methodDeclaration().
The default implementation does nothing.
exitMethodDeclaration in interface Java8Listenerctx - the parse treepublic void enterAnnotationTypeElementRest(@NotNull
Java8Parser.AnnotationTypeElementRestContext ctx)
Java8Parser.annotationTypeElementRest().
The default implementation does nothing.
enterAnnotationTypeElementRest in interface Java8Listenerctx - the parse treepublic void exitAnnotationTypeElementRest(@NotNull
Java8Parser.AnnotationTypeElementRestContext ctx)
Java8Parser.annotationTypeElementRest().
The default implementation does nothing.
exitAnnotationTypeElementRest in interface Java8Listenerctx - the parse treepublic void enterResourceSpecification(@NotNull
Java8Parser.ResourceSpecificationContext ctx)
Java8Parser.resourceSpecification().
The default implementation does nothing.
enterResourceSpecification in interface Java8Listenerctx - the parse treepublic void exitResourceSpecification(@NotNull
Java8Parser.ResourceSpecificationContext ctx)
Java8Parser.resourceSpecification().
The default implementation does nothing.
exitResourceSpecification in interface Java8Listenerctx - the parse treepublic void enterConstructorDeclaration(@NotNull
Java8Parser.ConstructorDeclarationContext ctx)
Java8Parser.constructorDeclaration().
The default implementation does nothing.
enterConstructorDeclaration in interface Java8Listenerctx - the parse treepublic void exitConstructorDeclaration(@NotNull
Java8Parser.ConstructorDeclarationContext ctx)
Java8Parser.constructorDeclaration().
The default implementation does nothing.
exitConstructorDeclaration in interface Java8Listenerctx - the parse treepublic void enterResource(@NotNull
Java8Parser.ResourceContext ctx)
Java8Parser.resource().
The default implementation does nothing.
enterResource in interface Java8Listenerctx - the parse treepublic void exitResource(@NotNull
Java8Parser.ResourceContext ctx)
Java8Parser.resource().
The default implementation does nothing.
exitResource in interface Java8Listenerctx - the parse treepublic void enterElementValuePair(@NotNull
Java8Parser.ElementValuePairContext ctx)
Java8Parser.elementValuePair().
The default implementation does nothing.
enterElementValuePair in interface Java8Listenerctx - the parse treepublic void exitElementValuePair(@NotNull
Java8Parser.ElementValuePairContext ctx)
Java8Parser.elementValuePair().
The default implementation does nothing.
exitElementValuePair in interface Java8Listenerctx - the parse treepublic void enterMethodBody(@NotNull
Java8Parser.MethodBodyContext ctx)
Java8Parser.methodBody().
The default implementation does nothing.
enterMethodBody in interface Java8Listenerctx - the parse treepublic void exitMethodBody(@NotNull
Java8Parser.MethodBodyContext ctx)
Java8Parser.methodBody().
The default implementation does nothing.
exitMethodBody in interface Java8Listenerctx - the parse treepublic void enterArrayInitializer(@NotNull
Java8Parser.ArrayInitializerContext ctx)
Java8Parser.arrayInitializer().
The default implementation does nothing.
enterArrayInitializer in interface Java8Listenerctx - the parse treepublic void exitArrayInitializer(@NotNull
Java8Parser.ArrayInitializerContext ctx)
Java8Parser.arrayInitializer().
The default implementation does nothing.
exitArrayInitializer in interface Java8Listenerctx - the parse treepublic void enterNonWildcardTypeArgumentsOrDiamond(@NotNull
Java8Parser.NonWildcardTypeArgumentsOrDiamondContext ctx)
Java8Parser.nonWildcardTypeArgumentsOrDiamond().
The default implementation does nothing.
enterNonWildcardTypeArgumentsOrDiamond in interface Java8Listenerctx - the parse treepublic void exitNonWildcardTypeArgumentsOrDiamond(@NotNull
Java8Parser.NonWildcardTypeArgumentsOrDiamondContext ctx)
Java8Parser.nonWildcardTypeArgumentsOrDiamond().
The default implementation does nothing.
exitNonWildcardTypeArgumentsOrDiamond in interface Java8Listenerctx - the parse treepublic void enterPrimitiveType(@NotNull
Java8Parser.PrimitiveTypeContext ctx)
Java8Parser.primitiveType().
The default implementation does nothing.
enterPrimitiveType in interface Java8Listenerctx - the parse treepublic void exitPrimitiveType(@NotNull
Java8Parser.PrimitiveTypeContext ctx)
Java8Parser.primitiveType().
The default implementation does nothing.
exitPrimitiveType in interface Java8Listenerctx - the parse treepublic void enterNonWildcardTypeArguments(@NotNull
Java8Parser.NonWildcardTypeArgumentsContext ctx)
Java8Parser.nonWildcardTypeArguments().
The default implementation does nothing.
enterNonWildcardTypeArguments in interface Java8Listenerctx - the parse treepublic void exitNonWildcardTypeArguments(@NotNull
Java8Parser.NonWildcardTypeArgumentsContext ctx)
Java8Parser.nonWildcardTypeArguments().
The default implementation does nothing.
exitNonWildcardTypeArguments in interface Java8Listenerctx - the parse treepublic void enterArrayCreatorRest(@NotNull
Java8Parser.ArrayCreatorRestContext ctx)
Java8Parser.arrayCreatorRest().
The default implementation does nothing.
enterArrayCreatorRest in interface Java8Listenerctx - the parse treepublic void exitArrayCreatorRest(@NotNull
Java8Parser.ArrayCreatorRestContext ctx)
Java8Parser.arrayCreatorRest().
The default implementation does nothing.
exitArrayCreatorRest in interface Java8Listenerctx - the parse treepublic void enterInterfaceMemberDeclaration(@NotNull
Java8Parser.InterfaceMemberDeclarationContext ctx)
Java8Parser.interfaceMemberDeclaration().
The default implementation does nothing.
enterInterfaceMemberDeclaration in interface Java8Listenerctx - the parse treepublic void exitInterfaceMemberDeclaration(@NotNull
Java8Parser.InterfaceMemberDeclarationContext ctx)
Java8Parser.interfaceMemberDeclaration().
The default implementation does nothing.
exitInterfaceMemberDeclaration in interface Java8Listenerctx - the parse treepublic void enterGenericConstructorDeclaration(@NotNull
Java8Parser.GenericConstructorDeclarationContext ctx)
Java8Parser.genericConstructorDeclaration().
The default implementation does nothing.
enterGenericConstructorDeclaration in interface Java8Listenerctx - the parse treepublic void exitGenericConstructorDeclaration(@NotNull
Java8Parser.GenericConstructorDeclarationContext ctx)
Java8Parser.genericConstructorDeclaration().
The default implementation does nothing.
exitGenericConstructorDeclaration in interface Java8Listenerctx - the parse treepublic void enterLiteral(@NotNull
Java8Parser.LiteralContext ctx)
Java8Parser.literal().
The default implementation does nothing.
enterLiteral in interface Java8Listenerctx - the parse treepublic void exitLiteral(@NotNull
Java8Parser.LiteralContext ctx)
Java8Parser.literal().
The default implementation does nothing.
exitLiteral in interface Java8Listenerctx - the parse treepublic void enterSwitchBlockStatementGroup(@NotNull
Java8Parser.SwitchBlockStatementGroupContext ctx)
Java8Parser.switchBlockStatementGroup().
The default implementation does nothing.
enterSwitchBlockStatementGroup in interface Java8Listenerctx - the parse treepublic void exitSwitchBlockStatementGroup(@NotNull
Java8Parser.SwitchBlockStatementGroupContext ctx)
Java8Parser.switchBlockStatementGroup().
The default implementation does nothing.
exitSwitchBlockStatementGroup in interface Java8Listenerctx - 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.ParseTreeListenerpublic void exitEveryRule(@NotNull
org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(@NotNull
org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(@NotNull
org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2014. All Rights Reserved.