Interface GroovyParserVisitor<Result>

  • Type Parameters:
    Result - The return type of the visit operation. Use Void for operations with no return type.
    All Superinterfaces:
    org.antlr.v4.runtime.tree.ParseTreeVisitor<Result>
    All Known Implementing Classes:
    AstBuilder, GroovyParserBaseVisitor

    public interface GroovyParserVisitor<Result>
    extends org.antlr.v4.runtime.tree.ParseTreeVisitor<Result>
    This interface defines a complete generic visitor for a parse tree produced by GroovyParser.