Package | Description |
---|---|
com.caucho.env.hprof |
Modifier and Type | Method and Description |
---|---|
HprofParser.FieldType |
HprofField.getFieldType() |
static HprofParser.FieldType |
HprofParser.FieldType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HprofParser.FieldType[] |
HprofParser.FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NamePassDumpHandler.classInstanceField(long classObjectId,
long fieldNameId,
HprofParser.FieldType fieldType) |
void |
ClassPassDumpHandler.classInstanceField(long classObjectId,
long fieldNameId,
HprofParser.FieldType fieldType) |
void |
HprofDumpHandler.classInstanceField(long classObjectId,
long fieldNameId,
HprofParser.FieldType fieldType) |
void |
AbstractHprofDumpHandler.classInstanceField(long classObjectId,
long fieldNameId,
HprofParser.FieldType fieldType) |
HprofClass |
HprofClassManager.getPrimitiveArrayClass(HprofParser.FieldType type) |
void |
HprofDumpHandler.primitiveArrayDump(long objectId,
int stackId,
int nElements,
HprofParser.FieldType elementType,
int size,
HprofParser hprofParser) |
void |
DataPassDumpHandler.primitiveArrayDump(long objectId,
int stackId,
int nElements,
HprofParser.FieldType elementType,
int size,
HprofParser parser) |
void |
AbstractHprofDumpHandler.primitiveArrayDump(long objectId,
int stackId,
int nElements,
HprofParser.FieldType elementType,
int size,
HprofParser parser) |
Constructor and Description |
---|
HprofField(HprofClass hprofClass,
long fieldNameId,
HprofParser.FieldType fieldType) |