public static class JavaLangReflect.Constructor
extends java.lang.Object
Constructor and Description |
---|
Constructor() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
argument_types(ThreadContext context,
IRubyObject self) |
static IRubyObject |
final_p(IRubyObject self) |
static IRubyObject |
inspect(ThreadContext context,
IRubyObject self) |
static IRubyObject |
private_p(IRubyObject self) |
static IRubyObject |
protected_p(IRubyObject self) |
static IRubyObject |
public_p(IRubyObject self) |
static IRubyObject |
return_type(ThreadContext context,
IRubyObject self) |
static IRubyObject |
static_p(IRubyObject self) |
public static IRubyObject return_type(ThreadContext context, IRubyObject self)
public static IRubyObject argument_types(ThreadContext context, IRubyObject self)
public static IRubyObject inspect(ThreadContext context, IRubyObject self)
public static IRubyObject public_p(IRubyObject self)
public static IRubyObject protected_p(IRubyObject self)
public static IRubyObject private_p(IRubyObject self)
public static IRubyObject final_p(IRubyObject self)
public static IRubyObject static_p(IRubyObject self)
Copyright © 2001-2018 JRuby. All Rights Reserved.