org.netbeans.lib.profiler.classfile |
|
Java Source File Name | Type | Comment |
BaseClassInfo.java | Class | Minimum representation of a class. |
ClassFileCache.java | Class | Fixed-size cache of binary classes (.class files). |
ClassFileParser.java | Class | This class implements parsing a byte array representing a class file, generating a ClassInfo object. |
ClassInfo.java | Class | A representation of a binary Java class, that is relatively compact - it does not contain method bodies,
and contains only a subset of information from the constant pool. |
ClassLoaderTable.java | Class | A table that maps a class loader to its parent class loader. |
ClassPath.java | Class | Class path, that can be set containing both directories and .jar files, and then used to read a .class (.java)
file with a specified fully qualified name. |
ClassRepository.java | Class | A collection of several static methods for general class file reading functionality. |
DynamicClassInfo.java | Class | A representation of a binary Java class that contains information for the class file itself, plus various status
bits used for proper instrumentation state accounting in JFluid. |
PlaceholderClassInfo.java | Class | A placeholder for a real class that can be put into the table in ClassRepository. |
SameNameClassGroup.java | Class | A container for a group of classes/placeholders with the same name and different classloaders,
plus the functionality to browse this group and check for compatible classes. |