Uses of Class
org.jruby.ir.operands.GlobalVariable
Packages that use GlobalVariable
Package
Description
-
Uses of GlobalVariable in org.jruby.ir
Methods in org.jruby.ir with parameters of type GlobalVariable -
Uses of GlobalVariable in org.jruby.ir.instructions
Methods in org.jruby.ir.instructions that return GlobalVariableModifier and TypeMethodDescriptionGetGlobalVariableInstr.getTarget()
PutGlobalVarInstr.getTarget()
Constructors in org.jruby.ir.instructions with parameters of type GlobalVariableModifierConstructorDescriptionGetGlobalVariableInstr
(Variable dest, GlobalVariable gvar) PutGlobalVarInstr
(GlobalVariable gvar, Operand value) -
Uses of GlobalVariable in org.jruby.ir.operands
Methods in org.jruby.ir.operands that return GlobalVariable -
Uses of GlobalVariable in org.jruby.ir.persistence
Methods in org.jruby.ir.persistence with parameters of type GlobalVariable