Uses of Class
org.jruby.RubyProc

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

Uses of RubyProc in org.jruby
 

Methods in org.jruby that return RubyProc
static RubyProc KernelModule.proc(IRubyObject recv)
           
 RubyProc Ruby.getTraceFunction()
           
static RubyProc RubyProc.newInstance(IRubyObject receiver, IRubyObject[] args)
           
static RubyProc RubyProc.newProc(Ruby ruby)
           
 

Methods in org.jruby with parameters of type RubyProc
 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 trace)
           
 

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

Constructors in org.jruby.internal.runtime.methods with parameters of type RubyProc
ProcMethod(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)
           
 



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.