|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttools.processor.PrintSpacing
public class PrintSpacing
This class encapsulates the disassembly field sizes for a specific mnemonic set. A disassembled line of code has three fields: 1) The bytes that make up the opcode 2) The mnemonic text 3) The comment (the rest of the line)
| Field Summary | |
|---|---|
int |
dataFieldSize
|
int |
mnemonicFieldSize
|
| Constructor Summary | |
|---|---|
PrintSpacing()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int dataFieldSize
public int mnemonicFieldSize
| Constructor Detail |
|---|
public PrintSpacing()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||