|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Assigner | |
|---|---|
| org.jruby.runtime | |
| org.jruby.runtime.assigner | |
| Uses of Assigner in org.jruby.runtime |
|---|
| Fields in org.jruby.runtime declared as Assigner | |
|---|---|
protected Assigner |
InterpretedBlock.assigner
Logic for assigning the blocks local variables |
| Uses of Assigner in org.jruby.runtime.assigner |
|---|
| Subclasses of Assigner in org.jruby.runtime.assigner | |
|---|---|
class |
Pre0Rest0Post0Assigner
Assign to no arguments. |
class |
Pre0Rest1Post0Assigner
Assign to a single rest argument. |
class |
Pre1ExpandedRest0Post0Assigner
A single fixed parameter which can handled receiving an expandable argument (RubyArray). |
class |
Pre1Rest0Post0Assigner
Assigner with one fixed parameter (pre) and a rest argument. |
class |
Pre1Rest1Post0Assigner
Assigner with one fixed parameter (pre) and a rest argument. |
class |
Pre2Rest0Post0Assigner
Assigner for two fixed parameters (pre). |
class |
Pre2Rest1Post0Assigner
Assigner for two fixed parameters (pre) with a rest arg |
class |
Pre3Rest0Post0Assigner
Assigner for three fixed arguments (pre). |
class |
Pre3Rest1Post0Assigner
Assigner for three fixed parameters (pre) plus a rest argument. |
class |
PreManyRest0Post0Assigner
This will only be true for blocks which have a pre > 3 in length. |
class |
PreManyRest1Post0Assigner
This will only be true for blocks which have a pre > 3 in length with a rest argument. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||