Package org.renjin.studio.console

Examples of org.renjin.studio.console.Repl


    StudioSession session = new StudioSession();
   
    MainFrame mainFrame = new MainFrame(session);
   

    Repl interpreter = new Repl( mainFrame.getConsole(), session );
    new Thread ( interpreter ).start();

 
  }
View Full Code Here

TOP

Related Classes of org.renjin.studio.console.Repl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.