org.jruby.javasupport
Class JavaProxyMethods
java.lang.Object
org.jruby.javasupport.JavaProxyMethods
public class JavaProxyMethods
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaProxyMethods
public JavaProxyMethods()
createJavaProxyMethods
public static RubyModule createJavaProxyMethods(ThreadContext context)
java_class
public static IRubyObject java_class(ThreadContext context,
IRubyObject recv)
op_equal
public static IRubyObject op_equal(IRubyObject recv,
IRubyObject rhs)
to_s
public static IRubyObject to_s(IRubyObject recv)
op_eql
public static IRubyObject op_eql(IRubyObject recv,
IRubyObject rhs)
hash
public static IRubyObject hash(IRubyObject recv)
to_java_object
public static IRubyObject to_java_object(IRubyObject recv)
rbSynchronized
public static IRubyObject rbSynchronized(ThreadContext context,
IRubyObject recv,
Block block)
Copyright © 2002-2007 JRuby Team. All Rights Reserved.