Uses of Class
org.jruby.RubyUnboundMethod
Packages that use RubyUnboundMethod
-
Uses of RubyUnboundMethod in org.jruby
Methods in org.jruby that return RubyUnboundMethodModifier and TypeMethodDescriptionRubyUnboundMethod.dup(ThreadContext context) static 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
Constructors in org.jruby.internal.runtime.methods with parameters of type RubyUnboundMethodModifierConstructorDescriptionMethodMethod(RubyModule implementationClass, RubyUnboundMethod method, Visibility visibility)