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 GlobalVariableGlobalVariable.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 IRubyObjectGlobalSite.getGlobalUncached(GlobalVariable variable) static voidGlobalSite.setGlobalUncached(GlobalVariable variable, IRubyObject value)