gnu.kawa.functions
public class ValuesMap extends MethodProc implements CanInline, Inlineable
| Field Summary | |
|---|---|
| static ValuesMap | valuesMap |
| static ValuesMap | valuesMapWithPos |
| Method Summary | |
|---|---|
| void | apply(CallContext ctx) |
| void | compile(ApplyExp exp, Compilation comp, Target target) |
| static void | compileInlined(LambdaExp lambda, Expression vals, int startCounter, Method matchesMethod, Compilation comp, Target target) |
| Type | getReturnType(Expression[] args) |
| Expression | inline(ApplyExp exp, ExpWalker walker) |
| int | numArgs() |