| Package | Description |
|---|---|
| org.jruby | |
| org.jruby.evaluator | |
| org.jruby.runtime |
| Modifier and Type | Method and Description |
|---|---|
void |
Ruby.callEventHooks(ThreadContext context,
RubyEvent event,
String file,
int line,
String name,
IRubyObject type) |
boolean |
Ruby.CallTraceFuncHook.isInterestedInEvent(RubyEvent event) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ASTInterpreter.callTraceFunction(Ruby runtime,
ThreadContext context,
RubyEvent event) |
| Modifier and Type | Method and Description |
|---|---|
static RubyEvent |
RubyEvent.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventHook.event(ThreadContext context,
RubyEvent event,
String file,
int line,
String name,
IRubyObject type) |
abstract boolean |
EventHook.isInterestedInEvent(RubyEvent event) |
void |
ThreadContext.trace(RubyEvent event,
String name,
RubyModule implClass) |
void |
ThreadContext.trace(RubyEvent event,
String name,
RubyModule implClass,
String file,
int line) |
Copyright © 2001-2013 JRuby. All Rights Reserved.