Package | Description |
---|---|
org.jruby.ir.operands |
Modifier and Type | Class and Description |
---|---|
class |
ClosureLocalVariable
This represents a non-temporary variable used in a closure
and defined in this or a parent closure.
|
class |
LocalVariable |
class |
Self |
class |
Splat |
class |
TemporaryLocalReplacementVariable
When we optimize full local variables to be temporary ones we like to keep the name
of what we renamed them as.
|
Copyright © 2001-2015 JRuby. All Rights Reserved.