[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.dltk] Re: ExtendedVariableReference and CallHolder vs. CallExpression and MethodCallExpression
|
Also, if I do try to use CallExpression instead of CallHolder (which only
holds the arguments),
what is the receiver - is it the object that you are operating on, i.e.
this, whose type defines the method? In CallExpression, it is an ASTNode. I
would have thought it would be an expression instead.
Chuck
"Chuck Doucette" <cdoucette@xxxxxxxxxxx> wrote in message
news:g3bc5r$u8c$1@xxxxxxxxxxxxxxxxxxxx
> Your full sample editor uses ExtendedVariableReference and CallHolder,
> but other internal code appears to use CallExpression and
> MethodCallExpression instead.
> Should I switch my code to be using CallExpression/MethodCallExpression
> instead?
>
> Chuck
>
>