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