Class NanoSQLTranslator

  • All Implemented Interfaces:
    NanoSQLVisitor<java.lang.Object>, org.antlr.v4.runtime.tree.ParseTreeVisitor<java.lang.Object>

    public class NanoSQLTranslator
    extends NanoSQLBaseVisitor<java.lang.Object>
    This class translates NanoSQL parse trees generated by the ANTLR4 grammar into the corresponding hierarchy of Command and Expression objects used by the server for command execution.