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

JavaClassVisitor is responsible for looping over all ArchiveEntries and identify Java Classes. 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. Green nodes represent nodes added by this visitor to the Windup Graph.

ArchiveEntryIndexVisitor

Clone this wiki locally