public interface InvalidClassReferenceVisitor
Modifier and Type | Method and Description |
---|---|
void |
visitMissingClass(Clazz referencingClazz,
java.lang.String reference)
Visit a missing class.
|
void |
visitProgramDependency(Clazz referencingClazz,
Clazz dependency)
Visit a library class depending on a program class.
|
void visitMissingClass(Clazz referencingClazz, java.lang.String reference)
referencingClazz
- the class from which the reference is made.reference
- the name of the referenced class that was not found.