Uses of Class
org.jruby.internal.runtime.GlobalVariable
Packages that use GlobalVariable
-
Uses of GlobalVariable in org.jruby.internal.runtime
Methods in org.jruby.internal.runtime that return GlobalVariableModifier and TypeMethodDescriptionGlobalVariables.getVariable
(String name) static GlobalVariable
GlobalVariable.newUndefined
(Ruby runtime, String name) Constructors in org.jruby.internal.runtime with parameters of type GlobalVariableModifierConstructorDescriptionUndefinedAccessor
(Ruby runtime, GlobalVariable globalVariable, String name) Constructor for UndefinedAccessor. -
Uses of GlobalVariable in org.jruby.runtime.invokedynamic
Methods in org.jruby.runtime.invokedynamic with parameters of type GlobalVariableModifier and TypeMethodDescriptionstatic IRubyObject
GlobalSite.getGlobalUncached
(GlobalVariable variable) static void
GlobalSite.setGlobalUncached
(GlobalVariable variable, IRubyObject value)