Uses of Class
org.jruby.internal.runtime.GlobalVariable
Packages that use GlobalVariable
-
Uses of GlobalVariable in org.jruby.internal.runtime
Fields in org.jruby.internal.runtime declared as GlobalVariableFields in org.jruby.internal.runtime with type parameters of type GlobalVariableModifier and TypeFieldDescriptionprivate final Map<String,GlobalVariable> GlobalVariables.globalVariablesMethods in org.jruby.internal.runtime that return GlobalVariableModifier and TypeMethodDescriptionprivate GlobalVariableGlobalVariables.createIfNotDefined(String name) GlobalVariables.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.ir.targets.indy
Methods in org.jruby.ir.targets.indy with parameters of type GlobalVariableModifier and TypeMethodDescriptionstatic IRubyObjectBootstrap.getGlobalUncached(GlobalVariable variable) static voidBootstrap.setGlobalUncached(GlobalVariable variable, IRubyObject value)