hi,
try:
<?php
class a
{
public $a;
}
$a = new a();
$a->a;
?>
On Mon, Mar 19, 2012 at 8:41 PM, YuHong Yang <[email protected]> wrote:
> In PHPSelectionEngine.JAVA (org.eclipse.php.internal.core.codeassist)
> the function :
>
> private IModelElement[] internalASTResolve(ISourceModule sourceModule,
> int offset, int end)
>
>
> I have no idea what php code could invoke JAVA code below :
>
> line 370:
> else if (node instanceof FieldAccess) {
> FieldAccess fieldAccess = (FieldAccess) node;
> ...
> I mean I have tried many php code in PDT,
> but I can't find the case that matches 'node instanceof FieldAccess'.
> does anybody know this?
>
>
> --
> Best Regards
>
> [email protected]
> _______________________________________________
> pdt-dev mailing list
> [email protected]
> https://dev.eclipse.org/mailman/listinfo/pdt-dev
>
--
Thanks!
Best Regards!
Zhao
_______________________________________________
pdt-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/pdt-dev