Uses of Class
org.jruby.ir.operands.TemporaryVariable
Packages that use TemporaryVariable
Package
Description
-
Uses of TemporaryVariable in org.jruby.ir
Methods in org.jruby.ir with parameters of type TemporaryVariableModifier and TypeMethodDescriptionvoid
IRVisitor.TemporaryVariable
(TemporaryVariable temporaryvariable) -
Uses of TemporaryVariable in org.jruby.ir.builder
Methods in org.jruby.ir.builder that return TemporaryVariableModifier and TypeMethodDescriptionIRBuilder.getYieldClosureVariable()
Get the variable for accessing the "yieldable" closure in this scope. -
Uses of TemporaryVariable in org.jruby.ir.interpreter
Methods in org.jruby.ir.interpreter that return TemporaryVariable -
Uses of TemporaryVariable in org.jruby.ir.operands
Subclasses of TemporaryVariable in org.jruby.ir.operandsModifier and TypeClassDescriptionclass
Represents a temporary variable for an unboxed Boolean operand.class
class
class
Represents a temporary variable for an unboxed Fixnum operand.class
Represents a temporary variable for an unboxed Float operand.class
Represents a temporary variable for an unboxed int operand.class
When we optimize full local variables to be temporary ones we like to keep the name of what we renamed them as.class
A set of variables which are only used in a particular scope and never visible to Ruby itself. -
Uses of TemporaryVariable in org.jruby.ir.persistence
Methods in org.jruby.ir.persistence with parameters of type TemporaryVariableModifier and TypeMethodDescriptionvoid
IRDumper.TemporaryVariable
(TemporaryVariable temporaryvariable) -
Uses of TemporaryVariable in org.jruby.ir.targets
Methods in org.jruby.ir.targets with parameters of type TemporaryVariableModifier and TypeMethodDescriptionvoid
JVMVisitor.TemporaryVariable
(TemporaryVariable temporaryvariable)