Package org.jruby.java.addons
Class KernelJavaAddons
java.lang.Object
org.jruby.java.addons.KernelJavaAddons
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObject
java_annotation
(IRubyObject recv, IRubyObject[] args) Deprecated.static IRubyObject
java_annotation
(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObject
java_field
(IRubyObject recv, IRubyObject[] args) Deprecated.static IRubyObject
java_field
(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObject
java_implements
(IRubyObject recv, IRubyObject[] args) Deprecated.static IRubyObject
java_implements
(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObject
java_name
(IRubyObject recv, IRubyObject[] args) Deprecated.static IRubyObject
java_name
(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObject
java_package
(IRubyObject recv, IRubyObject[] args) Deprecated.static IRubyObject
java_package
(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObject
java_require
(IRubyObject recv, IRubyObject[] args) Deprecated.static IRubyObject
java_require
(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObject
java_signature
(IRubyObject recv, IRubyObject[] args) Deprecated.static IRubyObject
java_signature
(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObject
to_java
(ThreadContext context, IRubyObject fromObject) static IRubyObject
to_java
(ThreadContext context, IRubyObject fromObject, IRubyObject type)
-
Constructor Details
-
KernelJavaAddons
public KernelJavaAddons()
-
-
Method Details
-
to_java
-
to_java
-
java_signature
@Deprecated(since="10.0") public static IRubyObject java_signature(IRubyObject recv, IRubyObject[] args) Deprecated. -
java_signature
public static IRubyObject java_signature(ThreadContext context, IRubyObject recv, IRubyObject[] args) -
java_name
Deprecated. -
java_name
-
java_implements
@Deprecated(since="10.0") public static IRubyObject java_implements(IRubyObject recv, IRubyObject[] args) Deprecated. -
java_implements
public static IRubyObject java_implements(ThreadContext context, IRubyObject recv, IRubyObject[] args) -
java_annotation
@Deprecated(since="10.0") public static IRubyObject java_annotation(IRubyObject recv, IRubyObject[] args) Deprecated. -
java_annotation
public static IRubyObject java_annotation(ThreadContext context, IRubyObject recv, IRubyObject[] args) -
java_require
@Deprecated(since="10.0") public static IRubyObject java_require(IRubyObject recv, IRubyObject[] args) Deprecated. -
java_require
-
java_package
@Deprecated(since="10.0") public static IRubyObject java_package(IRubyObject recv, IRubyObject[] args) Deprecated. -
java_package
-
java_field
@Deprecated(since="10.0") public static IRubyObject java_field(IRubyObject recv, IRubyObject[] args) Deprecated. -
java_field
-