Package org.jruby.javasupport.ext
Class JavaLangReflect.Field
java.lang.Object
org.jruby.javasupport.ext.JavaLangReflect.Field
- Enclosing class:
- JavaLangReflect
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static RubyClassstatic IRubyObjectfinal_p(IRubyObject self) static IRubyObjectprivate_p(IRubyObject self) static IRubyObjectprotected_p(IRubyObject self) static IRubyObjectpublic_p(IRubyObject self) static IRubyObjectset_static_value(ThreadContext context, IRubyObject self, IRubyObject value) static IRubyObjectset_value(ThreadContext context, IRubyObject self, IRubyObject obj, IRubyObject value) static IRubyObjectstatic_p(IRubyObject self) static IRubyObjectstatic_value(ThreadContext context, IRubyObject self) static IRubyObjectvalue(ThreadContext context, IRubyObject self, IRubyObject obj) static IRubyObjectvalue_type(ThreadContext context, IRubyObject self)
-
Constructor Details
-
Field
public Field()
-
-
Method Details
-
define
-
value_type
-
value
-
set_value
public static IRubyObject set_value(ThreadContext context, IRubyObject self, IRubyObject obj, IRubyObject value) -
static_value
-
set_static_value
public static IRubyObject set_static_value(ThreadContext context, IRubyObject self, IRubyObject value) -
public_p
-
protected_p
-
private_p
-
final_p
-
static_p
-