| Package | Description |
|---|---|
| org.jruby | |
| org.jruby.java.proxies | |
| org.jruby.runtime |
| Modifier and Type | Method and Description |
|---|---|
RubyMethod |
RubyUnboundMethod.bind(ThreadContext context,
IRubyObject aReceiver) |
static RubyMethod |
RubyMethod.newMethod(RubyModule implementationModule,
java.lang.String methodName,
RubyModule originModule,
java.lang.String originName,
DynamicMethod method,
IRubyObject receiver) |
RubyMethod |
RubyMethod.rbClone() |
| Modifier and Type | Method and Description |
|---|---|
private RubyMethod |
JavaProxy.getRubyMethod(java.lang.String name,
java.lang.Class... argTypes) |
| Modifier and Type | Field and Description |
|---|---|
private RubyMethod |
MethodBlock.method |
| Modifier and Type | Method and Description |
|---|---|
RubyMethod |
MethodBlock.getMethod() |
| Constructor and Description |
|---|
MethodBlock(RubyMethod method,
StaticScope staticScope) |