|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RubyMethod | |
|---|---|
| org.jruby | |
| org.jruby.runtime | |
| Uses of RubyMethod in org.jruby |
|---|
| Subclasses of RubyMethod in org.jruby | |
|---|---|
class |
RubyUnboundMethod
Note: This was renamed from UnboundMethod.java |
| Methods in org.jruby that return RubyMethod | |
|---|---|
RubyMethod |
RubyUnboundMethod.bind(ThreadContext context,
IRubyObject aReceiver,
Block block)
|
static RubyMethod |
RubyMethod.newMethod(RubyModule implementationModule,
java.lang.String methodName,
RubyModule originModule,
java.lang.String originName,
DynamicMethod method,
IRubyObject receiver)
|
RubyMethod |
RubyMethod.rbClone()
|
RubyMethod |
RubyUnboundMethod.rbClone()
|
| Uses of RubyMethod in org.jruby.runtime |
|---|
| Methods in org.jruby.runtime with parameters of type RubyMethod | |
|---|---|
static Block |
MethodBlock.createMethodBlock(ThreadContext context,
DynamicScope dynamicScope,
Callback callback,
RubyMethod method,
IRubyObject self)
|
| Constructors in org.jruby.runtime with parameters of type RubyMethod | |
|---|---|
MethodBlock(Callback callback,
RubyMethod method,
StaticScope staticScope)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||