Package | Description |
---|---|
org.jruby | |
org.jruby.ir.instructions | |
org.jruby.ir.persistence | |
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 |
---|---|
RubyEvent |
TraceInstr.getEvent() |
Constructor and Description |
---|
TraceInstr(RubyEvent event,
String name,
String filename,
int linenumber) |
Modifier and Type | Method and Description |
---|---|
RubyEvent |
IRReaderStream.decodeRubyEvent() |
RubyEvent |
IRReaderDecoder.decodeRubyEvent() |
Modifier and Type | Method and Description |
---|---|
void |
IRWriterStream.encode(RubyEvent event) |
void |
IRWriterEncoder.encode(RubyEvent event) |
void |
IRWriterAnalzer.encode(RubyEvent event) |
Modifier and Type | Method and Description |
---|---|
static RubyEvent |
RubyEvent.fromOrdinal(int value) |
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-2015 JRuby. All Rights Reserved.