Package org.jruby.javasupport.ext
Class JavaLang.Class
java.lang.Object
org.jruby.javasupport.ext.JavaLang.Class
- Enclosing class:
JavaLang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObject
abstract_p
(IRubyObject self) Deprecated.static IRubyObject
abstract_p
(ThreadContext context, IRubyObject self) static IRubyObject
annotations_p
(ThreadContext context, IRubyObject self) static IRubyObject
anonymous_p
(IRubyObject self) Deprecated.static IRubyObject
anonymous_p
(ThreadContext context, IRubyObject self) static IRubyObject
array_class
(ThreadContext context, IRubyObject self) static IRubyObject
cmp
(ThreadContext context, IRubyObject self, IRubyObject other) static IRubyObject
constructor
(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObject
declared_annotations_p
(ThreadContext context, IRubyObject self) static IRubyObject
declared_class_methods
(ThreadContext context, IRubyObject self) static IRubyObject
declared_constructor
(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObject
declared_instance_methods
(ThreadContext context, IRubyObject self) static IRubyObject
declared_method
(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObject
declared_method_smart
(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObject
extend_proxy
(ThreadContext context, IRubyObject self, IRubyObject extender) static IRubyObject
final_p
(IRubyObject self) Deprecated.static IRubyObject
final_p
(ThreadContext context, IRubyObject self) static IRubyObject
inspect
(ThreadContext context, IRubyObject self) static IRubyObject
java_class_methods
(ThreadContext context, IRubyObject self) static IRubyObject
java_instance_methods
(ThreadContext context, IRubyObject self) static IRubyObject
java_method
(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObject
new_array
(ThreadContext context, IRubyObject self, IRubyObject length) static IRubyObject
private_p
(IRubyObject self) Deprecated.static IRubyObject
private_p
(ThreadContext context, IRubyObject self) static IRubyObject
protected_p
(IRubyObject self) Deprecated.static IRubyObject
protected_p
(ThreadContext context, IRubyObject self) static IRubyObject
proxy_class
(ThreadContext context, IRubyObject self) static IRubyObject
public_p
(IRubyObject self) Deprecated.static IRubyObject
public_p
(ThreadContext context, IRubyObject self) static IRubyObject
resource_as_stream
(ThreadContext context, IRubyObject self, IRubyObject name) static IRubyObject
resource_as_string
(ThreadContext context, IRubyObject self, IRubyObject name) static IRubyObject
static_p
(IRubyObject self) Deprecated.static IRubyObject
static_p
(ThreadContext context, IRubyObject self) static IRubyObject
to_s
(ThreadContext context, IRubyObject self)
-
Constructor Details
-
Class
public Class()
-
-
Method Details
-
proxy_class
-
resource_as_stream
public static IRubyObject resource_as_stream(ThreadContext context, IRubyObject self, IRubyObject name) -
resource_as_string
public static IRubyObject resource_as_string(ThreadContext context, IRubyObject self, IRubyObject name) -
to_s
-
inspect
-
annotations_p
-
declared_annotations_p
-
java_instance_methods
-
declared_instance_methods
-
java_class_methods
-
declared_class_methods
-
cmp
-
anonymous_p
-
anonymous_p
Deprecated. -
abstract_p
-
abstract_p
Deprecated. -
public_p
-
public_p
Deprecated. -
protected_p
-
protected_p
Deprecated. -
private_p
-
private_p
Deprecated. -
final_p
-
final_p
Deprecated. -
static_p
-
static_p
Deprecated. -
extend_proxy
public static IRubyObject extend_proxy(ThreadContext context, IRubyObject self, IRubyObject extender) -
java_method
-
declared_method
public static IRubyObject declared_method(ThreadContext context, IRubyObject self, IRubyObject[] args) -
declared_method_smart
public static IRubyObject declared_method_smart(ThreadContext context, IRubyObject self, IRubyObject[] args) -
constructor
-
declared_constructor
public static IRubyObject declared_constructor(ThreadContext context, IRubyObject self, IRubyObject[] args) -
array_class
-
new_array
-