![]() |
|
|
Classes | |
class | BytecodeCmdSet |
BytecodeCmdSet is a commandSet for executing reference type commands. More... | |
class | JDWPCommandSet |
JDWPCommandSet is a base class for all commandSet classes. More... | |
class | ReferenceTypeCmdSet |
ReferenceTypeCmdSet is a commandSet for executing reference type commands. More... | |
class | VirtualMachineCmdSet |
VirtualMachineCmdSet is a commandSet for executing virtual machine specific commands such as version info, id sizes, etc. More... | |
Functions | |
void | addColumnSpacing (int prvHdrLen, int hdrSpace, int prvDataLen, QString &tableStr) |
Helper function to pretty-print tables. |
void inspectorj::agent::commandset::addColumnSpacing | ( | int | prvHdrLen, | |
int | hdrSpace, | |||
int | prvDataLen, | |||
QString & | tableStr | |||
) |
Helper function to pretty-print tables.
prvHdrLen | the length of the previous column's header | |
hdrSpace | the number of spaces between the headers | |
prvDataLen | the length of the previous column's data string | |
tableStr | the string reference to add space to |
Definition at line 75 of file bytecodecmdset.cpp.
Referenced by inspectorj::agent::commandset::BytecodeCmdSet::disassembleBytecodes().