| Package | Description |
|---|---|
| org.jruby.ir | |
| org.jruby.ir.instructions | |
| org.jruby.ir.operands | |
| org.jruby.ir.persistence | |
| org.jruby.ir.targets |
| Modifier and Type | Method and Description |
|---|---|
void |
IRVisitor.FrozenString(FrozenString frozen) |
| Modifier and Type | Method and Description |
|---|---|
FrozenString |
ArrayDerefInstr.getKey() |
| Modifier and Type | Method and Description |
|---|---|
static ArrayDerefInstr |
ArrayDerefInstr.create(IRScope scope,
Variable result,
Operand obj,
FrozenString arg0) |
| Constructor and Description |
|---|
ArrayDerefInstr(IRScope scope,
Variable result,
Operand obj,
FrozenString arg0) |
ArrayDerefInstr(IRScope scope,
Variable result,
Operand obj,
FrozenString arg0,
CallSite callSite,
long callSiteId) |
| Modifier and Type | Field and Description |
|---|---|
FrozenString |
StringLiteral.frozenString |
| Modifier and Type | Method and Description |
|---|---|
static FrozenString |
FrozenString.decode(IRReaderDecoder d) |
| Modifier and Type | Method and Description |
|---|---|
void |
IRDumper.FrozenString(FrozenString frozen) |
| Modifier and Type | Method and Description |
|---|---|
void |
JVMVisitor.FrozenString(FrozenString frozen) |
Copyright © 2001-2020 JRuby. All Rights Reserved.