|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectParser
public class Parser
Class for parsing a Larc assembly file and creating instruction and data directive objects.
| Constructor Summary | |
|---|---|
Parser()
|
|
| Method Summary | |
|---|---|
static void |
parse(java.lang.String file,
java.util.Vector<Asm> insn,
java.util.Vector<Asm> data)
Parse the assembly file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Parser()
| Method Detail |
|---|
public static void parse(java.lang.String file,
java.util.Vector<Asm> insn,
java.util.Vector<Asm> data)
file - assembly file name to read frominsn - vector to store parsed text section indata - vector to store parsed data section in
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||