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   
org.jruby.runtime.builtin   
 

Uses of RubyProc in org.jruby
 

Methods in org.jruby that return RubyProc
 RubyProc Ruby.newProc(boolean isLambda, Block block)
           
static RubyProc RubyProc.newProc(Ruby runtime, Block block, boolean isLambda)
           
static RubyProc RubyProc.newProc(Ruby runtime, boolean isLambda)
           
static RubyProc RubyKernel.proc(IRubyObject recv, Block block)
           
 RubyProc RubyProc.to_proc()
           
 

Methods in org.jruby with parameters of type RubyProc
 void RubyObject.addFinalizer(RubyProc finalizer)
           
 void RubyObject.Finalizer.addFinalizer(RubyProc finalizer)
           
 void RubyUndef.addFinalizer(RubyProc finalizer)
           
 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
 RubyProc MethodBlock.getProcObject()
          Retrieve the proc object associated with this block
 

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

Uses of RubyProc in org.jruby.runtime.builtin
 

Methods in org.jruby.runtime.builtin with parameters of type RubyProc
 void IRubyObject.addFinalizer(RubyProc finalizer)
           
 



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