Package | Description |
---|---|
org.jruby.ir.instructions |
Modifier and Type | Class and Description |
---|---|
class |
BlockGivenInstr
Represents a defined?(yield) check, which works like a call to block_given? without
requiring special access to the caller's frame.
|
class |
BuildLambdaInstr |
class |
BuildSplatInstr |
class |
CopyInstr |
class |
DefineMetaClassInstr |
class |
DefineModuleInstr |
class |
GetClassVariableInstr |
class |
GetFieldInstr |
class |
GetGlobalVariableInstr |
class |
GetInstr |
class |
InheritanceSearchConstInstr |
class |
LexicalSearchConstInstr |
class |
LoadLocalVarInstr |
class |
MultipleAsgnBase |
class |
OptArgMultipleAsgnInstr |
class |
ReifyClosureInstr |
class |
ReqdArgMultipleAsgnInstr |
class |
RestArgMultipleAsgnInstr |
class |
SearchConstInstr |
class |
SearchModuleForConstInstr
Search for a constant within the current module.
|
class |
SetCapturedVarInstr |
class |
ToAryInstr |
class |
UndefMethodInstr |
Copyright © 2001-2018 JRuby. All Rights Reserved.