public class LibraryKeepChecker extends Object implements ClassVisitor
| Constructor and Description |
|---|
LibraryKeepChecker(ClassPool programClassPool,
ClassPool libraryClassPool,
WarningPrinter notePrinter)
Creates a new DescriptorKeepChecker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkClassSpecifications(List keepSpecifications)
Checks the classes mentioned in the given keep specifications, printing
notes if necessary.
|
void |
visitLibraryClass(LibraryClass libraryClass) |
void |
visitProgramClass(ProgramClass programClass) |
public LibraryKeepChecker(ClassPool programClassPool, ClassPool libraryClassPool, WarningPrinter notePrinter)
public void checkClassSpecifications(List keepSpecifications)
public void visitProgramClass(ProgramClass programClass)
visitProgramClass in interface ClassVisitorpublic void visitLibraryClass(LibraryClass libraryClass)
visitLibraryClass in interface ClassVisitorCopyright © 2015. All Rights Reserved.