#include <classField.h>
Inheritance diagram for ClassField::
Public Methods | |
ClassField () | |
Default constructor. | |
virtual | ~ClassField () |
Destructor. | |
virtual Buffer & | infoToBin (Buffer &b) |
Convert info to binary. More... | |
void * | operator new (size_t sz) |
Overloaded new() operator. | |
void | operator delete (void *unit) |
Overloaded delete() operator. | |
virtual eClassIdent | getClassIdent () |
Class identification. More... | |
Public Attributes | |
String | fieldName |
name of field. | |
String | fieldSignature |
signature of field. | |
Static Private Attributes | |
Allocator | _allocator |
allocator. |
This class consists of data about a field defined in a Java class. This data is gained by receiving a JVMPI_EVENT_CLASS_LOAD event.
Definition at line 54 of file classField.h.
|
Class identification.
Reimplemented from IdObject. Definition at line 106 of file classField.h. |
|
Convert info to binary. This method converts information data to binary format in which it is sent thru communication interface to client.
Reimplemented from InfoBinaryFormat. Definition at line 41 of file classField.cpp. |