Package org.jruby.javasupport
Class JavaUtilities
java.lang.Object
org.jruby.javasupport.JavaUtilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObject
create_proxy_class
(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) Deprecated.static IRubyObject
extend_proxy
(ThreadContext context, IRubyObject recv, IRubyObject name, Block block) Deprecated.static IRubyObject
get_interface_module
(IRubyObject recv, IRubyObject arg0) Deprecated.static IRubyObject
get_interface_module
(ThreadContext context, IRubyObject recv, IRubyObject arg0) static IRubyObject
get_java_class
(IRubyObject recv, IRubyObject arg0) Deprecated.static IRubyObject
get_java_class
(ThreadContext context, IRubyObject recv, IRubyObject arg0) Deprecated.static IRubyObject
get_package_module
(IRubyObject recv, IRubyObject arg0) Deprecated.static IRubyObject
get_package_module
(ThreadContext context, IRubyObject recv, IRubyObject arg0) static IRubyObject
get_package_module_dot_format
(IRubyObject recv, IRubyObject arg0) Deprecated.static IRubyObject
get_package_module_dot_format
(ThreadContext context, IRubyObject recv, IRubyObject arg0) static IRubyObject
get_proxy_class
(IRubyObject recv, IRubyObject arg0) Deprecated.static IRubyObject
get_proxy_class
(ThreadContext context, 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
set_java_object
(IRubyObject recv, IRubyObject self, IRubyObject java_object) static IRubyObject
valid_java_identifier_p
(ThreadContext context, IRubyObject recv, IRubyObject name) static boolean
validJavaIdentifier
(String javaName)
-
Constructor Details
-
JavaUtilities
public JavaUtilities()
-
-
Method Details
-
set_java_object
public static IRubyObject set_java_object(IRubyObject recv, IRubyObject self, IRubyObject java_object) -
get_interface_module
@Deprecated(since="10.0") public static IRubyObject get_interface_module(IRubyObject recv, IRubyObject arg0) Deprecated. -
get_interface_module
public static IRubyObject get_interface_module(ThreadContext context, IRubyObject recv, IRubyObject arg0) -
get_package_module
@Deprecated(since="10.0") public static IRubyObject get_package_module(IRubyObject recv, IRubyObject arg0) Deprecated. -
get_package_module
public static IRubyObject get_package_module(ThreadContext context, IRubyObject recv, IRubyObject arg0) -
get_package_module_dot_format
@Deprecated(since="10.0") public static IRubyObject get_package_module_dot_format(IRubyObject recv, IRubyObject arg0) Deprecated. -
get_package_module_dot_format
public static IRubyObject get_package_module_dot_format(ThreadContext context, IRubyObject recv, IRubyObject arg0) -
get_proxy_class
@Deprecated(since="10.0") public static IRubyObject get_proxy_class(IRubyObject recv, IRubyObject arg0) Deprecated. -
get_proxy_class
public static IRubyObject get_proxy_class(ThreadContext context, IRubyObject recv, IRubyObject arg0) -
create_proxy_class
@Deprecated(since="9.4-") public static IRubyObject create_proxy_class(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) Deprecated. -
get_java_class
@Deprecated(since="9.4-") public static IRubyObject get_java_class(IRubyObject recv, IRubyObject arg0) Deprecated. -
get_java_class
@Deprecated(since="10.0") public static IRubyObject get_java_class(ThreadContext context, IRubyObject recv, IRubyObject arg0) Deprecated. -
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) -
valid_java_identifier_p
public static IRubyObject valid_java_identifier_p(ThreadContext context, IRubyObject recv, IRubyObject name) -
validJavaIdentifier
-
extend_proxy
@Deprecated public static IRubyObject extend_proxy(ThreadContext context, IRubyObject recv, IRubyObject name, Block block) Deprecated.
-