|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RubyEvent | |
---|---|
org.jruby | |
org.jruby.evaluator | |
org.jruby.runtime |
Uses of RubyEvent in org.jruby |
---|
Methods in org.jruby with parameters of type RubyEvent | |
---|---|
void |
Ruby.callEventHooks(ThreadContext context,
RubyEvent event,
java.lang.String file,
int line,
java.lang.String name,
IRubyObject type)
|
boolean |
Ruby.CallTraceFuncHook.isInterestedInEvent(RubyEvent event)
|
Uses of RubyEvent in org.jruby.evaluator |
---|
Methods in org.jruby.evaluator with parameters of type RubyEvent | |
---|---|
static void |
ASTInterpreter.callTraceFunction(Ruby runtime,
ThreadContext context,
RubyEvent event)
|
Uses of RubyEvent in org.jruby.runtime |
---|
Methods in org.jruby.runtime that return RubyEvent | |
---|---|
static RubyEvent |
RubyEvent.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RubyEvent[] |
RubyEvent.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jruby.runtime with parameters of type RubyEvent | |
---|---|
void |
EventHook.event(ThreadContext context,
RubyEvent event,
java.lang.String file,
int line,
java.lang.String name,
IRubyObject type)
|
abstract boolean |
EventHook.isInterestedInEvent(RubyEvent event)
|
void |
ThreadContext.trace(RubyEvent event,
java.lang.String name,
RubyModule implClass)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |