Uses of Class gnu.expr.ModuleMethod

Uses in package gnu.expr

Methods with parameter type gnu.expr.ModuleMethod

Object
A subclass will typically override this like: switch (method.selector) { case 3: return function3(); case 5: return function5(); default: super.apply0(method); }
Object
A subclass will typically override this like: switch (method.selector) { case 3: return function3(); case 5: return function5(); default: super.apply0(method); }
Object
Object
ModuleBody.apply1(ModuleMethod method, Object arg1)
Object
ModuleWithContext.apply1(ModuleMethod method, Object arg1)
Object
ModuleMethod.apply1Default(ModuleMethod method, Object arg1)
Object
ModuleBody.apply2(ModuleMethod method, Object arg1, Object arg2)
Object
ModuleWithContext.apply2(ModuleMethod method, Object arg1, Object arg2)
Object
ModuleMethod.apply2Default(ModuleMethod method, Object arg1, Object arg2)
Object
ModuleBody.apply3(ModuleMethod method, Object arg1, Object arg2, Object arg3)
Object
ModuleWithContext.apply3(ModuleMethod method, Object arg1, Object arg2, Object arg3)
Object
ModuleMethod.apply3Default(ModuleMethod method, Object arg1, Object arg2, Object arg3)
Object
ModuleBody.apply4(ModuleMethod method, Object arg1, Object arg2, Object arg3, Object arg4)
Object
ModuleWithContext.apply4(ModuleMethod method, Object arg1, Object arg2, Object arg3, Object arg4)
Object
ModuleMethod.apply4Default(ModuleMethod method, Object arg1, Object arg2, Object arg3, Object arg4)
Object
ModuleBody.applyN(ModuleMethod method, Object[] args)
Object
ModuleWithContext.applyN(ModuleMethod method, Object[] args)
Object
ModuleMethod.applyNDefault(ModuleMethod method, Object[] args)
int
int
int
ModuleBody.match1(ModuleMethod proc, Object arg1, CallContext ctx)
int
int
ModuleBody.match2(ModuleMethod proc, Object arg1, Object arg2, CallContext ctx)
int
ModuleWithContext.match2(ModuleMethod proc, Object arg1, Object arg2, CallContext ctx)
int
ModuleBody.match3(ModuleMethod proc, Object arg1, Object arg2, Object arg3, CallContext ctx)
int
ModuleWithContext.match3(ModuleMethod proc, Object arg1, Object arg2, Object arg3, CallContext ctx)
int
ModuleBody.match4(ModuleMethod proc, Object arg1, Object arg2, Object arg3, Object arg4, CallContext ctx)
int
ModuleWithContext.match4(ModuleMethod proc, Object arg1, Object arg2, Object arg3, Object arg4, CallContext ctx)
int
ModuleBody.matchN(ModuleMethod proc, Object[] args, CallContext ctx)
int
ModuleWithContext.matchN(ModuleMethod proc, Object[] args, CallContext ctx)

Uses in package gnu.jemacs.buffer

Methods with parameter type gnu.expr.ModuleMethod

Object
A subclass will typically override this like: switch (method.selector) { case 3: return function3(); case 5: return function5(); default: super.apply0(method); }
Object
Mode.apply1(ModuleMethod proc, Object arg1)
Object
Mode.apply2(ModuleMethod proc, Object arg1, Object arg2)
Object
Mode.apply3(ModuleMethod proc, Object arg1, Object arg2, Object arg3)
Object
Mode.apply4(ModuleMethod proc, Object arg1, Object arg2, Object arg3, Object arg4)
Object
Mode.applyN(ModuleMethod proc, Object[] args)