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 TypeMethodDescriptionstatic IRubyObject
final_p
(IRubyObject self) Deprecated.static IRubyObject
final_p
(ThreadContext context, IRubyObject self) static IRubyObject
private_p
(IRubyObject self) Deprecated.static IRubyObject
private_p
(ThreadContext context, IRubyObject self) static IRubyObject
protected_p
(IRubyObject self) Deprecated.static IRubyObject
protected_p
(ThreadContext context, IRubyObject self) static IRubyObject
public_p
(IRubyObject self) Deprecated.static IRubyObject
public_p
(ThreadContext context, 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) Deprecated.static IRubyObject
static_p
(ThreadContext context, IRubyObject self) static IRubyObject
static_value
(ThreadContext context, IRubyObject self) static IRubyObject
value
(ThreadContext context, IRubyObject self, IRubyObject obj) static IRubyObject
value_type
(ThreadContext context, IRubyObject self)
-
Constructor Details
-
Field
public Field()
-
-
Method Details
-
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
-
public_p
Deprecated. -
protected_p
-
protected_p
Deprecated. -
private_p
-
private_p
Deprecated. -
final_p
-
final_p
Deprecated. -
static_p
-
static_p
Deprecated.
-