Package | Description |
---|---|
org.jruby.internal.runtime |
Modifier and Type | Field and Description |
---|---|
ThreadService.Event.Type |
ThreadService.Event.type |
Modifier and Type | Method and Description |
---|---|
static ThreadService.Event.Type |
ThreadService.Event.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreadService.Event.Type[] |
ThreadService.Event.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Event(RubyThread sender,
RubyThread target,
ThreadService.Event.Type type) |
Event(RubyThread sender,
RubyThread target,
ThreadService.Event.Type type,
IRubyObject exception) |
Copyright © 2001–2015 JRuby. All rights reserved.