| Package | Description |
|---|---|
| org.jruby.runtime | |
| org.jruby.runtime.invokedynamic |
| 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(java.lang.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.
|
Copyright © 2001-2022 JRuby. All Rights Reserved.