Package org.jruby.javasupport.proxy
Interface ReifiedJavaProxy
- All Superinterfaces:
Reified
Interface is implemented by proxies generated from a JavaProxyClass.
- See Also:
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
___jruby$proxyClass
JavaProxyClass ___jruby$proxyClass()- Returns:
- the corresponding JavaProxyClass
-
___jruby$rubyObject
IRubyObject ___jruby$rubyObject()- Returns:
- the ruby object associated with this java object
-