Package org.jruby.truffle.nodes.debug

Examples of org.jruby.truffle.nodes.debug.RubyASTProber


        safepointManager = new SafepointManager(this);

        this.runtime = runtime;
        translator = new TranslatorDriver(this);
        astProber = new RubyASTProber();

        warnings = new Warnings(this);

        // Object space manager needs to come early before we create any objects
        objectSpaceManager = new ObjectSpaceManager(this);
View Full Code Here

TOP

Related Classes of org.jruby.truffle.nodes.debug.RubyASTProber

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.