| Package | Description |
|---|---|
| org.jruby.ir.instructions |
| Modifier and Type | Class and Description |
|---|---|
class |
ReceiveArgBase |
class |
ReceiveIndexedArgBase |
class |
ReceiveKeywordArgInstr |
class |
ReceiveKeywordRestArgInstr |
class |
ReceiveKeywordsInstr
Gets the keyword arg (or representation of what might be holding keyword args).
|
class |
ReceiveOptArgInstr |
class |
ReceivePostReqdArgInstr
This represents a required arg that shows up after optional/rest args
in a method/block parameter list.
|
class |
ReceivePreReqdArgInstr |
class |
ReceiveRestArgInstr |
Copyright © 2001-2023 JRuby. All Rights Reserved.