jruby/docs BETA
Navigation
org.jruby.javasupport.binding 15
C AssignedName
C ConstantField
C FieldInstaller
C Initializer
C InstanceFieldGetterInstaller
C InstanceFieldSetterInstaller
C InstanceMethodInvokerInstaller
C MethodGatherer
C MethodInstaller
C NamedInstaller
E Priority
C SingletonMethodInvokerInstaller
C StaticFieldGetterInstaller
C StaticFieldSetterInstaller
C StaticMethodInvokerInstaller
InstanceFieldGetterInstaller — members 1+
C new(name, field)
from FieldInstaller
M accessible?() boolean

org.jruby.javasupport.binding.InstanceFieldGetterInstaller

class extends FieldInstaller 1 members

Created by headius on 2/26/15.

Constructors

new

new ( String name, Field field )
Java: <init>(String name, java.lang.reflect.Field field)

Inherited

from FieldInstaller

accessible?

boolean accessible? ( )
Java: isAccessible() · also: is_accessible