Class GroovyParserBaseVisitor<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>,GroovyParserVisitor<Result>
- Direct Known Subclasses:
AstBuilder
public class GroovyParserBaseVisitor<Result> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<Result> implements GroovyParserVisitor<Result>
GroovyParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors Constructor Description GroovyParserBaseVisitor() -
Method Summary
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
GroovyParserBaseVisitor
public GroovyParserBaseVisitor()
-
-
Method Details
-
visitIdentifierPrmrAlt
Visit a parse tree produced by theidentifierPrmrAltlabeled alternative inGroovyParser.commandPrimary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierPrmrAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralPrmrAlt
Visit a parse tree produced by theliteralPrmrAltlabeled alternative inGroovyParser.commandPrimary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralPrmrAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGstringPrmrAlt
Visit a parse tree produced by thegstringPrmrAltlabeled alternative inGroovyParser.commandPrimary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGstringPrmrAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNewPrmrAlt
Visit a parse tree produced by thenewPrmrAltlabeled alternative inGroovyParser.primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNewPrmrAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThisPrmrAlt
Visit a parse tree produced by thethisPrmrAltlabeled alternative inGroovyParser.primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitThisPrmrAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSuperPrmrAlt
Visit a parse tree produced by thesuperPrmrAltlabeled alternative inGroovyParser.primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSuperPrmrAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParenPrmrAlt
Visit a parse tree produced by theparenPrmrAltlabeled alternative inGroovyParser.namedPropertyArgPrimary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParenPrmrAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClosureOrLambdaExpressionPrmrAlt
public Result visitClosureOrLambdaExpressionPrmrAlt(@NotNull GroovyParser.ClosureOrLambdaExpressionPrmrAltContext ctx)Visit a parse tree produced by theclosureOrLambdaExpressionPrmrAltlabeled alternative inGroovyParser.primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClosureOrLambdaExpressionPrmrAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListPrmrAlt
Visit a parse tree produced by thelistPrmrAltlabeled alternative inGroovyParser.primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListPrmrAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMapPrmrAlt
Visit a parse tree produced by themapPrmrAltlabeled alternative inGroovyParser.primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMapPrmrAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBuiltInTypePrmrAlt
Visit a parse tree produced by thebuiltInTypePrmrAltlabeled alternative inGroovyParser.primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBuiltInTypePrmrAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntegerLiteralAlt
Visit a parse tree produced by theintegerLiteralAltlabeled alternative inGroovyParser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIntegerLiteralAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFloatingPointLiteralAlt
public Result visitFloatingPointLiteralAlt(@NotNull GroovyParser.FloatingPointLiteralAltContext ctx)Visit a parse tree produced by thefloatingPointLiteralAltlabeled alternative inGroovyParser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFloatingPointLiteralAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringLiteralAlt
Visit a parse tree produced by thestringLiteralAltlabeled alternative inGroovyParser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStringLiteralAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanLiteralAlt
Visit a parse tree produced by thebooleanLiteralAltlabeled alternative inGroovyParser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBooleanLiteralAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNullLiteralAlt
Visit a parse tree produced by thenullLiteralAltlabeled alternative inGroovyParser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNullLiteralAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCastExprAlt
Visit a parse tree produced by thecastExprAltlabeled alternative inGroovyParser.castOperandExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCastExprAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPostfixExprAlt
Visit a parse tree produced by thepostfixExprAltlabeled alternative inGroovyParser.castOperandExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPostfixExprAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnaryNotExprAlt
Visit a parse tree produced by theunaryNotExprAltlabeled alternative inGroovyParser.castOperandExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnaryNotExprAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPowerExprAlt
Visit a parse tree produced by thepowerExprAltlabeled alternative inGroovyParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPowerExprAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnaryAddExprAlt
Visit a parse tree produced by theunaryAddExprAltlabeled alternative inGroovyParser.castOperandExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnaryAddExprAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultiplicativeExprAlt
Visit a parse tree produced by themultiplicativeExprAltlabeled alternative inGroovyParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMultiplicativeExprAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAdditiveExprAlt
Visit a parse tree produced by theadditiveExprAltlabeled alternative inGroovyParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAdditiveExprAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShiftExprAlt
Visit a parse tree produced by theshiftExprAltlabeled alternative inGroovyParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShiftExprAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelationalExprAlt
Visit a parse tree produced by therelationalExprAltlabeled alternative inGroovyParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelationalExprAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEqualityExprAlt
Visit a parse tree produced by theequalityExprAltlabeled alternative inGroovyParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEqualityExprAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegexExprAlt
Visit a parse tree produced by theregexExprAltlabeled alternative inGroovyParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegexExprAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAndExprAlt
Visit a parse tree produced by theandExprAltlabeled alternative inGroovyParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAndExprAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExclusiveOrExprAlt
Visit a parse tree produced by theexclusiveOrExprAltlabeled alternative inGroovyParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExclusiveOrExprAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInclusiveOrExprAlt
Visit a parse tree produced by theinclusiveOrExprAltlabeled alternative inGroovyParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInclusiveOrExprAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogicalAndExprAlt
Visit a parse tree produced by thelogicalAndExprAltlabeled alternative inGroovyParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLogicalAndExprAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLogicalOrExprAlt
Visit a parse tree produced by thelogicalOrExprAltlabeled alternative inGroovyParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLogicalOrExprAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConditionalExprAlt
Visit a parse tree produced by theconditionalExprAltlabeled alternative inGroovyParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConditionalExprAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultipleAssignmentExprAlt
public Result visitMultipleAssignmentExprAlt(@NotNull GroovyParser.MultipleAssignmentExprAltContext ctx)Visit a parse tree produced by themultipleAssignmentExprAltlabeled alternative inGroovyParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMultipleAssignmentExprAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignmentExprAlt
Visit a parse tree produced by theassignmentExprAltlabeled alternative inGroovyParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssignmentExprAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlockStmtAlt
Visit a parse tree produced by theblockStmtAltlabeled alternative inGroovyParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBlockStmtAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConditionalStmtAlt
Visit a parse tree produced by theconditionalStmtAltlabeled alternative inGroovyParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConditionalStmtAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLoopStmtAlt
Visit a parse tree produced by theloopStmtAltlabeled alternative inGroovyParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLoopStmtAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTryCatchStmtAlt
Visit a parse tree produced by thetryCatchStmtAltlabeled alternative inGroovyParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTryCatchStmtAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSynchronizedStmtAlt
Visit a parse tree produced by thesynchronizedStmtAltlabeled alternative inGroovyParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSynchronizedStmtAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturnStmtAlt
Visit a parse tree produced by thereturnStmtAltlabeled alternative inGroovyParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReturnStmtAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThrowStmtAlt
Visit a parse tree produced by thethrowStmtAltlabeled alternative inGroovyParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitThrowStmtAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBreakStmtAlt
Visit a parse tree produced by thebreakStmtAltlabeled alternative inGroovyParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBreakStmtAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContinueStmtAlt
Visit a parse tree produced by thecontinueStmtAltlabeled alternative inGroovyParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitContinueStmtAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabeledStmtAlt
Visit a parse tree produced by thelabeledStmtAltlabeled alternative inGroovyParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabeledStmtAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssertStmtAlt
Visit a parse tree produced by theassertStmtAltlabeled alternative inGroovyParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssertStmtAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLocalVariableDeclarationStmtAlt
public Result visitLocalVariableDeclarationStmtAlt(@NotNull GroovyParser.LocalVariableDeclarationStmtAltContext ctx)Visit a parse tree produced by thelocalVariableDeclarationStmtAltlabeled alternative inGroovyParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLocalVariableDeclarationStmtAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionStmtAlt
Visit a parse tree produced by theexpressionStmtAltlabeled alternative inGroovyParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionStmtAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEmptyStmtAlt
Visit a parse tree produced by theemptyStmtAltlabeled alternative inGroovyParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEmptyStmtAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommandExprAlt
Visit a parse tree produced by thecommandExprAltlabeled alternative inGroovyParser.statementExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommandExprAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForStmtAlt
Visit a parse tree produced by theforStmtAltlabeled alternative inGroovyParser.loopStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForStmtAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhileStmtAlt
Visit a parse tree produced by thewhileStmtAltlabeled alternative inGroovyParser.loopStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhileStmtAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDoWhileStmtAlt
Visit a parse tree produced by thedoWhileStmtAltlabeled alternative inGroovyParser.loopStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDoWhileStmtAltin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompilationUnit
Visit a parse tree produced byGroovyParser.compilationUnit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompilationUnitin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitScriptStatements
Visit a parse tree produced byGroovyParser.scriptStatements().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitScriptStatementsin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitScriptStatement
Visit a parse tree produced byGroovyParser.scriptStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitScriptStatementin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPackageDeclaration
Visit a parse tree produced byGroovyParser.packageDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPackageDeclarationin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImportDeclaration
Visit a parse tree produced byGroovyParser.importDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitImportDeclarationin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeDeclaration
Visit a parse tree produced byGroovyParser.typeDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeDeclarationin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifier
Visit a parse tree produced byGroovyParser.modifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifierin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifiersOpt
Visit a parse tree produced byGroovyParser.modifiersOpt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifiersOptin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModifiers
Visit a parse tree produced byGroovyParser.modifiers().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModifiersin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassOrInterfaceModifiersOpt
public Result visitClassOrInterfaceModifiersOpt(@NotNull GroovyParser.ClassOrInterfaceModifiersOptContext ctx)Visit a parse tree produced byGroovyParser.classOrInterfaceModifiersOpt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassOrInterfaceModifiersOptin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassOrInterfaceModifiers
public Result visitClassOrInterfaceModifiers(@NotNull GroovyParser.ClassOrInterfaceModifiersContext ctx)Visit a parse tree produced byGroovyParser.classOrInterfaceModifiers().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassOrInterfaceModifiersin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassOrInterfaceModifier
public Result visitClassOrInterfaceModifier(@NotNull GroovyParser.ClassOrInterfaceModifierContext ctx)Visit a parse tree produced byGroovyParser.classOrInterfaceModifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassOrInterfaceModifierin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableModifier
Visit a parse tree produced byGroovyParser.variableModifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableModifierin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableModifiersOpt
Visit a parse tree produced byGroovyParser.variableModifiersOpt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableModifiersOptin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableModifiers
Visit a parse tree produced byGroovyParser.variableModifiers().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableModifiersin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeParameters
Visit a parse tree produced byGroovyParser.typeParameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeParametersin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeParameter
Visit a parse tree produced byGroovyParser.typeParameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeParameterin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeBound
Visit a parse tree produced byGroovyParser.typeBound().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeBoundin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeList
Visit a parse tree produced byGroovyParser.typeList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeListin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassDeclaration
Visit a parse tree produced byGroovyParser.classDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassDeclarationin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassBody
Visit a parse tree produced byGroovyParser.classBody(int).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassBodyin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnumConstants
Visit a parse tree produced byGroovyParser.enumConstants().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnumConstantsin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnumConstant
Visit a parse tree produced byGroovyParser.enumConstant().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnumConstantin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassBodyDeclaration
Visit a parse tree produced byGroovyParser.classBodyDeclaration(int).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassBodyDeclarationin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemberDeclaration
Visit a parse tree produced byGroovyParser.memberDeclaration(int).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMemberDeclarationin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMethodDeclaration
Visit a parse tree produced byGroovyParser.methodDeclaration(int, int).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMethodDeclarationin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMethodName
Visit a parse tree produced byGroovyParser.methodName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMethodNamein interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturnType
Visit a parse tree produced byGroovyParser.returnType(int).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReturnTypein interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFieldDeclaration
Visit a parse tree produced byGroovyParser.fieldDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldDeclarationin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableDeclarators
Visit a parse tree produced byGroovyParser.variableDeclarators().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableDeclaratorsin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableDeclarator
Visit a parse tree produced byGroovyParser.variableDeclarator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableDeclaratorin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableDeclaratorId
Visit a parse tree produced byGroovyParser.variableDeclaratorId().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableDeclaratorIdin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableInitializer
Visit a parse tree produced byGroovyParser.variableInitializer().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableInitializerin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableInitializers
Visit a parse tree produced byGroovyParser.variableInitializers().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableInitializersin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEmptyDims
Visit a parse tree produced byGroovyParser.emptyDims().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEmptyDimsin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEmptyDimsOpt
Visit a parse tree produced byGroovyParser.emptyDimsOpt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEmptyDimsOptin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitType
Visit a parse tree produced byGroovyParser.type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypein interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassOrInterfaceType
Visit a parse tree produced byGroovyParser.classOrInterfaceType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassOrInterfaceTypein interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimitiveType
Visit a parse tree produced byGroovyParser.primitiveType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimitiveTypein interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeArguments
Visit a parse tree produced byGroovyParser.typeArguments().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeArgumentsin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeArgument
Visit a parse tree produced byGroovyParser.typeArgument().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeArgumentin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnnotatedQualifiedClassName
public Result visitAnnotatedQualifiedClassName(@NotNull GroovyParser.AnnotatedQualifiedClassNameContext ctx)Visit a parse tree produced byGroovyParser.annotatedQualifiedClassName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnnotatedQualifiedClassNamein interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedClassNameList
Visit a parse tree produced byGroovyParser.qualifiedClassNameList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualifiedClassNameListin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFormalParameters
Visit a parse tree produced byGroovyParser.formalParameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFormalParametersin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFormalParameterList
Visit a parse tree produced byGroovyParser.formalParameterList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFormalParameterListin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThisFormalParameter
Visit a parse tree produced byGroovyParser.thisFormalParameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitThisFormalParameterin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFormalParameter
Visit a parse tree produced byGroovyParser.formalParameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFormalParameterin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMethodBody
Visit a parse tree produced byGroovyParser.methodBody().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMethodBodyin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedName
Visit a parse tree produced byGroovyParser.qualifiedName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualifiedNamein interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedNameElement
Visit a parse tree produced byGroovyParser.qualifiedNameElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualifiedNameElementin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedNameElements
Visit a parse tree produced byGroovyParser.qualifiedNameElements().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualifiedNameElementsin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedClassName
Visit a parse tree produced byGroovyParser.qualifiedClassName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualifiedClassNamein interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedStandardClassName
public Result visitQualifiedStandardClassName(@NotNull GroovyParser.QualifiedStandardClassNameContext ctx)Visit a parse tree produced byGroovyParser.qualifiedStandardClassName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualifiedStandardClassNamein interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteral
Visit a parse tree produced byGroovyParser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGstring
Visit a parse tree produced byGroovyParser.gstring().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGstringin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGstringValue
Visit a parse tree produced byGroovyParser.gstringValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGstringValuein interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGstringPath
Visit a parse tree produced byGroovyParser.gstringPath().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGstringPathin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStandardLambdaExpression
public Result visitStandardLambdaExpression(@NotNull GroovyParser.StandardLambdaExpressionContext ctx)Visit a parse tree produced byGroovyParser.standardLambdaExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStandardLambdaExpressionin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStandardLambdaParameters
public Result visitStandardLambdaParameters(@NotNull GroovyParser.StandardLambdaParametersContext ctx)Visit a parse tree produced byGroovyParser.standardLambdaParameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStandardLambdaParametersin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLambdaBody
Visit a parse tree produced byGroovyParser.lambdaBody().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLambdaBodyin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClosure
Visit a parse tree produced byGroovyParser.closure().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClosurein interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClosureOrLambdaExpression
public Result visitClosureOrLambdaExpression(@NotNull GroovyParser.ClosureOrLambdaExpressionContext ctx)Visit a parse tree produced byGroovyParser.closureOrLambdaExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClosureOrLambdaExpressionin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlockStatementsOpt
Visit a parse tree produced byGroovyParser.blockStatementsOpt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBlockStatementsOptin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlockStatements
Visit a parse tree produced byGroovyParser.blockStatements().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBlockStatementsin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnnotationsOpt
Visit a parse tree produced byGroovyParser.annotationsOpt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnnotationsOptin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnnotation
Visit a parse tree produced byGroovyParser.annotation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnnotationin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementValues
Visit a parse tree produced byGroovyParser.elementValues().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementValuesin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnnotationName
Visit a parse tree produced byGroovyParser.annotationName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnnotationNamein interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementValuePairs
Visit a parse tree produced byGroovyParser.elementValuePairs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementValuePairsin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementValuePair
Visit a parse tree produced byGroovyParser.elementValuePair().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementValuePairin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementValuePairName
Visit a parse tree produced byGroovyParser.elementValuePairName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementValuePairNamein interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementValue
Visit a parse tree produced byGroovyParser.elementValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementValuein interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElementValueArrayInitializer
public Result visitElementValueArrayInitializer(@NotNull GroovyParser.ElementValueArrayInitializerContext ctx)Visit a parse tree produced byGroovyParser.elementValueArrayInitializer().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementValueArrayInitializerin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlock
Visit a parse tree produced byGroovyParser.block().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBlockin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlockStatement
Visit a parse tree produced byGroovyParser.blockStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBlockStatementin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLocalVariableDeclaration
public Result visitLocalVariableDeclaration(@NotNull GroovyParser.LocalVariableDeclarationContext ctx)Visit a parse tree produced byGroovyParser.localVariableDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLocalVariableDeclarationin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableDeclaration
Visit a parse tree produced byGroovyParser.variableDeclaration(int).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableDeclarationin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeNamePairs
Visit a parse tree produced byGroovyParser.typeNamePairs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeNamePairsin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeNamePair
Visit a parse tree produced byGroovyParser.typeNamePair().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeNamePairin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableNames
Visit a parse tree produced byGroovyParser.variableNames().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableNamesin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConditionalStatement
Visit a parse tree produced byGroovyParser.conditionalStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConditionalStatementin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIfElseStatement
Visit a parse tree produced byGroovyParser.ifElseStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIfElseStatementin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSwitchStatement
Visit a parse tree produced byGroovyParser.switchStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSwitchStatementin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLoopStatement
Visit a parse tree produced byGroovyParser.loopStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLoopStatementin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContinueStatement
Visit a parse tree produced byGroovyParser.continueStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitContinueStatementin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBreakStatement
Visit a parse tree produced byGroovyParser.breakStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBreakStatementin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTryCatchStatement
Visit a parse tree produced byGroovyParser.tryCatchStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTryCatchStatementin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssertStatement
Visit a parse tree produced byGroovyParser.assertStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssertStatementin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatement
Visit a parse tree produced byGroovyParser.statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStatementin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCatchClause
Visit a parse tree produced byGroovyParser.catchClause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCatchClausein interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCatchType
Visit a parse tree produced byGroovyParser.catchType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCatchTypein interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFinallyBlock
Visit a parse tree produced byGroovyParser.finallyBlock().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFinallyBlockin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResources
Visit a parse tree produced byGroovyParser.resources().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResourcesin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResourceList
Visit a parse tree produced byGroovyParser.resourceList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResourceListin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResource
Visit a parse tree produced byGroovyParser.resource().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResourcein interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSwitchBlockStatementGroup
public Result visitSwitchBlockStatementGroup(@NotNull GroovyParser.SwitchBlockStatementGroupContext ctx)Visit a parse tree produced byGroovyParser.switchBlockStatementGroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSwitchBlockStatementGroupin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSwitchLabel
Visit a parse tree produced byGroovyParser.switchLabel().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSwitchLabelin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForControl
Visit a parse tree produced byGroovyParser.forControl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForControlin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnhancedForControl
Visit a parse tree produced byGroovyParser.enhancedForControl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnhancedForControlin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassicalForControl
Visit a parse tree produced byGroovyParser.classicalForControl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassicalForControlin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForInit
Visit a parse tree produced byGroovyParser.forInit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForInitin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForUpdate
Visit a parse tree produced byGroovyParser.forUpdate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForUpdatein interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCastParExpression
Visit a parse tree produced byGroovyParser.castParExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCastParExpressionin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParExpression
Visit a parse tree produced byGroovyParser.parExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParExpressionin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionInPar
Visit a parse tree produced byGroovyParser.expressionInPar().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionInParin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionList
Visit a parse tree produced byGroovyParser.expressionList(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionListin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionListElement
Visit a parse tree produced byGroovyParser.expressionListElement(boolean).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionListElementin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnhancedStatementExpression
public Result visitEnhancedStatementExpression(@NotNull GroovyParser.EnhancedStatementExpressionContext ctx)Visit a parse tree produced byGroovyParser.enhancedStatementExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnhancedStatementExpressionin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStatementExpression
Visit a parse tree produced byGroovyParser.statementExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStatementExpressionin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPostfixExpression
Visit a parse tree produced byGroovyParser.postfixExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPostfixExpressionin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpression
Visit a parse tree produced byGroovyParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommandExpression
Visit a parse tree produced byGroovyParser.commandExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommandExpressionin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommandArgument
Visit a parse tree produced byGroovyParser.commandArgument().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommandArgumentin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathExpression
Visit a parse tree produced byGroovyParser.pathExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathExpressionin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathElement
Visit a parse tree produced byGroovyParser.pathElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathElementin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNamePart
Visit a parse tree produced byGroovyParser.namePart().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNamePartin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDynamicMemberName
Visit a parse tree produced byGroovyParser.dynamicMemberName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDynamicMemberNamein interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexPropertyArgs
Visit a parse tree produced byGroovyParser.indexPropertyArgs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexPropertyArgsin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNamedPropertyArgs
Visit a parse tree produced byGroovyParser.namedPropertyArgs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNamedPropertyArgsin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimary
Visit a parse tree produced byGroovyParser.primary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitList
Visit a parse tree produced byGroovyParser.list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMap
Visit a parse tree produced byGroovyParser.map().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMapin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMapEntryList
Visit a parse tree produced byGroovyParser.mapEntryList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMapEntryListin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMapEntry
Visit a parse tree produced byGroovyParser.mapEntry().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMapEntryin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMapEntryLabel
Visit a parse tree produced byGroovyParser.mapEntryLabel().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMapEntryLabelin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreator
Visit a parse tree produced byGroovyParser.creator(int).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatorin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDim
Visit a parse tree produced byGroovyParser.dim().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDimin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArrayInitializer
Visit a parse tree produced byGroovyParser.arrayInitializer().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArrayInitializerin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnonymousInnerClassDeclaration
public Result visitAnonymousInnerClassDeclaration(@NotNull GroovyParser.AnonymousInnerClassDeclarationContext ctx)Visit a parse tree produced byGroovyParser.anonymousInnerClassDeclaration(int).The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnonymousInnerClassDeclarationin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatedName
Visit a parse tree produced byGroovyParser.createdName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatedNamein interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonWildcardTypeArguments
public Result visitNonWildcardTypeArguments(@NotNull GroovyParser.NonWildcardTypeArgumentsContext ctx)Visit a parse tree produced byGroovyParser.nonWildcardTypeArguments().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNonWildcardTypeArgumentsin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeArgumentsOrDiamond
Visit a parse tree produced byGroovyParser.typeArgumentsOrDiamond().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeArgumentsOrDiamondin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArguments
Visit a parse tree produced byGroovyParser.arguments().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArgumentsin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnhancedArgumentListInPar
public Result visitEnhancedArgumentListInPar(@NotNull GroovyParser.EnhancedArgumentListInParContext ctx)Visit a parse tree produced byGroovyParser.enhancedArgumentListInPar().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnhancedArgumentListInParin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnhancedArgumentListElement
public Result visitEnhancedArgumentListElement(@NotNull GroovyParser.EnhancedArgumentListElementContext ctx)Visit a parse tree produced byGroovyParser.enhancedArgumentListElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnhancedArgumentListElementin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringLiteral
Visit a parse tree produced byGroovyParser.stringLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStringLiteralin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassName
Visit a parse tree produced byGroovyParser.className().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClassNamein interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifier
Visit a parse tree produced byGroovyParser.identifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBuiltInType
Visit a parse tree produced byGroovyParser.builtInType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBuiltInTypein interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeywords
Visit a parse tree produced byGroovyParser.keywords().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeywordsin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRparen
Visit a parse tree produced byGroovyParser.rparen().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRparenin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNls
Visit a parse tree produced byGroovyParser.nls().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNlsin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSep
Visit a parse tree produced byGroovyParser.sep().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSepin interfaceGroovyParserVisitor<Result>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-