Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-dev] Handling of user libraries

Hi all,

i'm trying to understand how included libraries are handled from a model point of view in pdt.

Basically, we need some information from specific classes inside the user library, but i'm not sure at which point we can hook into pdt to build our model. I've tried to add a buildparticipant extension which
uses a class that extends PHPAstVisitor.

This works fine for all classes/methods etc inside the project, but i don't get anything from the included library.

I assume the php model for the external libraries does not get built during the regular build process.

Could anyone give me a hint at which point of the pdt plugin lifecycle the external libraries get parsed to build
the model for them ?


thanks!

-robert


Back to the top