jruby/docs BETA
Navigation
org.jruby.javasupport.ext.JavaLangReflect 4
C AccessibleObject
C Constructor
C Field
C Method
Method — members 17
C new()
M abstract_p(context, self) IRubyObject
M abstract_p(self) IRubyObject
M argument_types(context, self) IRubyObject
M final_p(context, self) IRubyObject
M final_p(self) IRubyObject
M invoke(context, self, args) IRubyObject
M invoke_static(context, self, args) IRubyObject
M private_p(context, self) IRubyObject
M private_p(self) IRubyObject
M protected_p(context, self) IRubyObject
M protected_p(self) IRubyObject
M public_p(context, self) IRubyObject
M public_p(self) IRubyObject
M return_type(context, self) IRubyObject
M static_p(context, self) IRubyObject
M static_p(self) IRubyObject

org.jruby.javasupport.ext.JavaLangReflect.Method

class 17 members

Constructors

new

new ( )
Java: <init>()

Class Methods

abstract_p

IRubyObject abstract_p ( ThreadContext context, IRubyObject self )
Java: abstract_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self)

abstract_p

IRubyObject abstract_p ( IRubyObject self )
Java: abstract_p(org.jruby.runtime.builtin.IRubyObject self)

argument_types

IRubyObject argument_types ( ThreadContext context, IRubyObject self )
Java: argument_types(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self)

final_p

IRubyObject final_p ( ThreadContext context, IRubyObject self )
Java: final_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self)

final_p

IRubyObject final_p ( IRubyObject self )
Java: final_p(org.jruby.runtime.builtin.IRubyObject self)

invoke

IRubyObject invoke ( ThreadContext context, IRubyObject self, IRubyObject[] args )
Java: invoke(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject[] args)

invoke_static

IRubyObject invoke_static ( ThreadContext context, IRubyObject self, IRubyObject[] args )
Java: invoke_static(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject[] args)

private_p

IRubyObject private_p ( ThreadContext context, IRubyObject self )
Java: private_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self)

private_p

IRubyObject private_p ( IRubyObject self )
Java: private_p(org.jruby.runtime.builtin.IRubyObject self)

protected_p

IRubyObject protected_p ( ThreadContext context, IRubyObject self )
Java: protected_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self)

protected_p

IRubyObject protected_p ( IRubyObject self )
Java: protected_p(org.jruby.runtime.builtin.IRubyObject self)

public_p

IRubyObject public_p ( ThreadContext context, IRubyObject self )
Java: public_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self)

public_p

IRubyObject public_p ( IRubyObject self )
Java: public_p(org.jruby.runtime.builtin.IRubyObject self)

return_type

IRubyObject return_type ( ThreadContext context, IRubyObject self )
Java: return_type(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self)

static_p

IRubyObject static_p ( ThreadContext context, IRubyObject self )
Java: static_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self)

static_p

IRubyObject static_p ( IRubyObject self )
Java: static_p(org.jruby.runtime.builtin.IRubyObject self)
Copyright (C) 2016 The JRuby Team