public class ClassReader extends Object implements DataEntryReader
Class files are read as ProgramClass objects or LibraryClass objects,
depending on the isLibrary flag.
In case of libraries, only public classes are considered, if the
skipNonPublicLibraryClasses flag is set.
| Constructor and Description |
|---|
ClassReader(boolean isLibrary,
boolean skipNonPublicLibraryClasses,
boolean skipNonPublicLibraryClassMembers,
WarningPrinter warningPrinter,
ClassVisitor classVisitor)
Creates a new DataEntryClassFilter for reading the specified
Clazz objects.
|
public ClassReader(boolean isLibrary,
boolean skipNonPublicLibraryClasses,
boolean skipNonPublicLibraryClassMembers,
WarningPrinter warningPrinter,
ClassVisitor classVisitor)
public void read(DataEntry dataEntry) throws IOException
DataEntryReaderread in interface DataEntryReaderIOExceptionCopyright © 2015. All Rights Reserved.