Package org.jruby.truffle.nodes.supercall

Examples of org.jruby.truffle.nodes.supercall.GeneralSuperReCallNode


        if (environment.isBlock()) {
            // We need the declaration frame to get the arguments to use
            environment.setNeedsDeclarationFrame();
        }

        return new GeneralSuperReCallNode(context, sourceSection, environment.getNamedMethodName(), environment.isBlock());
    }
View Full Code Here

TOP

Related Classes of org.jruby.truffle.nodes.supercall.GeneralSuperReCallNode

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.