The top level oovJavaParser program objects are shown below.
The part of the oovJavaParser program responsible for parsing is shown below.
The following portion diagram shows the visitor call tree, and which methods use which member variables. The visitMethod function uses the currentClass variable to add a method to the class. The statement and method functions update the currentMethod variable. The visit functions are virtual functions that are called while processing the Java file.
Since the Java parser is written in Java, the object model classes from the C++ code cannot be used. A separate set of object model classes were created and are used to write the analysis files. Once the oovaide program reads the objects, they are read into the C++ model classes.
Diagram Notes:
The ClassDiagram related classes draw class diagrams, and are shown below.
The following shows the classes related to the ModelClassifer.
Packages are definitions of include and library paths that are external to the project.