Uses of Class
org.jruby.RubyMethod

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
static RubyMethod RubyMethod.newMethod(RubyModule implementationModule, java.lang.String methodName, RubyModule originModule, java.lang.String originName, DynamicMethod method, IRubyObject receiver)
           
 RubyMethod RubyUnboundMethod.bind(IRubyObject aReceiver, Block block)
           
 

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)
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.