Uses of Enum Class
org.jruby.internal.runtime.GlobalVariable.Scope
Packages that use GlobalVariable.Scope
-
Uses of GlobalVariable.Scope in org.jruby
Methods in org.jruby with parameters of type GlobalVariable.ScopeModifier and TypeMethodDescriptionvoid
Ruby.defineReadonlyVariable
(String name, IRubyObject value, GlobalVariable.Scope scope) defines a readonly global variablevoid
Ruby.defineVariable
(GlobalVariable variable, GlobalVariable.Scope scope) Defines a global variable -
Uses of GlobalVariable.Scope in org.jruby.internal.runtime
Methods in org.jruby.internal.runtime that return GlobalVariable.ScopeModifier and TypeMethodDescriptionGlobalVariable.getScope()
static GlobalVariable.Scope
Returns the enum constant of this class with the specified name.static GlobalVariable.Scope[]
GlobalVariable.Scope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jruby.internal.runtime with parameters of type GlobalVariable.ScopeModifier and TypeMethodDescriptionvoid
GlobalVariables.define
(String name, IAccessor accessor, GlobalVariable.Scope scope) void
GlobalVariables.defineReadonly
(String name, IAccessor accessor, GlobalVariable.Scope scope) Constructors in org.jruby.internal.runtime with parameters of type GlobalVariable.Scope