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