|
||||||||||
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(IRubyObject aReceiver,
Block block)
|
static RubyMethod |
RubyMethod.newMethod(RubyModule implementationModule,
java.lang.String methodName,
RubyModule originModule,
java.lang.String originName,
DynamicMethod method,
IRubyObject receiver)
|
Uses of RubyMethod in org.jruby.runtime |
---|
Methods in org.jruby.runtime with parameters of type RubyMethod | |
---|---|
static MethodBlock |
MethodBlock.createMethodBlock(ThreadContext context,
DynamicScope dynamicScope,
Callback callback,
RubyMethod method,
IRubyObject self)
|
Constructors in org.jruby.runtime with parameters of type RubyMethod | |
---|---|
MethodBlock(IRubyObject self,
Frame frame,
SinglyLinkedList cref,
Visibility visibility,
RubyModule klass,
DynamicScope dynamicScope,
Callback callback,
RubyMethod method)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |