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 TypeClassDescriptionclassclassclassMethods in org.jruby.internal.runtime that return IAccessorMethods in org.jruby.internal.runtime with parameters of type IAccessorModifier and TypeMethodDescriptionvoidGlobalVariables.define(String name, IAccessor accessor, GlobalVariable.Scope scope) voidGlobalVariables.defineReadonly(String name, IAccessor accessor, GlobalVariable.Scope scope) voidGlobalVariable.setAccessor(IAccessor accessor) Constructors in org.jruby.internal.runtime with parameters of type IAccessorModifierConstructorDescriptionGlobalVariable(IAccessor accessor, GlobalVariable.Scope scope) ReadonlyAccessor(String name, IAccessor accessor)