Uses of Class
org.jruby.RubyUnboundMethod

Packages that use RubyUnboundMethod
org.jruby   
org.jruby.internal.runtime.methods   
 

Uses of RubyUnboundMethod in org.jruby
 

Methods in org.jruby that return RubyUnboundMethod
 RubyUnboundMethod RubyMethod.unbind(Block unusedBlock)
           
static RubyUnboundMethod RubyUnboundMethod.newUnboundMethod(RubyModule implementationModule, java.lang.String methodName, RubyModule originModule, java.lang.String originName, DynamicMethod method)
           
 RubyUnboundMethod RubyUnboundMethod.unbind(Block block)
           
 

Uses of RubyUnboundMethod in org.jruby.internal.runtime.methods
 

Constructors in org.jruby.internal.runtime.methods with parameters of type RubyUnboundMethod
MethodMethod(RubyModule implementationClass, RubyUnboundMethod method, Visibility visibility)
          Constructor for MethodMethod.
 



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