Uses of Class
org.jruby.UnboundMethod

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

Uses of UnboundMethod in org.jruby
 

Methods in org.jruby that return UnboundMethod
 UnboundMethod Method.unbind()
           
static UnboundMethod UnboundMethod.newUnboundMethod(RubyModule implementationModule, java.lang.String methodName, RubyModule originModule, java.lang.String originName, ICallable method)
           
 UnboundMethod UnboundMethod.unbind()
           
 

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

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



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.