|
||||||||||
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)
|
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 that return RubyMethod | |
---|---|
RubyMethod |
MethodBlock.getMethod()
|
Constructors in org.jruby.runtime with parameters of type RubyMethod | |
---|---|
MethodBlock(RubyMethod method,
StaticScope staticScope)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |