Class PostgreSQLParserBaseVisitor<T>

  • All Implemented Interfaces:
    PostgreSQLParserVisitor<T>, org.antlr.v4.runtime.tree.ParseTreeVisitor<T>

    public class PostgreSQLParserBaseVisitor<T>
    extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
    implements PostgreSQLParserVisitor<T>