C
new(runtime, method)
M
accessible_object()
AccessibleObject
M
create(runtime, method)
JavaMethod
M
equals(other)
boolean
M
exception_types()
Class<?>[]
M
generic_exception_types()
Type[]
M
generic_parameter_types()
Type[]
M
get_matching_declared_method(runtime, java_class, method_name, argument_types)
JavaMethod
M
hash_code()
int
M
invoke_direct(context, java_invokee, args)
IRubyObject
M
invoke_direct(context, java_invokee)
IRubyObject
M
invoke_direct(context, java_invokee, arg0)
IRubyObject
M
invoke_direct(context, java_invokee, arg0, arg1)
IRubyObject
M
invoke_direct(context, java_invokee, arg0, arg1, arg2)
IRubyObject
M
invoke_direct(context, java_invokee, arg0, arg1, arg2, arg3)
IRubyObject
M
invoke_direct_super_with_exception_handling(context, method, java_invokee, arguments)
IRubyObject
M
invoke_direct_with_exception_handling(context, method, java_invokee, arguments)
IRubyObject
M
invoke_static_direct(context, args)
IRubyObject
M
invoke_static_direct(context)
IRubyObject
M
invoke_static_direct(context, arg0)
IRubyObject
M
invoke_static_direct(context, arg0, arg1)
IRubyObject
M
invoke_static_direct(context, arg0, arg1, arg2)
IRubyObject
M
invoke_static_direct(context, arg0, arg1, arg2, arg3)
IRubyObject
M
modifiers()
int
M
name()
String
M
new_arg_size_mismatch_error(runtime, arg_types)
RaiseException
M
new_method_not_found_error(runtime, target, pretty_name, simple_name)
RaiseException
M
new_method_not_found_error(context, target, pretty_name, simple_name)
RaiseException
M
parameter_annotations()
Annotation[][]
M
to_generic_string()
String
M
value()
Method
M
var_args?()
boolean
from JavaCallable
M
arity()
int
M
parameter_types()
Class<?>[]
M
to_string()
String