Class Java8BaseVisitor<Result>
- Type Parameters:
Result- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<Result>,Java8Visitor<Result>
- Direct Known Subclasses:
GenerateI18nEnumHelperMojo.JavaParserVisitor,ParserGWTJavaMojo.GWTJavaFileParser.JavaParserVisitor,ParserJavaMojo.JavaFileParser.JavaParserVisitor
Java8Visitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced byJava8Parser.additionalBound().Visit a parse tree produced byJava8Parser.additiveExpression().Visit a parse tree produced byJava8Parser.ambiguousName().Visit a parse tree produced byJava8Parser.andExpression().Visit a parse tree produced byJava8Parser.annotation().Visit a parse tree produced byJava8Parser.annotationTypeBody().Visit a parse tree produced byJava8Parser.annotationTypeDeclaration().Visit a parse tree produced byJava8Parser.annotationTypeElementDeclaration().Visit a parse tree produced byJava8Parser.annotationTypeElementModifier().Visit a parse tree produced byJava8Parser.annotationTypeMemberDeclaration().Visit a parse tree produced byJava8Parser.argumentList().Visit a parse tree produced byJava8Parser.arrayAccess().Visit a parse tree produced byJava8Parser.arrayAccess_lf_primary().Visit a parse tree produced byJava8Parser.arrayAccess_lfno_primary().Visit a parse tree produced byJava8Parser.arrayCreationExpression().Visit a parse tree produced byJava8Parser.arrayInitializer().Visit a parse tree produced byJava8Parser.arrayType().Visit a parse tree produced byJava8Parser.assertStatement().Visit a parse tree produced byJava8Parser.assignment().Visit a parse tree produced byJava8Parser.assignmentExpression().Visit a parse tree produced byJava8Parser.assignmentOperator().Visit a parse tree produced byJava8Parser.basicForStatement().Visit a parse tree produced byJava8Parser.basicForStatementNoShortIf().Visit a parse tree produced byJava8Parser.block().Visit a parse tree produced byJava8Parser.blockStatement().Visit a parse tree produced byJava8Parser.blockStatements().Visit a parse tree produced byJava8Parser.breakStatement().Visit a parse tree produced byJava8Parser.castExpression().Visit a parse tree produced byJava8Parser.catchClause().Visit a parse tree produced byJava8Parser.catches().Visit a parse tree produced byJava8Parser.catchFormalParameter().Visit a parse tree produced byJava8Parser.catchType().Visit a parse tree produced byJava8Parser.classBody().Visit a parse tree produced byJava8Parser.classBodyDeclaration().Visit a parse tree produced byJava8Parser.classDeclaration().Visit a parse tree produced byJava8Parser.classInstanceCreationExpression().visitClassInstanceCreationExpression_lf_primary(Java8Parser.ClassInstanceCreationExpression_lf_primaryContext ctx) Visit a parse tree produced byJava8Parser.classInstanceCreationExpression_lf_primary().visitClassInstanceCreationExpression_lfno_primary(Java8Parser.ClassInstanceCreationExpression_lfno_primaryContext ctx) Visit a parse tree produced byJava8Parser.classInstanceCreationExpression_lfno_primary().Visit a parse tree produced byJava8Parser.classMemberDeclaration().Visit a parse tree produced byJava8Parser.classModifier().Visit a parse tree produced byJava8Parser.classOrInterfaceType().Visit a parse tree produced byJava8Parser.classType().Visit a parse tree produced byJava8Parser.classType_lf_classOrInterfaceType().visitClassType_lfno_classOrInterfaceType(Java8Parser.ClassType_lfno_classOrInterfaceTypeContext ctx) Visit a parse tree produced byJava8Parser.classType_lfno_classOrInterfaceType().Visit a parse tree produced byJava8Parser.compilationUnit().Visit a parse tree produced byJava8Parser.conditionalAndExpression().Visit a parse tree produced byJava8Parser.conditionalExpression().Visit a parse tree produced byJava8Parser.conditionalOrExpression().Visit a parse tree produced byJava8Parser.constantDeclaration().Visit a parse tree produced byJava8Parser.constantExpression().Visit a parse tree produced byJava8Parser.constantModifier().Visit a parse tree produced byJava8Parser.constructorBody().Visit a parse tree produced byJava8Parser.constructorDeclaration().Visit a parse tree produced byJava8Parser.constructorDeclarator().Visit a parse tree produced byJava8Parser.constructorModifier().Visit a parse tree produced byJava8Parser.continueStatement().Visit a parse tree produced byJava8Parser.defaultValue().Visit a parse tree produced byJava8Parser.dimExpr().Visit a parse tree produced byJava8Parser.dimExprs().Visit a parse tree produced byJava8Parser.dims().Visit a parse tree produced byJava8Parser.doStatement().Visit a parse tree produced byJava8Parser.elementValue().Visit a parse tree produced byJava8Parser.elementValueArrayInitializer().Visit a parse tree produced byJava8Parser.elementValueList().Visit a parse tree produced byJava8Parser.elementValuePair().Visit a parse tree produced byJava8Parser.elementValuePairList().Visit a parse tree produced byJava8Parser.emptyStatement().Visit a parse tree produced byJava8Parser.enhancedForStatement().Visit a parse tree produced byJava8Parser.enhancedForStatementNoShortIf().Visit a parse tree produced byJava8Parser.enumBody().Visit a parse tree produced byJava8Parser.enumBodyDeclarations().Visit a parse tree produced byJava8Parser.enumConstant().Visit a parse tree produced byJava8Parser.enumConstantList().Visit a parse tree produced byJava8Parser.enumConstantModifier().Visit a parse tree produced byJava8Parser.enumConstantName().Visit a parse tree produced byJava8Parser.enumDeclaration().Visit a parse tree produced byJava8Parser.equalityExpression().Visit a parse tree produced byJava8Parser.exceptionType().Visit a parse tree produced byJava8Parser.exceptionTypeList().Visit a parse tree produced byJava8Parser.exclusiveOrExpression().Visit a parse tree produced byJava8Parser.explicitConstructorInvocation().Visit a parse tree produced byJava8Parser.expression().Visit a parse tree produced byJava8Parser.expressionName().Visit a parse tree produced byJava8Parser.expressionStatement().Visit a parse tree produced byJava8Parser.extendsInterfaces().Visit a parse tree produced byJava8Parser.fieldAccess().Visit a parse tree produced byJava8Parser.fieldAccess_lf_primary().Visit a parse tree produced byJava8Parser.fieldAccess_lfno_primary().Visit a parse tree produced byJava8Parser.fieldDeclaration().Visit a parse tree produced byJava8Parser.fieldModifier().Visit a parse tree produced byJava8Parser.finally_().Visit a parse tree produced byJava8Parser.floatingPointType().Visit a parse tree produced byJava8Parser.forInit().Visit a parse tree produced byJava8Parser.formalParameter().Visit a parse tree produced byJava8Parser.formalParameterList().Visit a parse tree produced byJava8Parser.formalParameters().Visit a parse tree produced byJava8Parser.forStatement().Visit a parse tree produced byJava8Parser.forStatementNoShortIf().Visit a parse tree produced byJava8Parser.forUpdate().Visit a parse tree produced byJava8Parser.ifThenElseStatement().Visit a parse tree produced byJava8Parser.ifThenElseStatementNoShortIf().Visit a parse tree produced byJava8Parser.ifThenStatement().Visit a parse tree produced byJava8Parser.importDeclaration().Visit a parse tree produced byJava8Parser.inclusiveOrExpression().Visit a parse tree produced byJava8Parser.inferredFormalParameterList().Visit a parse tree produced byJava8Parser.instanceInitializer().Visit a parse tree produced byJava8Parser.integralType().Visit a parse tree produced byJava8Parser.interfaceBody().Visit a parse tree produced byJava8Parser.interfaceDeclaration().Visit a parse tree produced byJava8Parser.interfaceMemberDeclaration().Visit a parse tree produced byJava8Parser.interfaceMethodDeclaration().Visit a parse tree produced byJava8Parser.interfaceMethodModifier().Visit a parse tree produced byJava8Parser.interfaceModifier().Visit a parse tree produced byJava8Parser.interfaceType().visitInterfaceType_lf_classOrInterfaceType(Java8Parser.InterfaceType_lf_classOrInterfaceTypeContext ctx) Visit a parse tree produced byJava8Parser.interfaceType_lf_classOrInterfaceType().visitInterfaceType_lfno_classOrInterfaceType(Java8Parser.InterfaceType_lfno_classOrInterfaceTypeContext ctx) Visit a parse tree produced byJava8Parser.interfaceType_lfno_classOrInterfaceType().Visit a parse tree produced byJava8Parser.interfaceTypeList().Visit a parse tree produced byJava8Parser.labeledStatement().Visit a parse tree produced byJava8Parser.labeledStatementNoShortIf().Visit a parse tree produced byJava8Parser.lambdaBody().Visit a parse tree produced byJava8Parser.lambdaExpression().Visit a parse tree produced byJava8Parser.lambdaParameters().Visit a parse tree produced byJava8Parser.lastFormalParameter().Visit a parse tree produced byJava8Parser.leftHandSide().Visit a parse tree produced byJava8Parser.literal().Visit a parse tree produced byJava8Parser.localVariableDeclaration().Visit a parse tree produced byJava8Parser.localVariableDeclarationStatement().Visit a parse tree produced byJava8Parser.markerAnnotation().Visit a parse tree produced byJava8Parser.methodBody().Visit a parse tree produced byJava8Parser.methodDeclaration().Visit a parse tree produced byJava8Parser.methodDeclarator().Visit a parse tree produced byJava8Parser.methodHeader().Visit a parse tree produced byJava8Parser.methodInvocation().Visit a parse tree produced byJava8Parser.methodInvocation_lf_primary().Visit a parse tree produced byJava8Parser.methodInvocation_lfno_primary().Visit a parse tree produced byJava8Parser.methodModifier().Visit a parse tree produced byJava8Parser.methodName().Visit a parse tree produced byJava8Parser.methodReference().Visit a parse tree produced byJava8Parser.methodReference_lf_primary().Visit a parse tree produced byJava8Parser.methodReference_lfno_primary().Visit a parse tree produced byJava8Parser.multiplicativeExpression().Visit a parse tree produced byJava8Parser.normalAnnotation().Visit a parse tree produced byJava8Parser.normalClassDeclaration().Visit a parse tree produced byJava8Parser.normalInterfaceDeclaration().Visit a parse tree produced byJava8Parser.numericType().Visit a parse tree produced byJava8Parser.packageDeclaration().Visit a parse tree produced byJava8Parser.packageModifier().Visit a parse tree produced byJava8Parser.packageName().Visit a parse tree produced byJava8Parser.packageOrTypeName().Visit a parse tree produced byJava8Parser.postDecrementExpression().visitPostDecrementExpression_lf_postfixExpression(Java8Parser.PostDecrementExpression_lf_postfixExpressionContext ctx) Visit a parse tree produced byJava8Parser.postDecrementExpression_lf_postfixExpression().Visit a parse tree produced byJava8Parser.postfixExpression().Visit a parse tree produced byJava8Parser.postIncrementExpression().visitPostIncrementExpression_lf_postfixExpression(Java8Parser.PostIncrementExpression_lf_postfixExpressionContext ctx) Visit a parse tree produced byJava8Parser.postIncrementExpression_lf_postfixExpression().Visit a parse tree produced byJava8Parser.preDecrementExpression().Visit a parse tree produced byJava8Parser.preIncrementExpression().Visit a parse tree produced byJava8Parser.primary().Visit a parse tree produced byJava8Parser.primaryNoNewArray().Visit a parse tree produced byJava8Parser.primaryNoNewArray_lf_arrayAccess().Visit a parse tree produced byJava8Parser.primaryNoNewArray_lf_primary().visitPrimaryNoNewArray_lf_primary_lf_arrayAccess_lf_primary(Java8Parser.PrimaryNoNewArray_lf_primary_lf_arrayAccess_lf_primaryContext ctx) Visit a parse tree produced byJava8Parser.primaryNoNewArray_lf_primary_lf_arrayAccess_lf_primary().visitPrimaryNoNewArray_lf_primary_lfno_arrayAccess_lf_primary(Java8Parser.PrimaryNoNewArray_lf_primary_lfno_arrayAccess_lf_primaryContext ctx) Visit a parse tree produced byJava8Parser.primaryNoNewArray_lf_primary_lfno_arrayAccess_lf_primary().Visit a parse tree produced byJava8Parser.primaryNoNewArray_lfno_arrayAccess().Visit a parse tree produced byJava8Parser.primaryNoNewArray_lfno_primary().visitPrimaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primary(Java8Parser.PrimaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primaryContext ctx) Visit a parse tree produced byJava8Parser.primaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primary().visitPrimaryNoNewArray_lfno_primary_lfno_arrayAccess_lfno_primary(Java8Parser.PrimaryNoNewArray_lfno_primary_lfno_arrayAccess_lfno_primaryContext ctx) Visit a parse tree produced byJava8Parser.primaryNoNewArray_lfno_primary_lfno_arrayAccess_lfno_primary().Visit a parse tree produced byJava8Parser.primitiveType().Visit a parse tree produced byJava8Parser.receiverParameter().Visit a parse tree produced byJava8Parser.referenceType().Visit a parse tree produced byJava8Parser.relationalExpression().Visit a parse tree produced byJava8Parser.resource().Visit a parse tree produced byJava8Parser.resourceList().Visit a parse tree produced byJava8Parser.resourceSpecification().Visit a parse tree produced byJava8Parser.result().Visit a parse tree produced byJava8Parser.returnStatement().Visit a parse tree produced byJava8Parser.shiftExpression().Visit a parse tree produced byJava8Parser.simpleTypeName().Visit a parse tree produced byJava8Parser.singleElementAnnotation().Visit a parse tree produced byJava8Parser.singleStaticImportDeclaration().Visit a parse tree produced byJava8Parser.singleTypeImportDeclaration().Visit a parse tree produced byJava8Parser.statement().Visit a parse tree produced byJava8Parser.statementExpression().Visit a parse tree produced byJava8Parser.statementExpressionList().Visit a parse tree produced byJava8Parser.statementNoShortIf().visitStatementWithoutTrailingSubstatement(Java8Parser.StatementWithoutTrailingSubstatementContext ctx) Visit a parse tree produced byJava8Parser.statementWithoutTrailingSubstatement().Visit a parse tree produced byJava8Parser.staticImportOnDemandDeclaration().Visit a parse tree produced byJava8Parser.staticInitializer().Visit a parse tree produced byJava8Parser.superclass().Visit a parse tree produced byJava8Parser.superinterfaces().Visit a parse tree produced byJava8Parser.switchBlock().Visit a parse tree produced byJava8Parser.switchBlockStatementGroup().Visit a parse tree produced byJava8Parser.switchLabel().Visit a parse tree produced byJava8Parser.switchLabels().Visit a parse tree produced byJava8Parser.switchStatement().Visit a parse tree produced byJava8Parser.synchronizedStatement().Visit a parse tree produced byJava8Parser.throws_().Visit a parse tree produced byJava8Parser.throwStatement().Visit a parse tree produced byJava8Parser.tryStatement().Visit a parse tree produced byJava8Parser.tryWithResourcesStatement().Visit a parse tree produced byJava8Parser.type().Visit a parse tree produced byJava8Parser.typeArgument().Visit a parse tree produced byJava8Parser.typeArgumentList().Visit a parse tree produced byJava8Parser.typeArguments().Visit a parse tree produced byJava8Parser.typeArgumentsOrDiamond().Visit a parse tree produced byJava8Parser.typeBound().Visit a parse tree produced byJava8Parser.typeDeclaration().Visit a parse tree produced byJava8Parser.typeImportOnDemandDeclaration().Visit a parse tree produced byJava8Parser.typeName().Visit a parse tree produced byJava8Parser.typeParameter().Visit a parse tree produced byJava8Parser.typeParameterList().Visit a parse tree produced byJava8Parser.typeParameterModifier().Visit a parse tree produced byJava8Parser.typeParameters().Visit a parse tree produced byJava8Parser.typeVariable().Visit a parse tree produced byJava8Parser.unannArrayType().Visit a parse tree produced byJava8Parser.unannClassOrInterfaceType().Visit a parse tree produced byJava8Parser.unannClassType().visitUnannClassType_lf_unannClassOrInterfaceType(Java8Parser.UnannClassType_lf_unannClassOrInterfaceTypeContext ctx) Visit a parse tree produced byJava8Parser.unannClassType_lf_unannClassOrInterfaceType().visitUnannClassType_lfno_unannClassOrInterfaceType(Java8Parser.UnannClassType_lfno_unannClassOrInterfaceTypeContext ctx) Visit a parse tree produced byJava8Parser.unannClassType_lfno_unannClassOrInterfaceType().Visit a parse tree produced byJava8Parser.unannInterfaceType().visitUnannInterfaceType_lf_unannClassOrInterfaceType(Java8Parser.UnannInterfaceType_lf_unannClassOrInterfaceTypeContext ctx) Visit a parse tree produced byJava8Parser.unannInterfaceType_lf_unannClassOrInterfaceType().visitUnannInterfaceType_lfno_unannClassOrInterfaceType(Java8Parser.UnannInterfaceType_lfno_unannClassOrInterfaceTypeContext ctx) Visit a parse tree produced byJava8Parser.unannInterfaceType_lfno_unannClassOrInterfaceType().Visit a parse tree produced byJava8Parser.unannPrimitiveType().Visit a parse tree produced byJava8Parser.unannReferenceType().Visit a parse tree produced byJava8Parser.unannType().Visit a parse tree produced byJava8Parser.unannTypeVariable().Visit a parse tree produced byJava8Parser.unaryExpression().Visit a parse tree produced byJava8Parser.unaryExpressionNotPlusMinus().Visit a parse tree produced byJava8Parser.variableDeclarator().Visit a parse tree produced byJava8Parser.variableDeclaratorId().Visit a parse tree produced byJava8Parser.variableDeclaratorList().Visit a parse tree produced byJava8Parser.variableInitializer().Visit a parse tree produced byJava8Parser.variableInitializerList().Visit a parse tree produced byJava8Parser.variableModifier().Visit a parse tree produced byJava8Parser.whileStatement().Visit a parse tree produced byJava8Parser.whileStatementNoShortIf().Visit a parse tree produced byJava8Parser.wildcard().Visit a parse tree produced byJava8Parser.wildcardBounds().Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
Java8BaseVisitor
public Java8BaseVisitor()
-
-
Method Details
-
visitLiteral
Visit a parse tree produced byJava8Parser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitType
Visit a parse tree produced byJava8Parser.type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimitiveType
Visit a parse tree produced byJava8Parser.primitiveType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimitiveTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumericType
Visit a parse tree produced byJava8Parser.numericType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumericTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntegralType
Visit a parse tree produced byJava8Parser.integralType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIntegralTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFloatingPointType
Visit a parse tree produced byJava8Parser.floatingPointType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFloatingPointTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReferenceType
Visit a parse tree produced byJava8Parser.referenceType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReferenceTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassOrInterfaceType
Visit a parse tree produced byJava8Parser.classOrInterfaceType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassOrInterfaceTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassType
Visit a parse tree produced byJava8Parser.classType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassType_lf_classOrInterfaceType
public Result visitClassType_lf_classOrInterfaceType(@NotNull Java8Parser.ClassType_lf_classOrInterfaceTypeContext ctx) Visit a parse tree produced byJava8Parser.classType_lf_classOrInterfaceType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassType_lf_classOrInterfaceTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassType_lfno_classOrInterfaceType
public Result visitClassType_lfno_classOrInterfaceType(@NotNull Java8Parser.ClassType_lfno_classOrInterfaceTypeContext ctx) Visit a parse tree produced byJava8Parser.classType_lfno_classOrInterfaceType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassType_lfno_classOrInterfaceTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInterfaceType
Visit a parse tree produced byJava8Parser.interfaceType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInterfaceTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInterfaceType_lf_classOrInterfaceType
public Result visitInterfaceType_lf_classOrInterfaceType(@NotNull Java8Parser.InterfaceType_lf_classOrInterfaceTypeContext ctx) Visit a parse tree produced byJava8Parser.interfaceType_lf_classOrInterfaceType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInterfaceType_lf_classOrInterfaceTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInterfaceType_lfno_classOrInterfaceType
public Result visitInterfaceType_lfno_classOrInterfaceType(@NotNull Java8Parser.InterfaceType_lfno_classOrInterfaceTypeContext ctx) Visit a parse tree produced byJava8Parser.interfaceType_lfno_classOrInterfaceType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInterfaceType_lfno_classOrInterfaceTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeVariable
Visit a parse tree produced byJava8Parser.typeVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeVariablein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArrayType
Visit a parse tree produced byJava8Parser.arrayType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArrayTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDims
Visit a parse tree produced byJava8Parser.dims().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDimsin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeParameter
Visit a parse tree produced byJava8Parser.typeParameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeParameterin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeParameterModifier
Visit a parse tree produced byJava8Parser.typeParameterModifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeParameterModifierin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeBound
Visit a parse tree produced byJava8Parser.typeBound().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeBoundin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAdditionalBound
Visit a parse tree produced byJava8Parser.additionalBound().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAdditionalBoundin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeArguments
Visit a parse tree produced byJava8Parser.typeArguments().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeArgumentsin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeArgumentList
Visit a parse tree produced byJava8Parser.typeArgumentList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeArgumentListin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeArgument
Visit a parse tree produced byJava8Parser.typeArgument().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeArgumentin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWildcard
Visit a parse tree produced byJava8Parser.wildcard().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWildcardin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWildcardBounds
Visit a parse tree produced byJava8Parser.wildcardBounds().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWildcardBoundsin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPackageName
Visit a parse tree produced byJava8Parser.packageName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPackageNamein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeName
Visit a parse tree produced byJava8Parser.typeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeNamein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPackageOrTypeName
Visit a parse tree produced byJava8Parser.packageOrTypeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPackageOrTypeNamein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionName
Visit a parse tree produced byJava8Parser.expressionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionNamein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMethodName
Visit a parse tree produced byJava8Parser.methodName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMethodNamein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAmbiguousName
Visit a parse tree produced byJava8Parser.ambiguousName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAmbiguousNamein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompilationUnit
Visit a parse tree produced byJava8Parser.compilationUnit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompilationUnitin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPackageDeclaration
Visit a parse tree produced byJava8Parser.packageDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPackageDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPackageModifier
Visit a parse tree produced byJava8Parser.packageModifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPackageModifierin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImportDeclaration
Visit a parse tree produced byJava8Parser.importDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitImportDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingleTypeImportDeclaration
public Result visitSingleTypeImportDeclaration(@NotNull Java8Parser.SingleTypeImportDeclarationContext ctx) Visit a parse tree produced byJava8Parser.singleTypeImportDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSingleTypeImportDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeImportOnDemandDeclaration
public Result visitTypeImportOnDemandDeclaration(@NotNull Java8Parser.TypeImportOnDemandDeclarationContext ctx) Visit a parse tree produced byJava8Parser.typeImportOnDemandDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeImportOnDemandDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingleStaticImportDeclaration
public Result visitSingleStaticImportDeclaration(@NotNull Java8Parser.SingleStaticImportDeclarationContext ctx) Visit a parse tree produced byJava8Parser.singleStaticImportDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSingleStaticImportDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticImportOnDemandDeclaration
public Result visitStaticImportOnDemandDeclaration(@NotNull Java8Parser.StaticImportOnDemandDeclarationContext ctx) Visit a parse tree produced byJava8Parser.staticImportOnDemandDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticImportOnDemandDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeDeclaration
Visit a parse tree produced byJava8Parser.typeDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassDeclaration
Visit a parse tree produced byJava8Parser.classDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNormalClassDeclaration
Visit a parse tree produced byJava8Parser.normalClassDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNormalClassDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassModifier
Visit a parse tree produced byJava8Parser.classModifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassModifierin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeParameters
Visit a parse tree produced byJava8Parser.typeParameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeParametersin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeParameterList
Visit a parse tree produced byJava8Parser.typeParameterList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeParameterListin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSuperclass
Visit a parse tree produced byJava8Parser.superclass().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSuperclassin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSuperinterfaces
Visit a parse tree produced byJava8Parser.superinterfaces().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSuperinterfacesin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInterfaceTypeList
Visit a parse tree produced byJava8Parser.interfaceTypeList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInterfaceTypeListin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassBody
Visit a parse tree produced byJava8Parser.classBody().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassBodyin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassBodyDeclaration
Visit a parse tree produced byJava8Parser.classBodyDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassBodyDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassMemberDeclaration
Visit a parse tree produced byJava8Parser.classMemberDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassMemberDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFieldDeclaration
Visit a parse tree produced byJava8Parser.fieldDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFieldModifier
Visit a parse tree produced byJava8Parser.fieldModifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldModifierin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableDeclaratorList
Visit a parse tree produced byJava8Parser.variableDeclaratorList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableDeclaratorListin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableDeclarator
Visit a parse tree produced byJava8Parser.variableDeclarator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableDeclaratorin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableDeclaratorId
Visit a parse tree produced byJava8Parser.variableDeclaratorId().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableDeclaratorIdin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableInitializer
Visit a parse tree produced byJava8Parser.variableInitializer().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableInitializerin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnannType
Visit a parse tree produced byJava8Parser.unannType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnannTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnannPrimitiveType
Visit a parse tree produced byJava8Parser.unannPrimitiveType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnannPrimitiveTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnannReferenceType
Visit a parse tree produced byJava8Parser.unannReferenceType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnannReferenceTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnannClassOrInterfaceType
public Result visitUnannClassOrInterfaceType(@NotNull Java8Parser.UnannClassOrInterfaceTypeContext ctx) Visit a parse tree produced byJava8Parser.unannClassOrInterfaceType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnannClassOrInterfaceTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnannClassType
Visit a parse tree produced byJava8Parser.unannClassType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnannClassTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnannClassType_lf_unannClassOrInterfaceType
public Result visitUnannClassType_lf_unannClassOrInterfaceType(@NotNull Java8Parser.UnannClassType_lf_unannClassOrInterfaceTypeContext ctx) Visit a parse tree produced byJava8Parser.unannClassType_lf_unannClassOrInterfaceType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnannClassType_lf_unannClassOrInterfaceTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnannClassType_lfno_unannClassOrInterfaceType
public Result visitUnannClassType_lfno_unannClassOrInterfaceType(@NotNull Java8Parser.UnannClassType_lfno_unannClassOrInterfaceTypeContext ctx) Visit a parse tree produced byJava8Parser.unannClassType_lfno_unannClassOrInterfaceType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnannClassType_lfno_unannClassOrInterfaceTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnannInterfaceType
Visit a parse tree produced byJava8Parser.unannInterfaceType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnannInterfaceTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnannInterfaceType_lf_unannClassOrInterfaceType
public Result visitUnannInterfaceType_lf_unannClassOrInterfaceType(@NotNull Java8Parser.UnannInterfaceType_lf_unannClassOrInterfaceTypeContext ctx) Visit a parse tree produced byJava8Parser.unannInterfaceType_lf_unannClassOrInterfaceType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnannInterfaceType_lf_unannClassOrInterfaceTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnannInterfaceType_lfno_unannClassOrInterfaceType
public Result visitUnannInterfaceType_lfno_unannClassOrInterfaceType(@NotNull Java8Parser.UnannInterfaceType_lfno_unannClassOrInterfaceTypeContext ctx) Visit a parse tree produced byJava8Parser.unannInterfaceType_lfno_unannClassOrInterfaceType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnannInterfaceType_lfno_unannClassOrInterfaceTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnannTypeVariable
Visit a parse tree produced byJava8Parser.unannTypeVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnannTypeVariablein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnannArrayType
Visit a parse tree produced byJava8Parser.unannArrayType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnannArrayTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMethodDeclaration
Visit a parse tree produced byJava8Parser.methodDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMethodDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMethodModifier
Visit a parse tree produced byJava8Parser.methodModifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMethodModifierin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMethodHeader
Visit a parse tree produced byJava8Parser.methodHeader().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMethodHeaderin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResult
Visit a parse tree produced byJava8Parser.result().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResultin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMethodDeclarator
Visit a parse tree produced byJava8Parser.methodDeclarator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMethodDeclaratorin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFormalParameterList
Visit a parse tree produced byJava8Parser.formalParameterList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFormalParameterListin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFormalParameters
Visit a parse tree produced byJava8Parser.formalParameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFormalParametersin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFormalParameter
Visit a parse tree produced byJava8Parser.formalParameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFormalParameterin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableModifier
Visit a parse tree produced byJava8Parser.variableModifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableModifierin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLastFormalParameter
Visit a parse tree produced byJava8Parser.lastFormalParameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLastFormalParameterin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReceiverParameter
Visit a parse tree produced byJava8Parser.receiverParameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReceiverParameterin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThrows_
Visit a parse tree produced byJava8Parser.throws_().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitThrows_in interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExceptionTypeList
Visit a parse tree produced byJava8Parser.exceptionTypeList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExceptionTypeListin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExceptionType
Visit a parse tree produced byJava8Parser.exceptionType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExceptionTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMethodBody
Visit a parse tree produced byJava8Parser.methodBody().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMethodBodyin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInstanceInitializer
Visit a parse tree produced byJava8Parser.instanceInitializer().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInstanceInitializerin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStaticInitializer
Visit a parse tree produced byJava8Parser.staticInitializer().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStaticInitializerin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstructorDeclaration
Visit a parse tree produced byJava8Parser.constructorDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstructorDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstructorModifier
Visit a parse tree produced byJava8Parser.constructorModifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstructorModifierin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstructorDeclarator
Visit a parse tree produced byJava8Parser.constructorDeclarator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstructorDeclaratorin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleTypeName
Visit a parse tree produced byJava8Parser.simpleTypeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleTypeNamein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstructorBody
Visit a parse tree produced byJava8Parser.constructorBody().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstructorBodyin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplicitConstructorInvocation
public Result visitExplicitConstructorInvocation(@NotNull Java8Parser.ExplicitConstructorInvocationContext ctx) Visit a parse tree produced byJava8Parser.explicitConstructorInvocation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExplicitConstructorInvocationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnumDeclaration
Visit a parse tree produced byJava8Parser.enumDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnumDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnumBody
Visit a parse tree produced byJava8Parser.enumBody().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnumBodyin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnumConstantList
Visit a parse tree produced byJava8Parser.enumConstantList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnumConstantListin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnumConstant
Visit a parse tree produced byJava8Parser.enumConstant().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnumConstantin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnumConstantModifier
Visit a parse tree produced byJava8Parser.enumConstantModifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnumConstantModifierin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnumBodyDeclarations
Visit a parse tree produced byJava8Parser.enumBodyDeclarations().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnumBodyDeclarationsin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInterfaceDeclaration
Visit a parse tree produced byJava8Parser.interfaceDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInterfaceDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNormalInterfaceDeclaration
public Result visitNormalInterfaceDeclaration(@NotNull Java8Parser.NormalInterfaceDeclarationContext ctx) Visit a parse tree produced byJava8Parser.normalInterfaceDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNormalInterfaceDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInterfaceModifier
Visit a parse tree produced byJava8Parser.interfaceModifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInterfaceModifierin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExtendsInterfaces
Visit a parse tree produced byJava8Parser.extendsInterfaces().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExtendsInterfacesin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInterfaceBody
Visit a parse tree produced byJava8Parser.interfaceBody().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInterfaceBodyin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInterfaceMemberDeclaration
public Result visitInterfaceMemberDeclaration(@NotNull Java8Parser.InterfaceMemberDeclarationContext ctx) Visit a parse tree produced byJava8Parser.interfaceMemberDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInterfaceMemberDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstantDeclaration
Visit a parse tree produced byJava8Parser.constantDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstantDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstantModifier
Visit a parse tree produced byJava8Parser.constantModifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstantModifierin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInterfaceMethodDeclaration
public Result visitInterfaceMethodDeclaration(@NotNull Java8Parser.InterfaceMethodDeclarationContext ctx) Visit a parse tree produced byJava8Parser.interfaceMethodDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInterfaceMethodDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInterfaceMethodModifier
Visit a parse tree produced byJava8Parser.interfaceMethodModifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInterfaceMethodModifierin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnnotationTypeDeclaration
public Result visitAnnotationTypeDeclaration(@NotNull Java8Parser.AnnotationTypeDeclarationContext ctx) Visit a parse tree produced byJava8Parser.annotationTypeDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnnotationTypeDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnnotationTypeBody
Visit a parse tree produced byJava8Parser.annotationTypeBody().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnnotationTypeBodyin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnnotationTypeMemberDeclaration
public Result visitAnnotationTypeMemberDeclaration(@NotNull Java8Parser.AnnotationTypeMemberDeclarationContext ctx) Visit a parse tree produced byJava8Parser.annotationTypeMemberDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnnotationTypeMemberDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnnotationTypeElementDeclaration
public Result visitAnnotationTypeElementDeclaration(@NotNull Java8Parser.AnnotationTypeElementDeclarationContext ctx) Visit a parse tree produced byJava8Parser.annotationTypeElementDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnnotationTypeElementDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnnotationTypeElementModifier
public Result visitAnnotationTypeElementModifier(@NotNull Java8Parser.AnnotationTypeElementModifierContext ctx) Visit a parse tree produced byJava8Parser.annotationTypeElementModifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnnotationTypeElementModifierin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultValue
Visit a parse tree produced byJava8Parser.defaultValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefaultValuein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnnotation
Visit a parse tree produced byJava8Parser.annotation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnnotationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNormalAnnotation
Visit a parse tree produced byJava8Parser.normalAnnotation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNormalAnnotationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementValuePairList
Visit a parse tree produced byJava8Parser.elementValuePairList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementValuePairListin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementValuePair
Visit a parse tree produced byJava8Parser.elementValuePair().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementValuePairin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementValue
Visit a parse tree produced byJava8Parser.elementValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementValuein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementValueArrayInitializer
public Result visitElementValueArrayInitializer(@NotNull Java8Parser.ElementValueArrayInitializerContext ctx) Visit a parse tree produced byJava8Parser.elementValueArrayInitializer().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementValueArrayInitializerin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementValueList
Visit a parse tree produced byJava8Parser.elementValueList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementValueListin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMarkerAnnotation
Visit a parse tree produced byJava8Parser.markerAnnotation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMarkerAnnotationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingleElementAnnotation
Visit a parse tree produced byJava8Parser.singleElementAnnotation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSingleElementAnnotationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArrayInitializer
Visit a parse tree produced byJava8Parser.arrayInitializer().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArrayInitializerin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableInitializerList
Visit a parse tree produced byJava8Parser.variableInitializerList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableInitializerListin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlock
Visit a parse tree produced byJava8Parser.block().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBlockin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlockStatements
Visit a parse tree produced byJava8Parser.blockStatements().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBlockStatementsin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlockStatement
Visit a parse tree produced byJava8Parser.blockStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBlockStatementin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLocalVariableDeclarationStatement
public Result visitLocalVariableDeclarationStatement(@NotNull Java8Parser.LocalVariableDeclarationStatementContext ctx) Visit a parse tree produced byJava8Parser.localVariableDeclarationStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLocalVariableDeclarationStatementin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLocalVariableDeclaration
public Result visitLocalVariableDeclaration(@NotNull Java8Parser.LocalVariableDeclarationContext ctx) Visit a parse tree produced byJava8Parser.localVariableDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLocalVariableDeclarationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatement
Visit a parse tree produced byJava8Parser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStatementin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatementNoShortIf
Visit a parse tree produced byJava8Parser.statementNoShortIf().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStatementNoShortIfin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatementWithoutTrailingSubstatement
public Result visitStatementWithoutTrailingSubstatement(@NotNull Java8Parser.StatementWithoutTrailingSubstatementContext ctx) Visit a parse tree produced byJava8Parser.statementWithoutTrailingSubstatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStatementWithoutTrailingSubstatementin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEmptyStatement
Visit a parse tree produced byJava8Parser.emptyStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEmptyStatementin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabeledStatement
Visit a parse tree produced byJava8Parser.labeledStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabeledStatementin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabeledStatementNoShortIf
public Result visitLabeledStatementNoShortIf(@NotNull Java8Parser.LabeledStatementNoShortIfContext ctx) Visit a parse tree produced byJava8Parser.labeledStatementNoShortIf().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabeledStatementNoShortIfin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionStatement
Visit a parse tree produced byJava8Parser.expressionStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionStatementin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatementExpression
Visit a parse tree produced byJava8Parser.statementExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStatementExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIfThenStatement
Visit a parse tree produced byJava8Parser.ifThenStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIfThenStatementin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIfThenElseStatement
Visit a parse tree produced byJava8Parser.ifThenElseStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIfThenElseStatementin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIfThenElseStatementNoShortIf
public Result visitIfThenElseStatementNoShortIf(@NotNull Java8Parser.IfThenElseStatementNoShortIfContext ctx) Visit a parse tree produced byJava8Parser.ifThenElseStatementNoShortIf().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIfThenElseStatementNoShortIfin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssertStatement
Visit a parse tree produced byJava8Parser.assertStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssertStatementin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSwitchStatement
Visit a parse tree produced byJava8Parser.switchStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSwitchStatementin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSwitchBlock
Visit a parse tree produced byJava8Parser.switchBlock().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSwitchBlockin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSwitchBlockStatementGroup
public Result visitSwitchBlockStatementGroup(@NotNull Java8Parser.SwitchBlockStatementGroupContext ctx) Visit a parse tree produced byJava8Parser.switchBlockStatementGroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSwitchBlockStatementGroupin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSwitchLabels
Visit a parse tree produced byJava8Parser.switchLabels().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSwitchLabelsin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSwitchLabel
Visit a parse tree produced byJava8Parser.switchLabel().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSwitchLabelin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnumConstantName
Visit a parse tree produced byJava8Parser.enumConstantName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnumConstantNamein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhileStatement
Visit a parse tree produced byJava8Parser.whileStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhileStatementin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhileStatementNoShortIf
Visit a parse tree produced byJava8Parser.whileStatementNoShortIf().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhileStatementNoShortIfin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDoStatement
Visit a parse tree produced byJava8Parser.doStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDoStatementin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForStatement
Visit a parse tree produced byJava8Parser.forStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForStatementin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForStatementNoShortIf
Visit a parse tree produced byJava8Parser.forStatementNoShortIf().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForStatementNoShortIfin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBasicForStatement
Visit a parse tree produced byJava8Parser.basicForStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBasicForStatementin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBasicForStatementNoShortIf
public Result visitBasicForStatementNoShortIf(@NotNull Java8Parser.BasicForStatementNoShortIfContext ctx) Visit a parse tree produced byJava8Parser.basicForStatementNoShortIf().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBasicForStatementNoShortIfin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForInit
Visit a parse tree produced byJava8Parser.forInit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForInitin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForUpdate
Visit a parse tree produced byJava8Parser.forUpdate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForUpdatein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatementExpressionList
Visit a parse tree produced byJava8Parser.statementExpressionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStatementExpressionListin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnhancedForStatement
Visit a parse tree produced byJava8Parser.enhancedForStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnhancedForStatementin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnhancedForStatementNoShortIf
public Result visitEnhancedForStatementNoShortIf(@NotNull Java8Parser.EnhancedForStatementNoShortIfContext ctx) Visit a parse tree produced byJava8Parser.enhancedForStatementNoShortIf().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnhancedForStatementNoShortIfin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBreakStatement
Visit a parse tree produced byJava8Parser.breakStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBreakStatementin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContinueStatement
Visit a parse tree produced byJava8Parser.continueStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitContinueStatementin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturnStatement
Visit a parse tree produced byJava8Parser.returnStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReturnStatementin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThrowStatement
Visit a parse tree produced byJava8Parser.throwStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitThrowStatementin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSynchronizedStatement
Visit a parse tree produced byJava8Parser.synchronizedStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSynchronizedStatementin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTryStatement
Visit a parse tree produced byJava8Parser.tryStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTryStatementin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCatches
Visit a parse tree produced byJava8Parser.catches().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCatchesin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCatchClause
Visit a parse tree produced byJava8Parser.catchClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCatchClausein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCatchFormalParameter
Visit a parse tree produced byJava8Parser.catchFormalParameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCatchFormalParameterin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCatchType
Visit a parse tree produced byJava8Parser.catchType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCatchTypein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFinally_
Visit a parse tree produced byJava8Parser.finally_().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFinally_in interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTryWithResourcesStatement
public Result visitTryWithResourcesStatement(@NotNull Java8Parser.TryWithResourcesStatementContext ctx) Visit a parse tree produced byJava8Parser.tryWithResourcesStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTryWithResourcesStatementin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResourceSpecification
Visit a parse tree produced byJava8Parser.resourceSpecification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResourceSpecificationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResourceList
Visit a parse tree produced byJava8Parser.resourceList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResourceListin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResource
Visit a parse tree produced byJava8Parser.resource().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResourcein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimary
Visit a parse tree produced byJava8Parser.primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryNoNewArray
Visit a parse tree produced byJava8Parser.primaryNoNewArray().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryNoNewArrayin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryNoNewArray_lf_arrayAccess
public Result visitPrimaryNoNewArray_lf_arrayAccess(@NotNull Java8Parser.PrimaryNoNewArray_lf_arrayAccessContext ctx) Visit a parse tree produced byJava8Parser.primaryNoNewArray_lf_arrayAccess().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryNoNewArray_lf_arrayAccessin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryNoNewArray_lfno_arrayAccess
public Result visitPrimaryNoNewArray_lfno_arrayAccess(@NotNull Java8Parser.PrimaryNoNewArray_lfno_arrayAccessContext ctx) Visit a parse tree produced byJava8Parser.primaryNoNewArray_lfno_arrayAccess().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryNoNewArray_lfno_arrayAccessin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryNoNewArray_lf_primary
public Result visitPrimaryNoNewArray_lf_primary(@NotNull Java8Parser.PrimaryNoNewArray_lf_primaryContext ctx) Visit a parse tree produced byJava8Parser.primaryNoNewArray_lf_primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryNoNewArray_lf_primaryin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryNoNewArray_lf_primary_lf_arrayAccess_lf_primary
public Result visitPrimaryNoNewArray_lf_primary_lf_arrayAccess_lf_primary(@NotNull Java8Parser.PrimaryNoNewArray_lf_primary_lf_arrayAccess_lf_primaryContext ctx) Visit a parse tree produced byJava8Parser.primaryNoNewArray_lf_primary_lf_arrayAccess_lf_primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryNoNewArray_lf_primary_lf_arrayAccess_lf_primaryin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryNoNewArray_lf_primary_lfno_arrayAccess_lf_primary
public Result visitPrimaryNoNewArray_lf_primary_lfno_arrayAccess_lf_primary(@NotNull Java8Parser.PrimaryNoNewArray_lf_primary_lfno_arrayAccess_lf_primaryContext ctx) Visit a parse tree produced byJava8Parser.primaryNoNewArray_lf_primary_lfno_arrayAccess_lf_primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryNoNewArray_lf_primary_lfno_arrayAccess_lf_primaryin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryNoNewArray_lfno_primary
public Result visitPrimaryNoNewArray_lfno_primary(@NotNull Java8Parser.PrimaryNoNewArray_lfno_primaryContext ctx) Visit a parse tree produced byJava8Parser.primaryNoNewArray_lfno_primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryNoNewArray_lfno_primaryin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primary
public Result visitPrimaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primary(@NotNull Java8Parser.PrimaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primaryContext ctx) Visit a parse tree produced byJava8Parser.primaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primaryin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryNoNewArray_lfno_primary_lfno_arrayAccess_lfno_primary
public Result visitPrimaryNoNewArray_lfno_primary_lfno_arrayAccess_lfno_primary(@NotNull Java8Parser.PrimaryNoNewArray_lfno_primary_lfno_arrayAccess_lfno_primaryContext ctx) Visit a parse tree produced byJava8Parser.primaryNoNewArray_lfno_primary_lfno_arrayAccess_lfno_primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryNoNewArray_lfno_primary_lfno_arrayAccess_lfno_primaryin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassInstanceCreationExpression
public Result visitClassInstanceCreationExpression(@NotNull Java8Parser.ClassInstanceCreationExpressionContext ctx) Visit a parse tree produced byJava8Parser.classInstanceCreationExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassInstanceCreationExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassInstanceCreationExpression_lf_primary
public Result visitClassInstanceCreationExpression_lf_primary(@NotNull Java8Parser.ClassInstanceCreationExpression_lf_primaryContext ctx) Visit a parse tree produced byJava8Parser.classInstanceCreationExpression_lf_primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassInstanceCreationExpression_lf_primaryin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassInstanceCreationExpression_lfno_primary
public Result visitClassInstanceCreationExpression_lfno_primary(@NotNull Java8Parser.ClassInstanceCreationExpression_lfno_primaryContext ctx) Visit a parse tree produced byJava8Parser.classInstanceCreationExpression_lfno_primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassInstanceCreationExpression_lfno_primaryin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeArgumentsOrDiamond
Visit a parse tree produced byJava8Parser.typeArgumentsOrDiamond().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeArgumentsOrDiamondin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFieldAccess
Visit a parse tree produced byJava8Parser.fieldAccess().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldAccessin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFieldAccess_lf_primary
Visit a parse tree produced byJava8Parser.fieldAccess_lf_primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldAccess_lf_primaryin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFieldAccess_lfno_primary
public Result visitFieldAccess_lfno_primary(@NotNull Java8Parser.FieldAccess_lfno_primaryContext ctx) Visit a parse tree produced byJava8Parser.fieldAccess_lfno_primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldAccess_lfno_primaryin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArrayAccess
Visit a parse tree produced byJava8Parser.arrayAccess().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArrayAccessin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArrayAccess_lf_primary
Visit a parse tree produced byJava8Parser.arrayAccess_lf_primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArrayAccess_lf_primaryin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArrayAccess_lfno_primary
public Result visitArrayAccess_lfno_primary(@NotNull Java8Parser.ArrayAccess_lfno_primaryContext ctx) Visit a parse tree produced byJava8Parser.arrayAccess_lfno_primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArrayAccess_lfno_primaryin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMethodInvocation
Visit a parse tree produced byJava8Parser.methodInvocation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMethodInvocationin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMethodInvocation_lf_primary
public Result visitMethodInvocation_lf_primary(@NotNull Java8Parser.MethodInvocation_lf_primaryContext ctx) Visit a parse tree produced byJava8Parser.methodInvocation_lf_primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMethodInvocation_lf_primaryin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMethodInvocation_lfno_primary
public Result visitMethodInvocation_lfno_primary(@NotNull Java8Parser.MethodInvocation_lfno_primaryContext ctx) Visit a parse tree produced byJava8Parser.methodInvocation_lfno_primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMethodInvocation_lfno_primaryin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArgumentList
Visit a parse tree produced byJava8Parser.argumentList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArgumentListin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMethodReference
Visit a parse tree produced byJava8Parser.methodReference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMethodReferencein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMethodReference_lf_primary
public Result visitMethodReference_lf_primary(@NotNull Java8Parser.MethodReference_lf_primaryContext ctx) Visit a parse tree produced byJava8Parser.methodReference_lf_primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMethodReference_lf_primaryin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMethodReference_lfno_primary
public Result visitMethodReference_lfno_primary(@NotNull Java8Parser.MethodReference_lfno_primaryContext ctx) Visit a parse tree produced byJava8Parser.methodReference_lfno_primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMethodReference_lfno_primaryin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArrayCreationExpression
Visit a parse tree produced byJava8Parser.arrayCreationExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArrayCreationExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDimExprs
Visit a parse tree produced byJava8Parser.dimExprs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDimExprsin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDimExpr
Visit a parse tree produced byJava8Parser.dimExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDimExprin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstantExpression
Visit a parse tree produced byJava8Parser.constantExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstantExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpression
Visit a parse tree produced byJava8Parser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLambdaExpression
Visit a parse tree produced byJava8Parser.lambdaExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLambdaExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLambdaParameters
Visit a parse tree produced byJava8Parser.lambdaParameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLambdaParametersin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInferredFormalParameterList
public Result visitInferredFormalParameterList(@NotNull Java8Parser.InferredFormalParameterListContext ctx) Visit a parse tree produced byJava8Parser.inferredFormalParameterList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInferredFormalParameterListin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLambdaBody
Visit a parse tree produced byJava8Parser.lambdaBody().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLambdaBodyin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignmentExpression
Visit a parse tree produced byJava8Parser.assignmentExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssignmentExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignment
Visit a parse tree produced byJava8Parser.assignment().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssignmentin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLeftHandSide
Visit a parse tree produced byJava8Parser.leftHandSide().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLeftHandSidein interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignmentOperator
Visit a parse tree produced byJava8Parser.assignmentOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssignmentOperatorin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConditionalExpression
Visit a parse tree produced byJava8Parser.conditionalExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConditionalExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConditionalOrExpression
Visit a parse tree produced byJava8Parser.conditionalOrExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConditionalOrExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConditionalAndExpression
public Result visitConditionalAndExpression(@NotNull Java8Parser.ConditionalAndExpressionContext ctx) Visit a parse tree produced byJava8Parser.conditionalAndExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConditionalAndExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInclusiveOrExpression
Visit a parse tree produced byJava8Parser.inclusiveOrExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInclusiveOrExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExclusiveOrExpression
Visit a parse tree produced byJava8Parser.exclusiveOrExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExclusiveOrExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAndExpression
Visit a parse tree produced byJava8Parser.andExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAndExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEqualityExpression
Visit a parse tree produced byJava8Parser.equalityExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEqualityExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelationalExpression
Visit a parse tree produced byJava8Parser.relationalExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelationalExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShiftExpression
Visit a parse tree produced byJava8Parser.shiftExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShiftExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAdditiveExpression
Visit a parse tree produced byJava8Parser.additiveExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAdditiveExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultiplicativeExpression
public Result visitMultiplicativeExpression(@NotNull Java8Parser.MultiplicativeExpressionContext ctx) Visit a parse tree produced byJava8Parser.multiplicativeExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMultiplicativeExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnaryExpression
Visit a parse tree produced byJava8Parser.unaryExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnaryExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPreIncrementExpression
Visit a parse tree produced byJava8Parser.preIncrementExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPreIncrementExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPreDecrementExpression
Visit a parse tree produced byJava8Parser.preDecrementExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPreDecrementExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnaryExpressionNotPlusMinus
public Result visitUnaryExpressionNotPlusMinus(@NotNull Java8Parser.UnaryExpressionNotPlusMinusContext ctx) Visit a parse tree produced byJava8Parser.unaryExpressionNotPlusMinus().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnaryExpressionNotPlusMinusin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPostfixExpression
Visit a parse tree produced byJava8Parser.postfixExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPostfixExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPostIncrementExpression
Visit a parse tree produced byJava8Parser.postIncrementExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPostIncrementExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPostIncrementExpression_lf_postfixExpression
public Result visitPostIncrementExpression_lf_postfixExpression(@NotNull Java8Parser.PostIncrementExpression_lf_postfixExpressionContext ctx) Visit a parse tree produced byJava8Parser.postIncrementExpression_lf_postfixExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPostIncrementExpression_lf_postfixExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPostDecrementExpression
Visit a parse tree produced byJava8Parser.postDecrementExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPostDecrementExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPostDecrementExpression_lf_postfixExpression
public Result visitPostDecrementExpression_lf_postfixExpression(@NotNull Java8Parser.PostDecrementExpression_lf_postfixExpressionContext ctx) Visit a parse tree produced byJava8Parser.postDecrementExpression_lf_postfixExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPostDecrementExpression_lf_postfixExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCastExpression
Visit a parse tree produced byJava8Parser.castExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCastExpressionin interfaceJava8Visitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-