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 IRubyObjectabstract_p(IRubyObject self) Deprecated.static IRubyObjectabstract_p(ThreadContext context, IRubyObject self) static IRubyObjectannotations_p(ThreadContext context, IRubyObject self) static IRubyObjectanonymous_p(IRubyObject self) Deprecated.static IRubyObjectanonymous_p(ThreadContext context, IRubyObject self) static IRubyObjectarray_class(ThreadContext context, IRubyObject self) static IRubyObjectcmp(ThreadContext context, IRubyObject self, IRubyObject other) static IRubyObjectconstructor(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectdeclared_annotations_p(ThreadContext context, IRubyObject self) static IRubyObjectdeclared_class_methods(ThreadContext context, IRubyObject self) static IRubyObjectdeclared_constructor(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectdeclared_instance_methods(ThreadContext context, IRubyObject self) static IRubyObjectdeclared_method(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectdeclared_method_smart(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectextend_proxy(ThreadContext context, IRubyObject self, IRubyObject extender) static IRubyObjectfinal_p(IRubyObject self) Deprecated.static IRubyObjectfinal_p(ThreadContext context, IRubyObject self) static IRubyObjectinspect(ThreadContext context, IRubyObject self) static IRubyObjectjava_class_methods(ThreadContext context, IRubyObject self) static IRubyObjectjava_instance_methods(ThreadContext context, IRubyObject self) static IRubyObjectjava_method(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectnew_array(ThreadContext context, IRubyObject self, IRubyObject length) static IRubyObjectprivate_p(IRubyObject self) Deprecated.static IRubyObjectprivate_p(ThreadContext context, IRubyObject self) static IRubyObjectprotected_p(IRubyObject self) Deprecated.static IRubyObjectprotected_p(ThreadContext context, IRubyObject self) static IRubyObjectproxy_class(ThreadContext context, IRubyObject self) static IRubyObjectpublic_p(IRubyObject self) Deprecated.static IRubyObjectpublic_p(ThreadContext context, IRubyObject self) static IRubyObjectresource_as_stream(ThreadContext context, IRubyObject self, IRubyObject name) static IRubyObjectresource_as_string(ThreadContext context, IRubyObject self, IRubyObject name) static IRubyObjectstatic_p(IRubyObject self) Deprecated.static IRubyObjectstatic_p(ThreadContext context, IRubyObject self) static IRubyObjectto_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
-