-
Notifications
You must be signed in to change notification settings - Fork 3
Universal Analyser specificities
Mathieu Roger edited this page May 11, 2016
·
1 revision
.. toctree:: :maxdepth: 3
.. automodule:: cast.analysers.ua :members:
The events are sent in the following order:
start_analysis()
start_file(file1)
start_object(object1)
start_object(object2)
end_object(object2)
end_object(object1)
...
end_file(file1)
start_file(file2)
end_file(file2)
...
end_analysis()
See :class:`cast.analysers.ua.Extension`.
Events :func:`cast.analysers.jee.Extension.start_object`, :func:`cast.analysers.jee.Extension.end_object` correspond to objects created by pattern inside language pattern file.