|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RubyProxy | |
org.jruby.javasupport |
Uses of RubyProxy in org.jruby.javasupport |
Methods in org.jruby.javasupport that return RubyProxy | |
RubyProxy |
RubyProxyFactory.newProxyObject(java.lang.Class javaInterface)
Create a new instance of the RubyClass corresponding to the specified Java interface. |
RubyProxy |
RubyProxyFactory.newProxyObject(java.lang.Class javaInterface,
java.lang.Object[] args)
|
RubyProxy |
RubyProxyFactory.getProxyForGlobal(java.lang.String globalVar)
|
RubyProxy |
RubyProxyFactory.getProxyForGlobal(java.lang.String globalVar,
java.lang.Class javaInterface)
|
RubyProxy |
RubyProxyFactory.getProxyForObject(IRubyObject obj)
Create a wrapper around the specified RubyObject. |
RubyProxy |
RubyProxyFactory.getProxyForObject(IRubyObject obj,
java.lang.Class javaInterface)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |