Package org.jruby.javasupport
Class JavaProxyMethods
java.lang.Object
org.jruby.javasupport.JavaProxyMethods
-
Method Summary
Modifier and TypeMethodDescriptionstatic RubyModule
createJavaProxyMethods
(ThreadContext context) static IRubyObject
hash
(ThreadContext context, IRubyObject recv) static IRubyObject
inspect
(IRubyObject recv) Deprecated.static IRubyObject
inspect
(ThreadContext context, IRubyObject recv) static IRubyObject
java_class
(ThreadContext context, IRubyObject recv) static IRubyObject
java_object
(ThreadContext context, IRubyObject recv) static IRubyObject
op_eql
(ThreadContext context, IRubyObject recv, IRubyObject obj) static IRubyObject
op_equal
(ThreadContext context, IRubyObject recv, IRubyObject other) static IRubyObject
rbSynchronized
(ThreadContext context, IRubyObject recv, Block block) static IRubyObject
to_s
(ThreadContext context, IRubyObject recv)
-
Method Details
-
createJavaProxyMethods
-
java_class
-
java_object
-
op_eql
-
op_equal
-
to_s
-
inspect
Deprecated.Useinspect(ThreadContext, IRubyObject)
instead- Parameters:
recv
-- Returns:
-
inspect
-
hash
-
rbSynchronized
-
inspect(ThreadContext, IRubyObject)
instead