Uses of Class
org.jruby.AbstractRubyMethod
Packages that use AbstractRubyMethod
-
Uses of AbstractRubyMethod in org.jruby
Subclasses of AbstractRubyMethod in org.jrubyModifier and TypeClassDescriptionclassThe RubyMethod class represents a RubyMethod object.classAn unbound method representation (e.g.Methods in org.jruby that return AbstractRubyMethod -
Uses of AbstractRubyMethod in org.jruby.java.proxies
Methods in org.jruby.java.proxies that return AbstractRubyMethodModifier and TypeMethodDescriptionprivate static AbstractRubyMethodJavaProxy.ClassMethods.getRubyMethod(ThreadContext context, IRubyObject clazz, String name, Class... argTypesClasses) -
Uses of AbstractRubyMethod in org.jruby.runtime
Methods in org.jruby.runtime with parameters of type AbstractRubyMethodModifier and TypeMethodDescriptionstatic IRubyObjectHelpers.methodToParameters(Ruby runtime, AbstractRubyMethod recv)