Modifier and Type | Method and Description |
---|---|
protected Variable |
IRBuilder.buildDefinitionCheck(IRScope s,
ResultInstr definedInstr,
String definedReturnValue) |
Modifier and Type | Class and Description |
---|---|
class |
BackrefIsMatchDataInstr |
class |
ClassVarIsDefinedInstr |
class |
DefinedInstr
Common base class for all defined-category instructions.
|
class |
DefinedObjectNameInstr
This is a base class for define instructions which have a receiver (object)
and a name to query on that object.
|
class |
GetBackrefInstr |
class |
GetDefinedConstantOrMethodInstr |
class |
GetErrorInfoInstr |
class |
GlobalIsDefinedInstr |
class |
HasInstanceVarInstr |
class |
IsMethodBoundInstr |
class |
MethodDefinedInstr |
class |
MethodIsPublicInstr |
class |
SuperMethodBoundInstr |
Modifier and Type | Class and Description |
---|---|
class |
BuildLambdaInstr |
class |
GetEncodingInstr |
class |
ReceivePostReqdArgInstr
This represents a required arg that shows up after optional/rest args
in a method/block parameter list.
|
Modifier and Type | Class and Description |
---|---|
class |
ReceiveKeywordArgInstr |
class |
ReceiveKeywordRestArgInstr |
Modifier and Type | Class and Description |
---|---|
class |
OneFixnumArgNoBlockCallInstr |
class |
OneOperandArgNoBlockCallInstr |
class |
ZeroOperandArgNoBlockCallInstr |
Copyright © 2001–2016 JRuby. All rights reserved.