|
miSim | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--misim.editor.Parser | +--misim.asm.AssemblyParser
Constructor Summary | |
AssemblyParser(EditorPrefs prefs,
Processor processor)
|
Method Summary | |
void |
insertCharacter(Line aLine,
int col,
char aChar)
|
java.util.Vector |
parse(Token token)
Read a Token and attempt to promote it into a sequence of Tokens appropriate for the particular parser. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AssemblyParser(EditorPrefs prefs, Processor processor)
Method Detail |
public java.util.Vector parse(Token token)
parse
in class Parser
token
- The token to be parsedpublic void insertCharacter(Line aLine, int col, char aChar)
|
miSim | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |