Class AstBuilder
- All Implemented Interfaces:
- org.antlr.v4.runtime.tree.ParseTreeVisitor<java.lang.Object>,- GroovyParserVisitor<java.lang.Object>
public class AstBuilder extends GroovyParserBaseVisitor<java.lang.Object>
- 
Constructor SummaryConstructors Constructor Description AstBuilder(SourceUnit sourceUnit, boolean groovydocEnabled, boolean runtimeGroovydocEnabled)
- 
Method SummaryMethods inherited from class org.apache.groovy.parser.antlr4.GroovyParserBaseVisitorvisitAssertStmtAlt, visitBlockStmtAlt, visitBreakStmtAlt, visitBuiltInTypePrmrAlt, visitClosureOrLambdaExpressionPrmrAlt, visitConditionalStmtAlt, visitContinueStmtAlt, visitElementValuePairName, visitEmptyStmtAlt, visitExpression, visitExpressionStmtAlt, visitGstringPrmrAlt, visitListPrmrAlt, visitLiteral, visitLiteralPrmrAlt, visitLocalVariableDeclarationStmtAlt, visitLoopStatement, visitMapPrmrAlt, visitNls, visitParenPrmrAlt, visitPostfixExprAlt, visitPrimary, visitQualifiedNameElement, visitQualifiedNameElements, visitRparen, visitScriptStatement, visitSep, visitStatement, visitStatementExpression, visitStringLiteralAlt, visitTryCatchStmtAltMethods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitoraggregateResult, defaultResult, shouldVisitNextChild, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitorvisitChildren, visitErrorNode, visitTerminal
- 
Constructor Details- 
AstBuilderpublic AstBuilder(SourceUnit sourceUnit, boolean groovydocEnabled, boolean runtimeGroovydocEnabled)
 
- 
- 
Method Details- 
buildAST
- 
visitCompilationUnitDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitCompilationUnitin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitScriptStatementsDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitScriptStatementsin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitPackageDeclarationDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitPackageDeclarationin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitImportDeclarationDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitImportDeclarationin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitAssertStatementDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitAssertStatementin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitConditionalStatementDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitConditionalStatementin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitIfElseStatementDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitIfElseStatementin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitLoopStmtAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitLoopStmtAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitForStmtAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitForStmtAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitForControlDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitForControlin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitForInitDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitForInitin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitForUpdateDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitForUpdatein class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitEnhancedForControlpublic Tuple2<Parameter,Expression> visitEnhancedForControl(GroovyParser.EnhancedForControlContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitEnhancedForControlin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitClassicalForControlpublic Tuple2<Parameter,Expression> visitClassicalForControl(GroovyParser.ClassicalForControlContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitClassicalForControlin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitWhileStmtAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitWhileStmtAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitDoWhileStmtAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitDoWhileStmtAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitTryCatchStatementDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitTryCatchStatementin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitResourcesDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitResourcesin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitResourceListDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitResourceListin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitResourceDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitResourcein class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitCatchClauseMulti-catch(1..*) clause will be unpacked to several normal catch clauses, so the return type is List- Specified by:
- visitCatchClausein interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitCatchClausein class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- a list of CatchStatement instances
 
- 
visitCatchTypeDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitCatchTypein class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitFinallyBlockDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitFinallyBlockin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitSwitchStatementDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitSwitchStatementin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitSwitchBlockStatementGrouppublic java.util.List<Statement> visitSwitchBlockStatementGroup(GroovyParser.SwitchBlockStatementGroupContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitSwitchBlockStatementGroupin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitSwitchLabelpublic Tuple2<org.antlr.v4.runtime.Token,Expression> visitSwitchLabel(GroovyParser.SwitchLabelContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitSwitchLabelin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitSynchronizedStmtAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitSynchronizedStmtAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitReturnStmtAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitReturnStmtAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitThrowStmtAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitThrowStmtAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitLabeledStmtAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitLabeledStmtAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitBreakStatementDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitBreakStatementin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitContinueStatementDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitContinueStatementin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitTypeDeclarationDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitTypeDeclarationin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitClassDeclarationDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitClassDeclarationin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitClassBodyDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitClassBodyin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitEnumConstantsDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitEnumConstantsin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitEnumConstantDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitEnumConstantin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitClassBodyDeclarationDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitClassBodyDeclarationin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitMemberDeclarationDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitMemberDeclarationin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitTypeParametersDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitTypeParametersin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitTypeParameterDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitTypeParameterin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitTypeBoundDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitTypeBoundin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitFieldDeclarationDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitFieldDeclarationin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitMethodDeclarationDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitMethodDeclarationin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitMethodNameDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitMethodNamein class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitReturnTypeDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitReturnTypein class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitMethodBodyDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitMethodBodyin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitLocalVariableDeclarationpublic org.apache.groovy.parser.antlr4.AstBuilder.DeclarationListStatement visitLocalVariableDeclaration(GroovyParser.LocalVariableDeclarationContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitLocalVariableDeclarationin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitVariableDeclarationpublic org.apache.groovy.parser.antlr4.AstBuilder.DeclarationListStatement visitVariableDeclaration(GroovyParser.VariableDeclarationContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitVariableDeclarationin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitTypeNamePairsDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitTypeNamePairsin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitTypeNamePairDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitTypeNamePairin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitVariableDeclaratorspublic java.util.List<DeclarationExpression> visitVariableDeclarators(GroovyParser.VariableDeclaratorsContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitVariableDeclaratorsin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitVariableDeclaratorDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitVariableDeclaratorin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitVariableInitializerDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitVariableInitializerin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitVariableInitializerspublic java.util.List<Expression> visitVariableInitializers(GroovyParser.VariableInitializersContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitVariableInitializersin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitArrayInitializerDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitArrayInitializerin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitBlockDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitBlockin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitCommandExprAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitCommandExprAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitCommandExpressionDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitCommandExpressionin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitCommandArgumentDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitCommandArgumentin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitCastParExpressionDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitCastParExpressionin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitParExpressionDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitParExpressionin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitExpressionInParDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitExpressionInParin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitEnhancedStatementExpressionpublic Expression visitEnhancedStatementExpression(GroovyParser.EnhancedStatementExpressionContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitEnhancedStatementExpressionin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitPathExpressionDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitPathExpressionin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitPathElementDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitPathElementin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitNonWildcardTypeArgumentspublic GenericsType[] visitNonWildcardTypeArguments(GroovyParser.NonWildcardTypeArgumentsContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitNonWildcardTypeArgumentsin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitTypeListDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitTypeListin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitArgumentsDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitArgumentsin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitEnhancedArgumentListInParpublic Expression visitEnhancedArgumentListInPar(GroovyParser.EnhancedArgumentListInParContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitEnhancedArgumentListInParin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitEnhancedArgumentListElementpublic Expression visitEnhancedArgumentListElement(GroovyParser.EnhancedArgumentListElementContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitEnhancedArgumentListElementin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitStringLiteralDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitStringLiteralin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitIndexPropertyArgspublic Tuple2<org.antlr.v4.runtime.Token,Expression> visitIndexPropertyArgs(GroovyParser.IndexPropertyArgsContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitIndexPropertyArgsin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitNamedPropertyArgspublic java.util.List<MapEntryExpression> visitNamedPropertyArgs(GroovyParser.NamedPropertyArgsContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitNamedPropertyArgsin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitNamePartDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitNamePartin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitDynamicMemberNameDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitDynamicMemberNamein class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitPostfixExpressionDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitPostfixExpressionin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitUnaryNotExprAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitUnaryNotExprAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitCastExprAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitCastExprAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitPowerExprAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitPowerExprAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitUnaryAddExprAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitUnaryAddExprAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitMultiplicativeExprAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitMultiplicativeExprAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitAdditiveExprAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitAdditiveExprAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitShiftExprAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitShiftExprAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitRelationalExprAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitRelationalExprAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitEqualityExprAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitEqualityExprAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitRegexExprAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitRegexExprAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitAndExprAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitAndExprAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitExclusiveOrExprAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitExclusiveOrExprAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitInclusiveOrExprAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitInclusiveOrExprAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitLogicalAndExprAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitLogicalAndExprAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitLogicalOrExprAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitLogicalOrExprAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitConditionalExprAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitConditionalExprAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitMultipleAssignmentExprAltpublic BinaryExpression visitMultipleAssignmentExprAlt(GroovyParser.MultipleAssignmentExprAltContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitMultipleAssignmentExprAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitAssignmentExprAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitAssignmentExprAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitIdentifierPrmrAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitIdentifierPrmrAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitNewPrmrAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitNewPrmrAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitThisPrmrAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitThisPrmrAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitSuperPrmrAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitSuperPrmrAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitCreatorDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitCreatorin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitDimpublic Tuple3<Expression,java.util.List<AnnotationNode>,org.antlr.v4.runtime.tree.TerminalNode> visitDim(GroovyParser.DimContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitDimin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitAnonymousInnerClassDeclarationpublic InnerClassNode visitAnonymousInnerClassDeclaration(GroovyParser.AnonymousInnerClassDeclarationContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitAnonymousInnerClassDeclarationin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitCreatedNameDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitCreatedNamein class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitMapDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitMapin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitMapEntryListDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitMapEntryListin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitMapEntryDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitMapEntryin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitMapEntryLabelDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitMapEntryLabelin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitKeywordsDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitKeywordsin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitBuiltInTypeDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitBuiltInTypein class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitListDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitListin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitExpressionListDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitExpressionListin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitExpressionListElementDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitExpressionListElementin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitIntegerLiteralAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitIntegerLiteralAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitFloatingPointLiteralAltpublic ConstantExpression visitFloatingPointLiteralAlt(GroovyParser.FloatingPointLiteralAltContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitFloatingPointLiteralAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitBooleanLiteralAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitBooleanLiteralAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitNullLiteralAltDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitNullLiteralAltin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitGstringDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitGstringin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitGstringValueDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitGstringValuein class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitGstringPathDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitGstringPathin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitStandardLambdaExpressionpublic LambdaExpression visitStandardLambdaExpression(GroovyParser.StandardLambdaExpressionContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitStandardLambdaExpressionin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitStandardLambdaParametersDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitStandardLambdaParametersin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitLambdaBodyDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitLambdaBodyin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitClosureDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitClosurein class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitFormalParametersDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitFormalParametersin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitFormalParameterListDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitFormalParameterListin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitFormalParameterDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitFormalParameterin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitThisFormalParameterDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitThisFormalParameterin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitClassOrInterfaceModifiersOptpublic java.util.List<ModifierNode> visitClassOrInterfaceModifiersOpt(GroovyParser.ClassOrInterfaceModifiersOptContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitClassOrInterfaceModifiersOptin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitClassOrInterfaceModifierspublic java.util.List<ModifierNode> visitClassOrInterfaceModifiers(GroovyParser.ClassOrInterfaceModifiersContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitClassOrInterfaceModifiersin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitClassOrInterfaceModifierpublic ModifierNode visitClassOrInterfaceModifier(GroovyParser.ClassOrInterfaceModifierContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitClassOrInterfaceModifierin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitModifierDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitModifierin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitModifiersDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitModifiersin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitModifiersOptDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitModifiersOptin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitVariableModifierDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitVariableModifierin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitVariableModifiersOptpublic java.util.List<ModifierNode> visitVariableModifiersOpt(GroovyParser.VariableModifiersOptContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitVariableModifiersOptin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitVariableModifierspublic java.util.List<ModifierNode> visitVariableModifiers(GroovyParser.VariableModifiersContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitVariableModifiersin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitEmptyDimspublic java.util.List<java.util.List<AnnotationNode>> visitEmptyDims(GroovyParser.EmptyDimsContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitEmptyDimsin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitEmptyDimsOptpublic java.util.List<java.util.List<AnnotationNode>> visitEmptyDimsOpt(GroovyParser.EmptyDimsOptContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitEmptyDimsOptin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitTypeDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitTypein class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitClassOrInterfaceTypeDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitClassOrInterfaceTypein class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitTypeArgumentsOrDiamondDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitTypeArgumentsOrDiamondin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitTypeArgumentsDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitTypeArgumentsin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitTypeArgumentDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitTypeArgumentin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitPrimitiveTypeDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitPrimitiveTypein class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitVariableDeclaratorIdDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitVariableDeclaratorIdin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitVariableNamesDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitVariableNamesin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitClosureOrLambdaExpressionpublic ClosureExpression visitClosureOrLambdaExpression(GroovyParser.ClosureOrLambdaExpressionContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitClosureOrLambdaExpressionin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitBlockStatementsOptDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitBlockStatementsOptin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitBlockStatementsDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitBlockStatementsin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitBlockStatementDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitBlockStatementin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitAnnotationsOptDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitAnnotationsOptin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitAnnotationDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitAnnotationin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitElementValuespublic java.util.List<Tuple2<java.lang.String,Expression>> visitElementValues(GroovyParser.ElementValuesContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitElementValuesin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitAnnotationNameDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitAnnotationNamein class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitElementValuePairspublic java.util.Map<java.lang.String,Expression> visitElementValuePairs(GroovyParser.ElementValuePairsContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitElementValuePairsin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitElementValuePairpublic Tuple2<java.lang.String,Expression> visitElementValuePair(GroovyParser.ElementValuePairContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitElementValuePairin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitElementValueDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitElementValuein class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitElementValueArrayInitializerpublic ListExpression visitElementValueArrayInitializer(GroovyParser.ElementValueArrayInitializerContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitElementValueArrayInitializerin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitClassNameDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitClassNamein class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitIdentifierDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitIdentifierin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitQualifiedNameDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitQualifiedNamein class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitAnnotatedQualifiedClassNamepublic ClassNode visitAnnotatedQualifiedClassName(GroovyParser.AnnotatedQualifiedClassNameContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitAnnotatedQualifiedClassNamein class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitQualifiedClassNameListDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitQualifiedClassNameListin class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitQualifiedClassNameDescription copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitQualifiedClassNamein class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitQualifiedStandardClassNamepublic ClassNode visitQualifiedStandardClassName(GroovyParser.QualifiedStandardClassNameContext ctx)Description copied from class:GroovyParserBaseVisitorVisit 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 interface- GroovyParserVisitor<java.lang.Object>
- Overrides:
- visitQualifiedStandardClassNamein class- GroovyParserBaseVisitor<java.lang.Object>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitpublic java.lang.Object visit(org.antlr.v4.runtime.tree.ParseTree tree)Visit tree safely, no NPE occurred when the tree is null.- Specified by:
- visitin interface- org.antlr.v4.runtime.tree.ParseTreeVisitor<java.lang.Object>
- Overrides:
- visitin class- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<java.lang.Object>
- Parameters:
- tree- an AST node
- Returns:
- the visiting result
 
- 
appendStatementsToBlockStatement
 
-