Package org.jruby.ir.targets.simple
Class NormalArgumentsCompiler
java.lang.Object
org.jruby.ir.targets.simple.NormalArgumentsCompiler
- All Implemented Interfaces:
ArgumentsCompiler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
kwargsHash
(int length) Construct a Hash based on keyword arguments pasesd to this method, for use in zsuper
-
Constructor Details
-
NormalArgumentsCompiler
-
-
Method Details
-
kwargsHash
public void kwargsHash(int length) Description copied from interface:ArgumentsCompiler
Construct a Hash based on keyword arguments pasesd to this method, for use in zsuperStack required: context, kwargs hash to dup, remaining elements of hash
- Specified by:
kwargsHash
in interfaceArgumentsCompiler
- Parameters:
length
- number of element pairs
-