Class RParserAdapter


public class RParserAdapter extends AbstractAntlrParserAdapter<RParser>
This class sets up the lexer and parser generated by ANTLR4, feeds the submissions through them and passes the selected tokens on to the main program.