[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: question about InvokeExpr



On Mon, 23 Jul 2001, Mark D. Butala wrote:

> Is there a reason why there is not access to the object part of the
> InvokeExpr?

Yes.  InvokeExpr can represent a static invoke expresssion, which has no
object.  Use InstanceInvokeExpr instead.

pat