jdepend.framework
public interface ParserListener
ParserListener interface defines a listener
notified upon the completion of parsing events.
Implementers of this interface register for notification using
the JDepend.addParseListener() method.
| Method Summary | |
|---|---|
| void | onParsedJavaClass(JavaClass parsedClass)
Called whenever a Java class file is parsed into the specified
JavaClass instance.
|
JavaClass instance.
Parameters: parsedClass Parsed Java class.