| Package | Description |
|---|---|
| org.jruby.ir | |
| org.jruby.ir.instructions |
| Modifier and Type | Method and Description |
|---|---|
void |
IRVisitor.OneOperandArgNoBlockCallInstr(OneOperandArgNoBlockCallInstr oneOperandArgNoBlockCallInstr)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayDerefInstr
Instruction representing Ruby code of the form: "a['str']"
which is equivalent to: a.[]('str').
|
Copyright © 2001-2020 JRuby. All Rights Reserved.