Package org.jruby.javasupport.ext
Class JavaLangReflect.Method
java.lang.Object
org.jruby.javasupport.ext.JavaLangReflect.Method
- Enclosing class:
JavaLangReflect
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObject
abstract_p
(IRubyObject self) Deprecated.static IRubyObject
abstract_p
(ThreadContext context, IRubyObject self) static IRubyObject
argument_types
(ThreadContext context, IRubyObject self) static IRubyObject
final_p
(IRubyObject self) Deprecated.static IRubyObject
final_p
(ThreadContext context, IRubyObject self) static IRubyObject
invoke
(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObject
invoke_static
(ThreadContext context, IRubyObject self, IRubyObject[] args) 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
public_p
(IRubyObject self) Deprecated.static IRubyObject
public_p
(ThreadContext context, IRubyObject self) static IRubyObject
return_type
(ThreadContext context, IRubyObject self) static IRubyObject
static_p
(IRubyObject self) Deprecated.static IRubyObject
static_p
(ThreadContext context, IRubyObject self)
-
Constructor Details
-
Method
public Method()
-
-
Method Details
-
return_type
-
argument_types
-
invoke
-
invoke_static
public static IRubyObject invoke_static(ThreadContext context, IRubyObject self, IRubyObject[] args) -
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.
-