Uses of Interface
org.jruby.runtime.BlockCallback

Packages that use BlockCallback
org.jruby   
org.jruby.runtime   
 

Uses of BlockCallback in org.jruby
 

Classes in org.jruby that implement BlockCallback
static class RubyEnumerable.AppendBlockCallback
           
 

Methods in org.jruby with parameters of type BlockCallback
static IRubyObject RubyEnumerable.callEach(Ruby runtime, ThreadContext context, IRubyObject self, BlockCallback callback)
           
 

Uses of BlockCallback in org.jruby.runtime
 

Methods in org.jruby.runtime with parameters of type BlockCallback
static Block CallBlock.newCallClosure(IRubyObject self, RubyModule imClass, Arity arity, BlockCallback callback, ThreadContext context)
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.