Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ajdt-dev] StructureModelUtil

Hello!

I am trying to figure out how the Outline View and Aspect Visualiser are
getting their Infos about the pointcuts and advices and their location in
the source code.

I found out that both of them use StructureModelUtil to get that infos.
But where is the structure model built?
Does it happen during compilation process or is it built from class attributes
stored by weaver in .class files?

Could someone point me to the code where this happens?


thx in advance!

-- 
Ivica Aracic 
http://www.bytelords.de/



Back to the top