public static class JavaLangReflect.Field extends Object
Constructor and Description |
---|
JavaLangReflect.Field() |
Modifier and Type | Method and Description |
---|---|
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 |
set_static_value(ThreadContext context,
IRubyObject self,
IRubyObject value) |
static IRubyObject |
set_value(ThreadContext context,
IRubyObject self,
IRubyObject obj,
IRubyObject value) |
static IRubyObject |
static_p(IRubyObject self) |
static IRubyObject |
static_value(ThreadContext context,
IRubyObject self) |
static IRubyObject |
value_type(ThreadContext context,
IRubyObject self) |
static IRubyObject |
value(ThreadContext context,
IRubyObject self,
IRubyObject obj) |
public static IRubyObject value_type(ThreadContext context, IRubyObject self)
public static IRubyObject value(ThreadContext context, IRubyObject self, IRubyObject obj)
public static IRubyObject set_value(ThreadContext context, IRubyObject self, IRubyObject obj, IRubyObject value)
public static IRubyObject static_value(ThreadContext context, IRubyObject self)
public static IRubyObject set_static_value(ThreadContext context, IRubyObject self, IRubyObject value)
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-2016 JRuby. All Rights Reserved.