Package one.gfw.antlr4.java
Interface JavaParserListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
JavaParserBaseListener
public interface JavaParserListener extends org.antlr.v4.runtime.tree.ParseTreeListener
-
-
Method Summary
-
-
-
Method Detail
-
enterCompilationUnit
void enterCompilationUnit(JavaParser.CompilationUnitContext ctx)
-
exitCompilationUnit
void exitCompilationUnit(JavaParser.CompilationUnitContext ctx)
-
enterPackageDeclaration
void enterPackageDeclaration(JavaParser.PackageDeclarationContext ctx)
-
exitPackageDeclaration
void exitPackageDeclaration(JavaParser.PackageDeclarationContext ctx)
-
enterImportDeclaration
void enterImportDeclaration(JavaParser.ImportDeclarationContext ctx)
-
exitImportDeclaration
void exitImportDeclaration(JavaParser.ImportDeclarationContext ctx)
-
enterTypeDeclaration
void enterTypeDeclaration(JavaParser.TypeDeclarationContext ctx)
-
exitTypeDeclaration
void exitTypeDeclaration(JavaParser.TypeDeclarationContext ctx)
-
enterModifier
void enterModifier(JavaParser.ModifierContext ctx)
-
exitModifier
void exitModifier(JavaParser.ModifierContext ctx)
-
enterClassOrInterfaceModifier
void enterClassOrInterfaceModifier(JavaParser.ClassOrInterfaceModifierContext ctx)
-
exitClassOrInterfaceModifier
void exitClassOrInterfaceModifier(JavaParser.ClassOrInterfaceModifierContext ctx)
-
enterVariableModifier
void enterVariableModifier(JavaParser.VariableModifierContext ctx)
-
exitVariableModifier
void exitVariableModifier(JavaParser.VariableModifierContext ctx)
-
enterClassDeclaration
void enterClassDeclaration(JavaParser.ClassDeclarationContext ctx)
-
exitClassDeclaration
void exitClassDeclaration(JavaParser.ClassDeclarationContext ctx)
-
enterTypeParameters
void enterTypeParameters(JavaParser.TypeParametersContext ctx)
-
exitTypeParameters
void exitTypeParameters(JavaParser.TypeParametersContext ctx)
-
enterTypeParameter
void enterTypeParameter(JavaParser.TypeParameterContext ctx)
-
exitTypeParameter
void exitTypeParameter(JavaParser.TypeParameterContext ctx)
-
enterTypeBound
void enterTypeBound(JavaParser.TypeBoundContext ctx)
-
exitTypeBound
void exitTypeBound(JavaParser.TypeBoundContext ctx)
-
enterEnumDeclaration
void enterEnumDeclaration(JavaParser.EnumDeclarationContext ctx)
-
exitEnumDeclaration
void exitEnumDeclaration(JavaParser.EnumDeclarationContext ctx)
-
enterEnumConstants
void enterEnumConstants(JavaParser.EnumConstantsContext ctx)
-
exitEnumConstants
void exitEnumConstants(JavaParser.EnumConstantsContext ctx)
-
enterEnumConstant
void enterEnumConstant(JavaParser.EnumConstantContext ctx)
-
exitEnumConstant
void exitEnumConstant(JavaParser.EnumConstantContext ctx)
-
enterEnumBodyDeclarations
void enterEnumBodyDeclarations(JavaParser.EnumBodyDeclarationsContext ctx)
-
exitEnumBodyDeclarations
void exitEnumBodyDeclarations(JavaParser.EnumBodyDeclarationsContext ctx)
-
enterInterfaceDeclaration
void enterInterfaceDeclaration(JavaParser.InterfaceDeclarationContext ctx)
-
exitInterfaceDeclaration
void exitInterfaceDeclaration(JavaParser.InterfaceDeclarationContext ctx)
-
enterClassBody
void enterClassBody(JavaParser.ClassBodyContext ctx)
-
exitClassBody
void exitClassBody(JavaParser.ClassBodyContext ctx)
-
enterInterfaceBody
void enterInterfaceBody(JavaParser.InterfaceBodyContext ctx)
-
exitInterfaceBody
void exitInterfaceBody(JavaParser.InterfaceBodyContext ctx)
-
enterClassBodyDeclaration
void enterClassBodyDeclaration(JavaParser.ClassBodyDeclarationContext ctx)
-
exitClassBodyDeclaration
void exitClassBodyDeclaration(JavaParser.ClassBodyDeclarationContext ctx)
-
enterMemberDeclaration
void enterMemberDeclaration(JavaParser.MemberDeclarationContext ctx)
-
exitMemberDeclaration
void exitMemberDeclaration(JavaParser.MemberDeclarationContext ctx)
-
enterMethodDeclaration
void enterMethodDeclaration(JavaParser.MethodDeclarationContext ctx)
-
exitMethodDeclaration
void exitMethodDeclaration(JavaParser.MethodDeclarationContext ctx)
-
enterMethodBody
void enterMethodBody(JavaParser.MethodBodyContext ctx)
-
exitMethodBody
void exitMethodBody(JavaParser.MethodBodyContext ctx)
-
enterTypeTypeOrVoid
void enterTypeTypeOrVoid(JavaParser.TypeTypeOrVoidContext ctx)
-
exitTypeTypeOrVoid
void exitTypeTypeOrVoid(JavaParser.TypeTypeOrVoidContext ctx)
-
enterGenericMethodDeclaration
void enterGenericMethodDeclaration(JavaParser.GenericMethodDeclarationContext ctx)
-
exitGenericMethodDeclaration
void exitGenericMethodDeclaration(JavaParser.GenericMethodDeclarationContext ctx)
-
enterGenericConstructorDeclaration
void enterGenericConstructorDeclaration(JavaParser.GenericConstructorDeclarationContext ctx)
-
exitGenericConstructorDeclaration
void exitGenericConstructorDeclaration(JavaParser.GenericConstructorDeclarationContext ctx)
-
enterConstructorDeclaration
void enterConstructorDeclaration(JavaParser.ConstructorDeclarationContext ctx)
-
exitConstructorDeclaration
void exitConstructorDeclaration(JavaParser.ConstructorDeclarationContext ctx)
-
enterFieldDeclaration
void enterFieldDeclaration(JavaParser.FieldDeclarationContext ctx)
-
exitFieldDeclaration
void exitFieldDeclaration(JavaParser.FieldDeclarationContext ctx)
-
enterInterfaceBodyDeclaration
void enterInterfaceBodyDeclaration(JavaParser.InterfaceBodyDeclarationContext ctx)
-
exitInterfaceBodyDeclaration
void exitInterfaceBodyDeclaration(JavaParser.InterfaceBodyDeclarationContext ctx)
-
enterInterfaceMemberDeclaration
void enterInterfaceMemberDeclaration(JavaParser.InterfaceMemberDeclarationContext ctx)
-
exitInterfaceMemberDeclaration
void exitInterfaceMemberDeclaration(JavaParser.InterfaceMemberDeclarationContext ctx)
-
enterConstDeclaration
void enterConstDeclaration(JavaParser.ConstDeclarationContext ctx)
-
exitConstDeclaration
void exitConstDeclaration(JavaParser.ConstDeclarationContext ctx)
-
enterConstantDeclarator
void enterConstantDeclarator(JavaParser.ConstantDeclaratorContext ctx)
-
exitConstantDeclarator
void exitConstantDeclarator(JavaParser.ConstantDeclaratorContext ctx)
-
enterInterfaceMethodDeclaration
void enterInterfaceMethodDeclaration(JavaParser.InterfaceMethodDeclarationContext ctx)
-
exitInterfaceMethodDeclaration
void exitInterfaceMethodDeclaration(JavaParser.InterfaceMethodDeclarationContext ctx)
-
enterInterfaceMethodModifier
void enterInterfaceMethodModifier(JavaParser.InterfaceMethodModifierContext ctx)
-
exitInterfaceMethodModifier
void exitInterfaceMethodModifier(JavaParser.InterfaceMethodModifierContext ctx)
-
enterGenericInterfaceMethodDeclaration
void enterGenericInterfaceMethodDeclaration(JavaParser.GenericInterfaceMethodDeclarationContext ctx)
-
exitGenericInterfaceMethodDeclaration
void exitGenericInterfaceMethodDeclaration(JavaParser.GenericInterfaceMethodDeclarationContext ctx)
-
enterInterfaceCommonBodyDeclaration
void enterInterfaceCommonBodyDeclaration(JavaParser.InterfaceCommonBodyDeclarationContext ctx)
-
exitInterfaceCommonBodyDeclaration
void exitInterfaceCommonBodyDeclaration(JavaParser.InterfaceCommonBodyDeclarationContext ctx)
-
enterVariableDeclarators
void enterVariableDeclarators(JavaParser.VariableDeclaratorsContext ctx)
-
exitVariableDeclarators
void exitVariableDeclarators(JavaParser.VariableDeclaratorsContext ctx)
-
enterVariableDeclarator
void enterVariableDeclarator(JavaParser.VariableDeclaratorContext ctx)
-
exitVariableDeclarator
void exitVariableDeclarator(JavaParser.VariableDeclaratorContext ctx)
-
enterVariableDeclaratorId
void enterVariableDeclaratorId(JavaParser.VariableDeclaratorIdContext ctx)
-
exitVariableDeclaratorId
void exitVariableDeclaratorId(JavaParser.VariableDeclaratorIdContext ctx)
-
enterVariableInitializer
void enterVariableInitializer(JavaParser.VariableInitializerContext ctx)
-
exitVariableInitializer
void exitVariableInitializer(JavaParser.VariableInitializerContext ctx)
-
enterArrayInitializer
void enterArrayInitializer(JavaParser.ArrayInitializerContext ctx)
-
exitArrayInitializer
void exitArrayInitializer(JavaParser.ArrayInitializerContext ctx)
-
enterClassOrInterfaceType
void enterClassOrInterfaceType(JavaParser.ClassOrInterfaceTypeContext ctx)
-
exitClassOrInterfaceType
void exitClassOrInterfaceType(JavaParser.ClassOrInterfaceTypeContext ctx)
-
enterTypeArgument
void enterTypeArgument(JavaParser.TypeArgumentContext ctx)
-
exitTypeArgument
void exitTypeArgument(JavaParser.TypeArgumentContext ctx)
-
enterQualifiedNameList
void enterQualifiedNameList(JavaParser.QualifiedNameListContext ctx)
-
exitQualifiedNameList
void exitQualifiedNameList(JavaParser.QualifiedNameListContext ctx)
-
enterFormalParameters
void enterFormalParameters(JavaParser.FormalParametersContext ctx)
-
exitFormalParameters
void exitFormalParameters(JavaParser.FormalParametersContext ctx)
-
enterReceiverParameter
void enterReceiverParameter(JavaParser.ReceiverParameterContext ctx)
-
exitReceiverParameter
void exitReceiverParameter(JavaParser.ReceiverParameterContext ctx)
-
enterFormalParameterList
void enterFormalParameterList(JavaParser.FormalParameterListContext ctx)
-
exitFormalParameterList
void exitFormalParameterList(JavaParser.FormalParameterListContext ctx)
-
enterFormalParameter
void enterFormalParameter(JavaParser.FormalParameterContext ctx)
-
exitFormalParameter
void exitFormalParameter(JavaParser.FormalParameterContext ctx)
-
enterLastFormalParameter
void enterLastFormalParameter(JavaParser.LastFormalParameterContext ctx)
-
exitLastFormalParameter
void exitLastFormalParameter(JavaParser.LastFormalParameterContext ctx)
-
enterLambdaLVTIList
void enterLambdaLVTIList(JavaParser.LambdaLVTIListContext ctx)
-
exitLambdaLVTIList
void exitLambdaLVTIList(JavaParser.LambdaLVTIListContext ctx)
-
enterLambdaLVTIParameter
void enterLambdaLVTIParameter(JavaParser.LambdaLVTIParameterContext ctx)
-
exitLambdaLVTIParameter
void exitLambdaLVTIParameter(JavaParser.LambdaLVTIParameterContext ctx)
-
enterQualifiedName
void enterQualifiedName(JavaParser.QualifiedNameContext ctx)
-
exitQualifiedName
void exitQualifiedName(JavaParser.QualifiedNameContext ctx)
-
enterLiteral
void enterLiteral(JavaParser.LiteralContext ctx)
-
exitLiteral
void exitLiteral(JavaParser.LiteralContext ctx)
-
enterIntegerLiteral
void enterIntegerLiteral(JavaParser.IntegerLiteralContext ctx)
-
exitIntegerLiteral
void exitIntegerLiteral(JavaParser.IntegerLiteralContext ctx)
-
enterFloatLiteral
void enterFloatLiteral(JavaParser.FloatLiteralContext ctx)
-
exitFloatLiteral
void exitFloatLiteral(JavaParser.FloatLiteralContext ctx)
-
enterAltAnnotationQualifiedName
void enterAltAnnotationQualifiedName(JavaParser.AltAnnotationQualifiedNameContext ctx)
-
exitAltAnnotationQualifiedName
void exitAltAnnotationQualifiedName(JavaParser.AltAnnotationQualifiedNameContext ctx)
-
enterAnnotation
void enterAnnotation(JavaParser.AnnotationContext ctx)
-
exitAnnotation
void exitAnnotation(JavaParser.AnnotationContext ctx)
-
enterElementValuePairs
void enterElementValuePairs(JavaParser.ElementValuePairsContext ctx)
-
exitElementValuePairs
void exitElementValuePairs(JavaParser.ElementValuePairsContext ctx)
-
enterElementValuePair
void enterElementValuePair(JavaParser.ElementValuePairContext ctx)
-
exitElementValuePair
void exitElementValuePair(JavaParser.ElementValuePairContext ctx)
-
enterElementValue
void enterElementValue(JavaParser.ElementValueContext ctx)
-
exitElementValue
void exitElementValue(JavaParser.ElementValueContext ctx)
-
enterElementValueArrayInitializer
void enterElementValueArrayInitializer(JavaParser.ElementValueArrayInitializerContext ctx)
-
exitElementValueArrayInitializer
void exitElementValueArrayInitializer(JavaParser.ElementValueArrayInitializerContext ctx)
-
enterAnnotationTypeDeclaration
void enterAnnotationTypeDeclaration(JavaParser.AnnotationTypeDeclarationContext ctx)
-
exitAnnotationTypeDeclaration
void exitAnnotationTypeDeclaration(JavaParser.AnnotationTypeDeclarationContext ctx)
-
enterAnnotationTypeBody
void enterAnnotationTypeBody(JavaParser.AnnotationTypeBodyContext ctx)
-
exitAnnotationTypeBody
void exitAnnotationTypeBody(JavaParser.AnnotationTypeBodyContext ctx)
-
enterAnnotationTypeElementDeclaration
void enterAnnotationTypeElementDeclaration(JavaParser.AnnotationTypeElementDeclarationContext ctx)
-
exitAnnotationTypeElementDeclaration
void exitAnnotationTypeElementDeclaration(JavaParser.AnnotationTypeElementDeclarationContext ctx)
-
enterAnnotationTypeElementRest
void enterAnnotationTypeElementRest(JavaParser.AnnotationTypeElementRestContext ctx)
-
exitAnnotationTypeElementRest
void exitAnnotationTypeElementRest(JavaParser.AnnotationTypeElementRestContext ctx)
-
enterAnnotationMethodOrConstantRest
void enterAnnotationMethodOrConstantRest(JavaParser.AnnotationMethodOrConstantRestContext ctx)
-
exitAnnotationMethodOrConstantRest
void exitAnnotationMethodOrConstantRest(JavaParser.AnnotationMethodOrConstantRestContext ctx)
-
enterAnnotationMethodRest
void enterAnnotationMethodRest(JavaParser.AnnotationMethodRestContext ctx)
-
exitAnnotationMethodRest
void exitAnnotationMethodRest(JavaParser.AnnotationMethodRestContext ctx)
-
enterAnnotationConstantRest
void enterAnnotationConstantRest(JavaParser.AnnotationConstantRestContext ctx)
-
exitAnnotationConstantRest
void exitAnnotationConstantRest(JavaParser.AnnotationConstantRestContext ctx)
-
enterDefaultValue
void enterDefaultValue(JavaParser.DefaultValueContext ctx)
-
exitDefaultValue
void exitDefaultValue(JavaParser.DefaultValueContext ctx)
-
enterModuleDeclaration
void enterModuleDeclaration(JavaParser.ModuleDeclarationContext ctx)
-
exitModuleDeclaration
void exitModuleDeclaration(JavaParser.ModuleDeclarationContext ctx)
-
enterModuleBody
void enterModuleBody(JavaParser.ModuleBodyContext ctx)
-
exitModuleBody
void exitModuleBody(JavaParser.ModuleBodyContext ctx)
-
enterModuleDirective
void enterModuleDirective(JavaParser.ModuleDirectiveContext ctx)
-
exitModuleDirective
void exitModuleDirective(JavaParser.ModuleDirectiveContext ctx)
-
enterRequiresModifier
void enterRequiresModifier(JavaParser.RequiresModifierContext ctx)
-
exitRequiresModifier
void exitRequiresModifier(JavaParser.RequiresModifierContext ctx)
-
enterRecordDeclaration
void enterRecordDeclaration(JavaParser.RecordDeclarationContext ctx)
-
exitRecordDeclaration
void exitRecordDeclaration(JavaParser.RecordDeclarationContext ctx)
-
enterRecordHeader
void enterRecordHeader(JavaParser.RecordHeaderContext ctx)
-
exitRecordHeader
void exitRecordHeader(JavaParser.RecordHeaderContext ctx)
-
enterRecordComponentList
void enterRecordComponentList(JavaParser.RecordComponentListContext ctx)
-
exitRecordComponentList
void exitRecordComponentList(JavaParser.RecordComponentListContext ctx)
-
enterRecordComponent
void enterRecordComponent(JavaParser.RecordComponentContext ctx)
-
exitRecordComponent
void exitRecordComponent(JavaParser.RecordComponentContext ctx)
-
enterRecordBody
void enterRecordBody(JavaParser.RecordBodyContext ctx)
-
exitRecordBody
void exitRecordBody(JavaParser.RecordBodyContext ctx)
-
enterBlock
void enterBlock(JavaParser.BlockContext ctx)
-
exitBlock
void exitBlock(JavaParser.BlockContext ctx)
-
enterBlockStatement
void enterBlockStatement(JavaParser.BlockStatementContext ctx)
-
exitBlockStatement
void exitBlockStatement(JavaParser.BlockStatementContext ctx)
-
enterLocalVariableDeclaration
void enterLocalVariableDeclaration(JavaParser.LocalVariableDeclarationContext ctx)
-
exitLocalVariableDeclaration
void exitLocalVariableDeclaration(JavaParser.LocalVariableDeclarationContext ctx)
-
enterIdentifier
void enterIdentifier(JavaParser.IdentifierContext ctx)
-
exitIdentifier
void exitIdentifier(JavaParser.IdentifierContext ctx)
-
enterLocalTypeDeclaration
void enterLocalTypeDeclaration(JavaParser.LocalTypeDeclarationContext ctx)
-
exitLocalTypeDeclaration
void exitLocalTypeDeclaration(JavaParser.LocalTypeDeclarationContext ctx)
-
enterStatement
void enterStatement(JavaParser.StatementContext ctx)
-
exitStatement
void exitStatement(JavaParser.StatementContext ctx)
-
enterCatchClause
void enterCatchClause(JavaParser.CatchClauseContext ctx)
-
exitCatchClause
void exitCatchClause(JavaParser.CatchClauseContext ctx)
-
enterCatchType
void enterCatchType(JavaParser.CatchTypeContext ctx)
-
exitCatchType
void exitCatchType(JavaParser.CatchTypeContext ctx)
-
enterFinallyBlock
void enterFinallyBlock(JavaParser.FinallyBlockContext ctx)
-
exitFinallyBlock
void exitFinallyBlock(JavaParser.FinallyBlockContext ctx)
-
enterResourceSpecification
void enterResourceSpecification(JavaParser.ResourceSpecificationContext ctx)
-
exitResourceSpecification
void exitResourceSpecification(JavaParser.ResourceSpecificationContext ctx)
-
enterResources
void enterResources(JavaParser.ResourcesContext ctx)
-
exitResources
void exitResources(JavaParser.ResourcesContext ctx)
-
enterResource
void enterResource(JavaParser.ResourceContext ctx)
-
exitResource
void exitResource(JavaParser.ResourceContext ctx)
-
enterSwitchBlockStatementGroup
void enterSwitchBlockStatementGroup(JavaParser.SwitchBlockStatementGroupContext ctx)
-
exitSwitchBlockStatementGroup
void exitSwitchBlockStatementGroup(JavaParser.SwitchBlockStatementGroupContext ctx)
-
enterSwitchLabel
void enterSwitchLabel(JavaParser.SwitchLabelContext ctx)
-
exitSwitchLabel
void exitSwitchLabel(JavaParser.SwitchLabelContext ctx)
-
enterForControl
void enterForControl(JavaParser.ForControlContext ctx)
-
exitForControl
void exitForControl(JavaParser.ForControlContext ctx)
-
enterForInit
void enterForInit(JavaParser.ForInitContext ctx)
-
exitForInit
void exitForInit(JavaParser.ForInitContext ctx)
-
enterEnhancedForControl
void enterEnhancedForControl(JavaParser.EnhancedForControlContext ctx)
-
exitEnhancedForControl
void exitEnhancedForControl(JavaParser.EnhancedForControlContext ctx)
-
enterParExpression
void enterParExpression(JavaParser.ParExpressionContext ctx)
-
exitParExpression
void exitParExpression(JavaParser.ParExpressionContext ctx)
-
enterExpressionList
void enterExpressionList(JavaParser.ExpressionListContext ctx)
-
exitExpressionList
void exitExpressionList(JavaParser.ExpressionListContext ctx)
-
enterMethodCall
void enterMethodCall(JavaParser.MethodCallContext ctx)
-
exitMethodCall
void exitMethodCall(JavaParser.MethodCallContext ctx)
-
enterExpression
void enterExpression(JavaParser.ExpressionContext ctx)
-
exitExpression
void exitExpression(JavaParser.ExpressionContext ctx)
-
enterPattern
void enterPattern(JavaParser.PatternContext ctx)
-
exitPattern
void exitPattern(JavaParser.PatternContext ctx)
-
enterLambdaExpression
void enterLambdaExpression(JavaParser.LambdaExpressionContext ctx)
-
exitLambdaExpression
void exitLambdaExpression(JavaParser.LambdaExpressionContext ctx)
-
enterLambdaParameters
void enterLambdaParameters(JavaParser.LambdaParametersContext ctx)
-
exitLambdaParameters
void exitLambdaParameters(JavaParser.LambdaParametersContext ctx)
-
enterLambdaBody
void enterLambdaBody(JavaParser.LambdaBodyContext ctx)
-
exitLambdaBody
void exitLambdaBody(JavaParser.LambdaBodyContext ctx)
-
enterPrimary
void enterPrimary(JavaParser.PrimaryContext ctx)
-
exitPrimary
void exitPrimary(JavaParser.PrimaryContext ctx)
-
enterSwitchExpression
void enterSwitchExpression(JavaParser.SwitchExpressionContext ctx)
-
exitSwitchExpression
void exitSwitchExpression(JavaParser.SwitchExpressionContext ctx)
-
enterSwitchLabeledRule
void enterSwitchLabeledRule(JavaParser.SwitchLabeledRuleContext ctx)
-
exitSwitchLabeledRule
void exitSwitchLabeledRule(JavaParser.SwitchLabeledRuleContext ctx)
-
enterGuardedPattern
void enterGuardedPattern(JavaParser.GuardedPatternContext ctx)
-
exitGuardedPattern
void exitGuardedPattern(JavaParser.GuardedPatternContext ctx)
-
enterSwitchRuleOutcome
void enterSwitchRuleOutcome(JavaParser.SwitchRuleOutcomeContext ctx)
-
exitSwitchRuleOutcome
void exitSwitchRuleOutcome(JavaParser.SwitchRuleOutcomeContext ctx)
-
enterClassType
void enterClassType(JavaParser.ClassTypeContext ctx)
-
exitClassType
void exitClassType(JavaParser.ClassTypeContext ctx)
-
enterCreator
void enterCreator(JavaParser.CreatorContext ctx)
-
exitCreator
void exitCreator(JavaParser.CreatorContext ctx)
-
enterCreatedName
void enterCreatedName(JavaParser.CreatedNameContext ctx)
-
exitCreatedName
void exitCreatedName(JavaParser.CreatedNameContext ctx)
-
enterInnerCreator
void enterInnerCreator(JavaParser.InnerCreatorContext ctx)
-
exitInnerCreator
void exitInnerCreator(JavaParser.InnerCreatorContext ctx)
-
enterArrayCreatorRest
void enterArrayCreatorRest(JavaParser.ArrayCreatorRestContext ctx)
-
exitArrayCreatorRest
void exitArrayCreatorRest(JavaParser.ArrayCreatorRestContext ctx)
-
enterClassCreatorRest
void enterClassCreatorRest(JavaParser.ClassCreatorRestContext ctx)
-
exitClassCreatorRest
void exitClassCreatorRest(JavaParser.ClassCreatorRestContext ctx)
-
enterExplicitGenericInvocation
void enterExplicitGenericInvocation(JavaParser.ExplicitGenericInvocationContext ctx)
-
exitExplicitGenericInvocation
void exitExplicitGenericInvocation(JavaParser.ExplicitGenericInvocationContext ctx)
-
enterTypeArgumentsOrDiamond
void enterTypeArgumentsOrDiamond(JavaParser.TypeArgumentsOrDiamondContext ctx)
-
exitTypeArgumentsOrDiamond
void exitTypeArgumentsOrDiamond(JavaParser.TypeArgumentsOrDiamondContext ctx)
-
enterNonWildcardTypeArgumentsOrDiamond
void enterNonWildcardTypeArgumentsOrDiamond(JavaParser.NonWildcardTypeArgumentsOrDiamondContext ctx)
-
exitNonWildcardTypeArgumentsOrDiamond
void exitNonWildcardTypeArgumentsOrDiamond(JavaParser.NonWildcardTypeArgumentsOrDiamondContext ctx)
-
enterNonWildcardTypeArguments
void enterNonWildcardTypeArguments(JavaParser.NonWildcardTypeArgumentsContext ctx)
-
exitNonWildcardTypeArguments
void exitNonWildcardTypeArguments(JavaParser.NonWildcardTypeArgumentsContext ctx)
-
enterTypeList
void enterTypeList(JavaParser.TypeListContext ctx)
-
exitTypeList
void exitTypeList(JavaParser.TypeListContext ctx)
-
enterTypeType
void enterTypeType(JavaParser.TypeTypeContext ctx)
-
exitTypeType
void exitTypeType(JavaParser.TypeTypeContext ctx)
-
enterPrimitiveType
void enterPrimitiveType(JavaParser.PrimitiveTypeContext ctx)
-
exitPrimitiveType
void exitPrimitiveType(JavaParser.PrimitiveTypeContext ctx)
-
enterTypeArguments
void enterTypeArguments(JavaParser.TypeArgumentsContext ctx)
-
exitTypeArguments
void exitTypeArguments(JavaParser.TypeArgumentsContext ctx)
-
enterSuperSuffix
void enterSuperSuffix(JavaParser.SuperSuffixContext ctx)
-
exitSuperSuffix
void exitSuperSuffix(JavaParser.SuperSuffixContext ctx)
-
enterExplicitGenericInvocationSuffix
void enterExplicitGenericInvocationSuffix(JavaParser.ExplicitGenericInvocationSuffixContext ctx)
-
exitExplicitGenericInvocationSuffix
void exitExplicitGenericInvocationSuffix(JavaParser.ExplicitGenericInvocationSuffixContext ctx)
-
enterArguments
void enterArguments(JavaParser.ArgumentsContext ctx)
-
exitArguments
void exitArguments(JavaParser.ArgumentsContext ctx)
-
-