Uses of Class
org.jruby.javasupport.JavaObject
Packages that use JavaObject
-
Uses of JavaObject in org.jruby.java.proxies
Fields in org.jruby.java.proxies declared as JavaObjectMethods in org.jruby.java.proxies that return JavaObject -
Uses of JavaObject in org.jruby.javasupport
Subclasses of JavaObject in org.jruby.javasupportMethods in org.jruby.javasupport that return JavaObjectModifier and TypeMethodDescriptionJavaClass.new_array(IRubyObject lengthArgument) static JavaObjectJava.newInterfaceImpl(IRubyObject wrapper, Class[] interfaces) static JavaObjectJavaUtil.unwrapJavaObject(Ruby runtime, IRubyObject convertee, String errorMessage) Deprecated.static JavaObject -
Uses of JavaObject in org.jruby.javasupport.proxy
Methods in org.jruby.javasupport.proxy that return JavaObjectModifier and TypeMethodDescriptionJavaProxyConstructor.newInstance(IRubyObject self, Object[] args) final JavaObjectJavaProxyConstructor.newInstance(IRubyObject self, IRubyObject arg0) final JavaObjectJavaProxyConstructor.newInstance(IRubyObject self, IRubyObject[] args)