Package | Description |
---|---|
org.jruby.ir.instructions | |
org.jruby.ir.instructions.ruby19 | |
org.jruby.ir.instructions.ruby20 |
Modifier and Type | Class and Description |
---|---|
class |
ReceiveOptArgInstr |
class |
ReceivePreReqdArgInstr |
class |
ReceiveRestArgInstr |
Modifier and Type | Class and Description |
---|---|
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 |
Copyright © 2001-2013 JRuby. All Rights Reserved.