| Package | Description |
|---|---|
| org.jruby.ir.instructions |
| Modifier and Type | Class and Description |
|---|---|
class |
ReceiveKeywordArgInstr |
class |
ReceiveKeywordRestArgInstr |
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-2016 JRuby. All Rights Reserved.