The ParserListener interface defines a listener
notified upon the completion of parsing events.
Implementers of this interface register for notification using
the JDepend.addParseListener() method.
author: Mike Clark author: Clarkware Consulting, Inc.
Method Summary
public void
onParsedJavaClass(JavaClass parsedClass) Called whenever a Java class file is parsed into the specified
JavaClass instance.