Package org.jruby.truffle.nodes

Examples of org.jruby.truffle.nodes.ForNode


        translatingForStatement = true;
        final RubyCallNode translated = (RubyCallNode) callNode.accept(this);
        translatingForStatement = false;

        return new ForNode(context, translated.getSourceSection(), translated);
    }
View Full Code Here

TOP

Related Classes of org.jruby.truffle.nodes.ForNode

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.