|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectca.disassembly.Parser
public class Parser
This basic disassembly parser reads a line of disassembly and generates the various pieces of a CodeLine structure.
| Field Summary | |
|---|---|
protected MachineInfo |
machineInfo
|
protected Processor |
processor
|
| Constructor Summary | |
|---|---|
Parser(MachineInfo machineInfo)
|
|
| Method Summary | |
|---|---|
java.lang.String |
parse(CodeLine codeLine)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected MachineInfo machineInfo
protected Processor processor
| Constructor Detail |
|---|
public Parser(MachineInfo machineInfo)
| Method Detail |
|---|
public java.lang.String parse(CodeLine codeLine)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||