Skip to content
Brad edited this page Mar 25, 2014 · 4 revisions

JavaClassVisitor is responsible for looping over all ArchiveEntries and identify Java Classes by file extension. The Java Classes are marked in the graph with references to the ArchiveEntries representing the Java Class. This visitor will also create relationships for Extends, Implements, and Imports between Java Classes.

JavaClassVisitor

Green nodes represent nodes added by this visitor to the Windup Graph.

Clone this wiki locally