| Package | Description |
|---|---|
| com.caucho.env.hprof |
| Modifier and Type | Method and Description |
|---|---|
HprofClass |
HprofClassManager.getClass(long classObjectId) |
HprofClass |
HprofClassManager.getClass(java.lang.String className) |
HprofClass |
HprofField.getHprofClass() |
HprofClass |
HprofClassManager.getPrimitiveArrayClass(HprofParser.FieldType type) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<HprofClass> |
HprofClassManager.getClassItems() |
java.util.Map<java.lang.String,HprofClass> |
HprofClassManager.getClassMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
HprofClassManager.addClassByName(HprofClass cl) |
void |
HprofClass.pushClass(HprofClass next) |
| Constructor and Description |
|---|
HprofField(HprofClass hprofClass,
long fieldNameId,
HprofParser.FieldType fieldType) |