|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |