Package | Description |
---|---|
org.jruby.ir.instructions | |
org.jruby.ir.instructions.ruby18 | |
org.jruby.ir.instructions.ruby19 |
Modifier and Type | Class and Description |
---|---|
class |
ReceiveOptArgBase
Assign the 'index' argument to 'dest' which can be undefined since
this is an optional argument into the method/block.
|
class |
ReceivePreReqdArgInstr |
class |
ReceiveRestArgBase |
Modifier and Type | Class and Description |
---|---|
class |
ReceiveOptArgInstr18 |
class |
ReceiveRestArgInstr18 |
Modifier and Type | Class and Description |
---|---|
class |
ReceiveOptArgInstr19 |
class |
ReceivePostReqdArgInstr
This represents a required arg that shows up after optional/rest args
in a method/block parameter list.
|
class |
ReceiveRestArgInstr19 |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.