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 TypeMethodDescriptionvoidRuby.defineReadonlyVariable(String name, IRubyObject value, GlobalVariable.Scope scope) defines a readonly global variablevoidRuby.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.ScopeReturns 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 TypeMethodDescriptionvoidGlobalVariables.define(String name, IAccessor accessor, GlobalVariable.Scope scope) voidGlobalVariables.defineReadonly(String name, IAccessor accessor, GlobalVariable.Scope scope) Constructors in org.jruby.internal.runtime with parameters of type GlobalVariable.Scope