Uses of Class
org.jruby.RubyProc

Packages that use RubyProc
org.jruby   
org.jruby.internal.runtime   
org.jruby.internal.runtime.methods   
org.jruby.javasupport   
org.jruby.runtime   
 

Uses of RubyProc in org.jruby
 

Methods in org.jruby that return RubyProc
static RubyProc RubyKernel.lambda(ThreadContext context, IRubyObject recv, Block block)
           
 RubyProc Ruby.newBlockPassProc(Block.Type type, Block block)
           
 RubyProc Ruby.newProc(Block.Type type, Block block)
           
static RubyProc RubyProc.newProc(Ruby runtime, Block.Type type)
           
static RubyProc RubyProc.newProc(Ruby runtime, Block block, Block.Type type)
           
static RubyProc RubyKernel.proc_1_9(ThreadContext context, IRubyObject recv, Block block)
           
static RubyProc RubyKernel.proc(IRubyObject recv, Block block)
          Deprecated. 
static RubyProc RubyKernel.proc(ThreadContext context, IRubyObject recv, Block block)
           
 RubyProc RubyProc.to_proc()
           
 

Methods in org.jruby with parameters of type RubyProc
 IRubyObject Ruby.pushExitBlock(RubyProc proc)
          Push block onto exit stack.
 void Ruby.CallTraceFuncHook.setTraceFunc(RubyProc traceFunc)
           
 void Ruby.setTraceFunction(RubyProc traceFunction)
           
 

Uses of RubyProc in org.jruby.internal.runtime
 

Methods in org.jruby.internal.runtime with parameters of type RubyProc
 void GlobalVariable.addTrace(RubyProc command)
           
 void GlobalVariables.setTraceVar(java.lang.String name, RubyProc proc)
           
 

Uses of RubyProc in org.jruby.internal.runtime.methods
 

Constructors in org.jruby.internal.runtime.methods with parameters of type RubyProc
ProcMethod(RubyModule implementationClass, RubyProc proc, Visibility visibility)
          Constructor for ProcMethod.
 

Uses of RubyProc in org.jruby.javasupport
 

Methods in org.jruby.javasupport with parameters of type RubyProc
 void JavaSupport.defineExceptionHandler(java.lang.String exceptionClass, RubyProc handler)
           
 

Uses of RubyProc in org.jruby.runtime
 

Methods in org.jruby.runtime that return RubyProc
 RubyProc Block.getProcObject()
          Retrieve the proc object associated with this block
 

Methods in org.jruby.runtime with parameters of type RubyProc
 void Block.setProcObject(RubyProc procObject)
          Set the proc object associated with this block
 



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