call-next-method with arguments: what object instance do I specify?



This is a blatant help request - time is getting short ...

I have methods that calculate coefficients. Object A has its method,
object B, who is A's subclass inherits A.

Now, the method specializing on B needs to call the method
specializing on A, with its own arguments. So, I need to pass the
list of arguments. But the first argument of A's method is the
class. Do I have to specify it or will the whole method-combination
machinery figure that out?

If I need to specify it A's class, how do I identify it, knowing only
B's class?

Thanks for your help.

Mirko
.



Relevant Pages

  • Re: call-next-method with arguments: what object instance do I specify?
    ... I have methods that calculate coefficients. ... who is A's subclass inherits A. ... the method specializing on B needs to call the method ... If I need to specify it A's class, how do I identify it,... ...
    (comp.lang.lisp)
  • Re: Public Key, Symbolic Calculation
    ... > David Wagner wrote: ... >> lie in, ... >> in C, we're back to trouble again, because you can't specify ... What does "algebraic coefficients" mean anyways? ...
    (sci.crypt)
  • Re: call-next-method with arguments: what object instance do I specify?
    ... the method specializing on B needs to call the method ... If I need to specify it A's class, how do I identify it, knowing only ... You might take a moment to translate into actual runnable code, but I know time is short. ... My classes are this, the methods are that, I'm calling call-next-method when this value is that but not this, the rules of ...
    (comp.lang.lisp)
  • Re: Public Key, Symbolic Calculation
    ... > lie in, ... > in C, we're back to trouble again, because you can't specify arbitrary ... The polynomial has "algebraic" coefficients, but I am afraid that if the ... "algebric form" of the solution is known, ...
    (sci.crypt)