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.
| Modifier and Type | Method and Description |
|---|---|
void |
onParsedJavaClass(JavaClass parsedClass)
Called whenever a Java class file is parsed into the specified
JavaClass instance. |
void onParsedJavaClass(JavaClass parsedClass)
JavaClass instance.parsedClass - Parsed Java class.Copyright ? 1999-2005 Clarkware Consulting, Inc.