Uses of Interface
org.jruby.runtime.IAccessor
Packages that use IAccessor
-
Uses of IAccessor in org.jruby.internal.runtime
Classes in org.jruby.internal.runtime that implement IAccessorModifier and TypeClassDescriptionclass
class
class
Methods in org.jruby.internal.runtime that return IAccessorMethods in org.jruby.internal.runtime with parameters of type IAccessorModifier and TypeMethodDescriptionvoid
GlobalVariables.define
(String name, IAccessor accessor, GlobalVariable.Scope scope) void
GlobalVariables.defineReadonly
(String name, IAccessor accessor, GlobalVariable.Scope scope) void
GlobalVariable.setAccessor
(IAccessor accessor) Constructors in org.jruby.internal.runtime with parameters of type IAccessorModifierConstructorDescriptionGlobalVariable
(IAccessor accessor, GlobalVariable.Scope scope) ReadonlyAccessor
(String name, IAccessor accessor)