public class OpcodeColumn extends AbstractDebugColumn
| Constructor and Description |
|---|
OpcodeColumn(Disassembler disassembler) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDebugValue(int location)
Get opcode for an instruction at specific location.
|
int |
getDefaultWidth()
Get default width of the column.
|
void |
setDebugValue(int location,
Object value)
Has no effect.
|
getClassType, getTitle, isEditablepublic OpcodeColumn(Disassembler disassembler)
public void setDebugValue(int location,
Object value)
location - memory address (not row in debug table)value - new value of the cellpublic Object getDebugValue(int location)
location - memory address (not row in debug table)public int getDefaultWidth()
DebugColumnCopyright © 2017. All rights reserved.