| Package | Description |
|---|---|
| org.jruby.embed.internal |
| Modifier and Type | Method and Description |
|---|---|
static EmbedRubyObjectAdapterImpl.MethodType |
EmbedRubyObjectAdapterImpl.MethodType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EmbedRubyObjectAdapterImpl.MethodType[] |
EmbedRubyObjectAdapterImpl.MethodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private <T> T |
EmbedRubyObjectAdapterImpl.call(EmbedRubyObjectAdapterImpl.MethodType type,
java.lang.Class<T> returnType,
RubyObject rubyReceiver,
java.lang.String methodName,
Block block,
EmbedEvalUnit unit,
java.lang.Object... args) |
private IRubyObject |
EmbedRubyObjectAdapterImpl.callEachType(EmbedRubyObjectAdapterImpl.MethodType type,
IRubyObject rubyReceiver,
java.lang.String methodName,
Block block,
java.lang.Object... args) |