Package | Description |
---|---|
org.jruby | |
org.jruby.runtime | |
org.jruby.runtime.invokedynamic | |
org.jruby.util |
Modifier and Type | Method and Description |
---|---|
RubyBoolean |
RubyHash.compare(ThreadContext context,
MethodNames method,
IRubyObject other) |
RubyBoolean |
RubyArray.compare(ThreadContext context,
MethodNames method,
IRubyObject other) |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
Helpers.invokedynamic(ThreadContext context,
IRubyObject self,
MethodNames method) |
static IRubyObject |
Helpers.invokedynamic(ThreadContext context,
IRubyObject self,
MethodNames method,
IRubyObject arg0) |
Modifier and Type | Method and Description |
---|---|
static MethodNames |
MethodNames.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodNames[] |
MethodNames.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
RecursiveComparator.compare(ThreadContext context,
MethodNames method,
IRubyObject a,
IRubyObject b) |
Copyright © 2001-2015 JRuby. All Rights Reserved.