org.jruby.javasupport
Class Java.JavaUtilities

java.lang.Object
  extended by org.jruby.javasupport.Java.JavaUtilities
Enclosing class:
Java

public static class Java.JavaUtilities
extends java.lang.Object


Constructor Summary
Java.JavaUtilities()
           
 
Method Summary
static IRubyObject access(IRubyObject recv, IRubyObject arg0)
           
static IRubyObject add_proxy_extender(IRubyObject recv, IRubyObject arg0)
          Deprecated. 
static IRubyObject create_proxy_class(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2)
           
static IRubyObject get_deprecated_interface_proxy(ThreadContext context, IRubyObject recv, IRubyObject arg0)
           
static IRubyObject get_interface_module(IRubyObject recv, IRubyObject arg0)
           
static IRubyObject get_java_class(IRubyObject recv, IRubyObject arg0)
           
static IRubyObject get_package_module_dot_format(IRubyObject recv, IRubyObject arg0)
           
static IRubyObject get_package_module(IRubyObject recv, IRubyObject arg0)
           
static IRubyObject get_proxy_class(IRubyObject recv, IRubyObject arg0)
           
static IRubyObject get_proxy_or_package_under_package(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1)
           
static IRubyObject get_top_level_proxy_or_package(ThreadContext context, IRubyObject recv, IRubyObject arg0)
           
static IRubyObject is_primitive_type(IRubyObject recv, IRubyObject arg0)
           
static IRubyObject matching_method(IRubyObject recv, IRubyObject arg0, IRubyObject arg1)
           
static IRubyObject primitive_match(IRubyObject recv, IRubyObject arg0, IRubyObject arg1)
           
static IRubyObject valid_constant_name_p(IRubyObject recv, IRubyObject arg0)
           
static IRubyObject wrap(IRubyObject recv, IRubyObject arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Java.JavaUtilities

public Java.JavaUtilities()
Method Detail

wrap

public static IRubyObject wrap(IRubyObject recv,
                               IRubyObject arg0)

valid_constant_name_p

public static IRubyObject valid_constant_name_p(IRubyObject recv,
                                                IRubyObject arg0)

primitive_match

public static IRubyObject primitive_match(IRubyObject recv,
                                          IRubyObject arg0,
                                          IRubyObject arg1)

access

public static IRubyObject access(IRubyObject recv,
                                 IRubyObject arg0)

matching_method

public static IRubyObject matching_method(IRubyObject recv,
                                          IRubyObject arg0,
                                          IRubyObject arg1)

get_deprecated_interface_proxy

public static IRubyObject get_deprecated_interface_proxy(ThreadContext context,
                                                         IRubyObject recv,
                                                         IRubyObject arg0)

get_interface_module

public static IRubyObject get_interface_module(IRubyObject recv,
                                               IRubyObject arg0)

get_package_module

public static IRubyObject get_package_module(IRubyObject recv,
                                             IRubyObject arg0)

get_package_module_dot_format

public static IRubyObject get_package_module_dot_format(IRubyObject recv,
                                                        IRubyObject arg0)

get_proxy_class

public static IRubyObject get_proxy_class(IRubyObject recv,
                                          IRubyObject arg0)

is_primitive_type

public static IRubyObject is_primitive_type(IRubyObject recv,
                                            IRubyObject arg0)

create_proxy_class

public static IRubyObject create_proxy_class(IRubyObject recv,
                                             IRubyObject arg0,
                                             IRubyObject arg1,
                                             IRubyObject arg2)

get_java_class

public static IRubyObject get_java_class(IRubyObject recv,
                                         IRubyObject arg0)

get_top_level_proxy_or_package

public static IRubyObject get_top_level_proxy_or_package(ThreadContext context,
                                                         IRubyObject recv,
                                                         IRubyObject arg0)

get_proxy_or_package_under_package

public static IRubyObject get_proxy_or_package_under_package(ThreadContext context,
                                                             IRubyObject recv,
                                                             IRubyObject arg0,
                                                             IRubyObject arg1)

add_proxy_extender

@Deprecated
public static IRubyObject add_proxy_extender(IRubyObject recv,
                                                        IRubyObject arg0)
Deprecated. 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.