T - The return type of the visit operation. Use Void for
operations with no return type.public class JavaBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements JavaVisitor<T>
JavaVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
JavaBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitInnerCreator(@NotNull JavaParser.InnerCreatorContext ctx)
JavaParser.innerCreator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitInnerCreator in interface JavaVisitor<T>ctx - the parse treepublic T visitGenericMethodDeclaration(@NotNull JavaParser.GenericMethodDeclarationContext ctx)
JavaParser.genericMethodDeclaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitGenericMethodDeclaration in interface JavaVisitor<T>ctx - the parse treepublic T visitExpressionList(@NotNull JavaParser.ExpressionListContext ctx)
JavaParser.expressionList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitExpressionList in interface JavaVisitor<T>ctx - the parse treepublic T visitTypeDeclaration(@NotNull JavaParser.TypeDeclarationContext ctx)
JavaParser.typeDeclaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitTypeDeclaration in interface JavaVisitor<T>ctx - the parse treepublic T visitForUpdate(@NotNull JavaParser.ForUpdateContext ctx)
JavaParser.forUpdate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitForUpdate in interface JavaVisitor<T>ctx - the parse treepublic T visitAnnotation(@NotNull JavaParser.AnnotationContext ctx)
JavaParser.annotation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAnnotation in interface JavaVisitor<T>ctx - the parse treepublic T visitEnumConstant(@NotNull JavaParser.EnumConstantContext ctx)
JavaParser.enumConstant().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitEnumConstant in interface JavaVisitor<T>ctx - the parse treepublic T visitImportDeclaration(@NotNull JavaParser.ImportDeclarationContext ctx)
JavaParser.importDeclaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitImportDeclaration in interface JavaVisitor<T>ctx - the parse treepublic T visitAnnotationMethodOrConstantRest(@NotNull JavaParser.AnnotationMethodOrConstantRestContext ctx)
JavaParser.annotationMethodOrConstantRest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAnnotationMethodOrConstantRest in interface JavaVisitor<T>ctx - the parse treepublic T visitEnumConstantName(@NotNull JavaParser.EnumConstantNameContext ctx)
JavaParser.enumConstantName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitEnumConstantName in interface JavaVisitor<T>ctx - the parse treepublic T visitFinallyBlock(@NotNull JavaParser.FinallyBlockContext ctx)
JavaParser.finallyBlock().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitFinallyBlock in interface JavaVisitor<T>ctx - the parse treepublic T visitVariableDeclarators(@NotNull JavaParser.VariableDeclaratorsContext ctx)
JavaParser.variableDeclarators().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitVariableDeclarators in interface JavaVisitor<T>ctx - the parse treepublic T visitElementValuePairs(@NotNull JavaParser.ElementValuePairsContext ctx)
JavaParser.elementValuePairs().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitElementValuePairs in interface JavaVisitor<T>ctx - the parse treepublic T visitInterfaceMethodDeclaration(@NotNull JavaParser.InterfaceMethodDeclarationContext ctx)
JavaParser.interfaceMethodDeclaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitInterfaceMethodDeclaration in interface JavaVisitor<T>ctx - the parse treepublic T visitInterfaceBodyDeclaration(@NotNull JavaParser.InterfaceBodyDeclarationContext ctx)
JavaParser.interfaceBodyDeclaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitInterfaceBodyDeclaration in interface JavaVisitor<T>ctx - the parse treepublic T visitEnumConstants(@NotNull JavaParser.EnumConstantsContext ctx)
JavaParser.enumConstants().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitEnumConstants in interface JavaVisitor<T>ctx - the parse treepublic T visitCatchClause(@NotNull JavaParser.CatchClauseContext ctx)
JavaParser.catchClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitCatchClause in interface JavaVisitor<T>ctx - the parse treepublic T visitConstantExpression(@NotNull JavaParser.ConstantExpressionContext ctx)
JavaParser.constantExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitConstantExpression in interface JavaVisitor<T>ctx - the parse treepublic T visitEnumDeclaration(@NotNull JavaParser.EnumDeclarationContext ctx)
JavaParser.enumDeclaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitEnumDeclaration in interface JavaVisitor<T>ctx - the parse treepublic T visitExplicitGenericInvocationSuffix(@NotNull JavaParser.ExplicitGenericInvocationSuffixContext ctx)
JavaParser.explicitGenericInvocationSuffix().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitExplicitGenericInvocationSuffix in interface JavaVisitor<T>ctx - the parse treepublic T visitTypeParameter(@NotNull JavaParser.TypeParameterContext ctx)
JavaParser.typeParameter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitTypeParameter in interface JavaVisitor<T>ctx - the parse treepublic T visitEnumBodyDeclarations(@NotNull JavaParser.EnumBodyDeclarationsContext ctx)
JavaParser.enumBodyDeclarations().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitEnumBodyDeclarations in interface JavaVisitor<T>ctx - the parse treepublic T visitTypeBound(@NotNull JavaParser.TypeBoundContext ctx)
JavaParser.typeBound().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitTypeBound in interface JavaVisitor<T>ctx - the parse treepublic T visitStatementExpression(@NotNull JavaParser.StatementExpressionContext ctx)
JavaParser.statementExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitStatementExpression in interface JavaVisitor<T>ctx - the parse treepublic T visitVariableInitializer(@NotNull JavaParser.VariableInitializerContext ctx)
JavaParser.variableInitializer().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitVariableInitializer in interface JavaVisitor<T>ctx - the parse treepublic T visitBlock(@NotNull JavaParser.BlockContext ctx)
JavaParser.block().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitBlock in interface JavaVisitor<T>ctx - the parse treepublic T visitGenericInterfaceMethodDeclaration(@NotNull JavaParser.GenericInterfaceMethodDeclarationContext ctx)
JavaParser.genericInterfaceMethodDeclaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitGenericInterfaceMethodDeclaration in interface JavaVisitor<T>ctx - the parse treepublic T visitLocalVariableDeclarationStatement(@NotNull JavaParser.LocalVariableDeclarationStatementContext ctx)
JavaParser.localVariableDeclarationStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitLocalVariableDeclarationStatement in interface JavaVisitor<T>ctx - the parse treepublic T visitSuperSuffix(@NotNull JavaParser.SuperSuffixContext ctx)
JavaParser.superSuffix().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitSuperSuffix in interface JavaVisitor<T>ctx - the parse treepublic T visitFieldDeclaration(@NotNull JavaParser.FieldDeclarationContext ctx)
JavaParser.fieldDeclaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitFieldDeclaration in interface JavaVisitor<T>ctx - the parse treepublic T visitFormalParameterList(@NotNull JavaParser.FormalParameterListContext ctx)
JavaParser.formalParameterList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitFormalParameterList in interface JavaVisitor<T>ctx - the parse treepublic T visitExplicitGenericInvocation(@NotNull JavaParser.ExplicitGenericInvocationContext ctx)
JavaParser.explicitGenericInvocation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitExplicitGenericInvocation in interface JavaVisitor<T>ctx - the parse treepublic T visitParExpression(@NotNull JavaParser.ParExpressionContext ctx)
JavaParser.parExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitParExpression in interface JavaVisitor<T>ctx - the parse treepublic T visitSwitchLabel(@NotNull JavaParser.SwitchLabelContext ctx)
JavaParser.switchLabel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitSwitchLabel in interface JavaVisitor<T>ctx - the parse treepublic T visitTypeParameters(@NotNull JavaParser.TypeParametersContext ctx)
JavaParser.typeParameters().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitTypeParameters in interface JavaVisitor<T>ctx - the parse treepublic T visitQualifiedName(@NotNull JavaParser.QualifiedNameContext ctx)
JavaParser.qualifiedName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitQualifiedName in interface JavaVisitor<T>ctx - the parse treepublic T visitClassDeclaration(@NotNull JavaParser.ClassDeclarationContext ctx)
JavaParser.classDeclaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitClassDeclaration in interface JavaVisitor<T>ctx - the parse treepublic T visitAnnotationConstantRest(@NotNull JavaParser.AnnotationConstantRestContext ctx)
JavaParser.annotationConstantRest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAnnotationConstantRest in interface JavaVisitor<T>ctx - the parse treepublic T visitArguments(@NotNull JavaParser.ArgumentsContext ctx)
JavaParser.arguments().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitArguments in interface JavaVisitor<T>ctx - the parse treepublic T visitConstructorBody(@NotNull JavaParser.ConstructorBodyContext ctx)
JavaParser.constructorBody().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitConstructorBody in interface JavaVisitor<T>ctx - the parse treepublic T visitFormalParameters(@NotNull JavaParser.FormalParametersContext ctx)
JavaParser.formalParameters().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitFormalParameters in interface JavaVisitor<T>ctx - the parse treepublic T visitTypeArgument(@NotNull JavaParser.TypeArgumentContext ctx)
JavaParser.typeArgument().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitTypeArgument in interface JavaVisitor<T>ctx - the parse treepublic T visitForInit(@NotNull JavaParser.ForInitContext ctx)
JavaParser.forInit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitForInit in interface JavaVisitor<T>ctx - the parse treepublic T visitVariableDeclarator(@NotNull JavaParser.VariableDeclaratorContext ctx)
JavaParser.variableDeclarator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitVariableDeclarator in interface JavaVisitor<T>ctx - the parse treepublic T visitAnnotationTypeDeclaration(@NotNull JavaParser.AnnotationTypeDeclarationContext ctx)
JavaParser.annotationTypeDeclaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAnnotationTypeDeclaration in interface JavaVisitor<T>ctx - the parse treepublic T visitExpression(@NotNull JavaParser.ExpressionContext ctx)
JavaParser.expression(int).
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitExpression in interface JavaVisitor<T>ctx - the parse treepublic T visitResources(@NotNull JavaParser.ResourcesContext ctx)
JavaParser.resources().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitResources in interface JavaVisitor<T>ctx - the parse treepublic T visitFormalParameter(@NotNull JavaParser.FormalParameterContext ctx)
JavaParser.formalParameter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitFormalParameter in interface JavaVisitor<T>ctx - the parse treepublic T visitType(@NotNull JavaParser.TypeContext ctx)
JavaParser.type().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitType in interface JavaVisitor<T>ctx - the parse treepublic T visitElementValueArrayInitializer(@NotNull JavaParser.ElementValueArrayInitializerContext ctx)
JavaParser.elementValueArrayInitializer().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitElementValueArrayInitializer in interface JavaVisitor<T>ctx - the parse treepublic T visitAnnotationName(@NotNull JavaParser.AnnotationNameContext ctx)
JavaParser.annotationName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAnnotationName in interface JavaVisitor<T>ctx - the parse treepublic T visitEnhancedForControl(@NotNull JavaParser.EnhancedForControlContext ctx)
JavaParser.enhancedForControl().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitEnhancedForControl in interface JavaVisitor<T>ctx - the parse treepublic T visitAnnotationMethodRest(@NotNull JavaParser.AnnotationMethodRestContext ctx)
JavaParser.annotationMethodRest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAnnotationMethodRest in interface JavaVisitor<T>ctx - the parse treepublic T visitPrimary(@NotNull JavaParser.PrimaryContext ctx)
JavaParser.primary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitPrimary in interface JavaVisitor<T>ctx - the parse treepublic T visitClassBody(@NotNull JavaParser.ClassBodyContext ctx)
JavaParser.classBody().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitClassBody in interface JavaVisitor<T>ctx - the parse treepublic T visitClassOrInterfaceModifier(@NotNull JavaParser.ClassOrInterfaceModifierContext ctx)
JavaParser.classOrInterfaceModifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitClassOrInterfaceModifier in interface JavaVisitor<T>ctx - the parse treepublic T visitDefaultValue(@NotNull JavaParser.DefaultValueContext ctx)
JavaParser.defaultValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitDefaultValue in interface JavaVisitor<T>ctx - the parse treepublic T visitVariableModifier(@NotNull JavaParser.VariableModifierContext ctx)
JavaParser.variableModifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitVariableModifier in interface JavaVisitor<T>ctx - the parse treepublic T visitConstDeclaration(@NotNull JavaParser.ConstDeclarationContext ctx)
JavaParser.constDeclaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitConstDeclaration in interface JavaVisitor<T>ctx - the parse treepublic T visitCreatedName(@NotNull JavaParser.CreatedNameContext ctx)
JavaParser.createdName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitCreatedName in interface JavaVisitor<T>ctx - the parse treepublic T visitInterfaceDeclaration(@NotNull JavaParser.InterfaceDeclarationContext ctx)
JavaParser.interfaceDeclaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitInterfaceDeclaration in interface JavaVisitor<T>ctx - the parse treepublic T visitPackageDeclaration(@NotNull JavaParser.PackageDeclarationContext ctx)
JavaParser.packageDeclaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitPackageDeclaration in interface JavaVisitor<T>ctx - the parse treepublic T visitConstantDeclarator(@NotNull JavaParser.ConstantDeclaratorContext ctx)
JavaParser.constantDeclarator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitConstantDeclarator in interface JavaVisitor<T>ctx - the parse treepublic T visitCatchType(@NotNull JavaParser.CatchTypeContext ctx)
JavaParser.catchType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitCatchType in interface JavaVisitor<T>ctx - the parse treepublic T visitTypeArguments(@NotNull JavaParser.TypeArgumentsContext ctx)
JavaParser.typeArguments().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitTypeArguments in interface JavaVisitor<T>ctx - the parse treepublic T visitClassCreatorRest(@NotNull JavaParser.ClassCreatorRestContext ctx)
JavaParser.classCreatorRest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitClassCreatorRest in interface JavaVisitor<T>ctx - the parse treepublic T visitModifier(@NotNull JavaParser.ModifierContext ctx)
JavaParser.modifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitModifier in interface JavaVisitor<T>ctx - the parse treepublic T visitStatement(@NotNull JavaParser.StatementContext ctx)
JavaParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitStatement in interface JavaVisitor<T>ctx - the parse treepublic T visitInterfaceBody(@NotNull JavaParser.InterfaceBodyContext ctx)
JavaParser.interfaceBody().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitInterfaceBody in interface JavaVisitor<T>ctx - the parse treepublic T visitClassBodyDeclaration(@NotNull JavaParser.ClassBodyDeclarationContext ctx)
JavaParser.classBodyDeclaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitClassBodyDeclaration in interface JavaVisitor<T>ctx - the parse treepublic T visitLastFormalParameter(@NotNull JavaParser.LastFormalParameterContext ctx)
JavaParser.lastFormalParameter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitLastFormalParameter in interface JavaVisitor<T>ctx - the parse treepublic T visitForControl(@NotNull JavaParser.ForControlContext ctx)
JavaParser.forControl().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitForControl in interface JavaVisitor<T>ctx - the parse treepublic T visitTypeList(@NotNull JavaParser.TypeListContext ctx)
JavaParser.typeList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitTypeList in interface JavaVisitor<T>ctx - the parse treepublic T visitLocalVariableDeclaration(@NotNull JavaParser.LocalVariableDeclarationContext ctx)
JavaParser.localVariableDeclaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitLocalVariableDeclaration in interface JavaVisitor<T>ctx - the parse treepublic T visitVariableDeclaratorId(@NotNull JavaParser.VariableDeclaratorIdContext ctx)
JavaParser.variableDeclaratorId().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitVariableDeclaratorId in interface JavaVisitor<T>ctx - the parse treepublic T visitCompilationUnit(@NotNull JavaParser.CompilationUnitContext ctx)
JavaParser.compilationUnit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitCompilationUnit in interface JavaVisitor<T>ctx - the parse treepublic T visitElementValue(@NotNull JavaParser.ElementValueContext ctx)
JavaParser.elementValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitElementValue in interface JavaVisitor<T>ctx - the parse treepublic T visitClassOrInterfaceType(@NotNull JavaParser.ClassOrInterfaceTypeContext ctx)
JavaParser.classOrInterfaceType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitClassOrInterfaceType in interface JavaVisitor<T>ctx - the parse treepublic T visitTypeArgumentsOrDiamond(@NotNull JavaParser.TypeArgumentsOrDiamondContext ctx)
JavaParser.typeArgumentsOrDiamond().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitTypeArgumentsOrDiamond in interface JavaVisitor<T>ctx - the parse treepublic T visitAnnotationTypeElementDeclaration(@NotNull JavaParser.AnnotationTypeElementDeclarationContext ctx)
JavaParser.annotationTypeElementDeclaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAnnotationTypeElementDeclaration in interface JavaVisitor<T>ctx - the parse treepublic T visitBlockStatement(@NotNull JavaParser.BlockStatementContext ctx)
JavaParser.blockStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitBlockStatement in interface JavaVisitor<T>ctx - the parse treepublic T visitAnnotationTypeBody(@NotNull JavaParser.AnnotationTypeBodyContext ctx)
JavaParser.annotationTypeBody().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAnnotationTypeBody in interface JavaVisitor<T>ctx - the parse treepublic T visitQualifiedNameList(@NotNull JavaParser.QualifiedNameListContext ctx)
JavaParser.qualifiedNameList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitQualifiedNameList in interface JavaVisitor<T>ctx - the parse treepublic T visitCreator(@NotNull JavaParser.CreatorContext ctx)
JavaParser.creator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitCreator in interface JavaVisitor<T>ctx - the parse treepublic T visitMemberDeclaration(@NotNull JavaParser.MemberDeclarationContext ctx)
JavaParser.memberDeclaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitMemberDeclaration in interface JavaVisitor<T>ctx - the parse treepublic T visitMethodDeclaration(@NotNull JavaParser.MethodDeclarationContext ctx)
JavaParser.methodDeclaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitMethodDeclaration in interface JavaVisitor<T>ctx - the parse treepublic T visitAnnotationTypeElementRest(@NotNull JavaParser.AnnotationTypeElementRestContext ctx)
JavaParser.annotationTypeElementRest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAnnotationTypeElementRest in interface JavaVisitor<T>ctx - the parse treepublic T visitResourceSpecification(@NotNull JavaParser.ResourceSpecificationContext ctx)
JavaParser.resourceSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitResourceSpecification in interface JavaVisitor<T>ctx - the parse treepublic T visitConstructorDeclaration(@NotNull JavaParser.ConstructorDeclarationContext ctx)
JavaParser.constructorDeclaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitConstructorDeclaration in interface JavaVisitor<T>ctx - the parse treepublic T visitResource(@NotNull JavaParser.ResourceContext ctx)
JavaParser.resource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitResource in interface JavaVisitor<T>ctx - the parse treepublic T visitElementValuePair(@NotNull JavaParser.ElementValuePairContext ctx)
JavaParser.elementValuePair().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitElementValuePair in interface JavaVisitor<T>ctx - the parse treepublic T visitMethodBody(@NotNull JavaParser.MethodBodyContext ctx)
JavaParser.methodBody().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitMethodBody in interface JavaVisitor<T>ctx - the parse treepublic T visitArrayInitializer(@NotNull JavaParser.ArrayInitializerContext ctx)
JavaParser.arrayInitializer().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitArrayInitializer in interface JavaVisitor<T>ctx - the parse treepublic T visitNonWildcardTypeArgumentsOrDiamond(@NotNull JavaParser.NonWildcardTypeArgumentsOrDiamondContext ctx)
JavaParser.nonWildcardTypeArgumentsOrDiamond().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitNonWildcardTypeArgumentsOrDiamond in interface JavaVisitor<T>ctx - the parse treepublic T visitPrimitiveType(@NotNull JavaParser.PrimitiveTypeContext ctx)
JavaParser.primitiveType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitPrimitiveType in interface JavaVisitor<T>ctx - the parse treepublic T visitNonWildcardTypeArguments(@NotNull JavaParser.NonWildcardTypeArgumentsContext ctx)
JavaParser.nonWildcardTypeArguments().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitNonWildcardTypeArguments in interface JavaVisitor<T>ctx - the parse treepublic T visitArrayCreatorRest(@NotNull JavaParser.ArrayCreatorRestContext ctx)
JavaParser.arrayCreatorRest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitArrayCreatorRest in interface JavaVisitor<T>ctx - the parse treepublic T visitInterfaceMemberDeclaration(@NotNull JavaParser.InterfaceMemberDeclarationContext ctx)
JavaParser.interfaceMemberDeclaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitInterfaceMemberDeclaration in interface JavaVisitor<T>ctx - the parse treepublic T visitGenericConstructorDeclaration(@NotNull JavaParser.GenericConstructorDeclarationContext ctx)
JavaParser.genericConstructorDeclaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitGenericConstructorDeclaration in interface JavaVisitor<T>ctx - the parse treepublic T visitLiteral(@NotNull JavaParser.LiteralContext ctx)
JavaParser.literal().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitLiteral in interface JavaVisitor<T>ctx - the parse treepublic T visitSwitchBlockStatementGroup(@NotNull JavaParser.SwitchBlockStatementGroupContext ctx)
JavaParser.switchBlockStatementGroup().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitSwitchBlockStatementGroup in interface JavaVisitor<T>ctx - the parse treeCopyright © 2007–2014 CodeLutin. All rights reserved.