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 IRubyObjectabstract_p(IRubyObject self) static IRubyObjectargument_types(ThreadContext context, IRubyObject self) (package private) static RubyClassstatic IRubyObjectfinal_p(IRubyObject self) static IRubyObjectinvoke(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectinvoke_static(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectprivate_p(IRubyObject self) static IRubyObjectprotected_p(IRubyObject self) static IRubyObjectpublic_p(IRubyObject self) static IRubyObjectreturn_type(ThreadContext context, IRubyObject self) static IRubyObjectstatic_p(IRubyObject self)
-
Constructor Details
-
Method
public Method()
-
-
Method Details
-
define
-
return_type
-
argument_types
-
invoke
-
invoke_static
public static IRubyObject invoke_static(ThreadContext context, IRubyObject self, IRubyObject[] args) -
abstract_p
-
public_p
-
protected_p
-
private_p
-
final_p
-
static_p
-