Uses of Class
org.jruby.RubyUnboundMethod
Packages that use RubyUnboundMethod
-
Uses of RubyUnboundMethod in org.jruby
Methods in org.jruby that return RubyUnboundMethodModifier and TypeMethodDescriptionstatic RubyUnboundMethodRubyUnboundMethod.newUnboundMethod(RubyModule implementationModule, String methodName, RubyModule originModule, String originName, CacheEntry entry) RubyUnboundMethod.rbClone()RubyMethod.unbind() -
Uses of RubyUnboundMethod in org.jruby.internal.runtime.methods
Fields in org.jruby.internal.runtime.methods declared as RubyUnboundMethodConstructors in org.jruby.internal.runtime.methods with parameters of type RubyUnboundMethodModifierConstructorDescriptionMethodMethod(RubyModule implementationClass, RubyUnboundMethod method, Visibility visibility) Constructor for MethodMethod.