Package org.jruby.javasupport.ext
Class JavaLangReflect.Constructor
java.lang.Object
org.jruby.javasupport.ext.JavaLangReflect.Constructor
- Enclosing class:
JavaLangReflect
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObjectargument_types(ThreadContext context, IRubyObject self) static IRubyObjectfinal_p(IRubyObject self) Deprecated.static IRubyObjectfinal_p(ThreadContext context, IRubyObject self) static IRubyObjectnew_instance(ThreadContext context, IRubyObject self, IRubyObject[] args) 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 IRubyObjectpublic_p(IRubyObject self) Deprecated.static IRubyObjectpublic_p(ThreadContext context, IRubyObject self) static IRubyObjectreturn_type(ThreadContext context, IRubyObject self) static IRubyObjectstatic_p(IRubyObject self) Deprecated.static IRubyObjectstatic_p(ThreadContext context, IRubyObject self)
-
Constructor Details
-
Constructor
public Constructor()
-
-
Method Details
-
return_type
-
argument_types
-
new_instance
-
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.
-