public class NormalArgumentsCompiler extends java.lang.Object implements ArgumentsCompiler
| Constructor and Description |
|---|
NormalArgumentsCompiler(IRBytecodeAdapter compiler) |
| Modifier and Type | Method and Description |
|---|---|
void |
kwargsHash(int length)
Construct a Hash based on keyword arguments pasesd to this method, for use in zsuper
|
public NormalArgumentsCompiler(IRBytecodeAdapter compiler)
public void kwargsHash(int length)
ArgumentsCompilerStack required: context, kwargs hash to dup, remaining elements of hash
kwargsHash in interface ArgumentsCompilerlength - number of element pairsCopyright © 2001-2022 JRuby. All Rights Reserved.