gnu.expr
public abstract class ModuleWithContext extends ModuleBody
Method Summary | |
---|---|
Object | apply0(ModuleMethod method) |
Object | apply1(ModuleMethod method, Object arg1) |
Object | apply2(ModuleMethod method, Object arg1, Object arg2) |
Object | apply3(ModuleMethod method, Object arg1, Object arg2, Object arg3) |
Object | apply4(ModuleMethod method, Object arg1, Object arg2, Object arg3, Object arg4) |
Object | applyN(ModuleMethod method, Object[] args) |
int | match0(ModuleMethod proc, CallContext ctx) |
int | match1(ModuleMethod proc, Object arg1, CallContext ctx) |
int | match2(ModuleMethod proc, Object arg1, Object arg2, CallContext ctx) |
int | match3(ModuleMethod proc, Object arg1, Object arg2, Object arg3, CallContext ctx) |
int | match4(ModuleMethod proc, Object arg1, Object arg2, Object arg3, Object arg4, CallContext ctx) |
int | matchN(ModuleMethod proc, Object[] args, CallContext ctx) |