|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectslogo.jelan.parser.InstructionParser
public class InstructionParser
Instruction Parser - calls appropriate Parser for each Instruction
Method Summary | |
---|---|
static InstructionParser |
getInstance()
|
GrammarElement |
parse(ElanInterpreter ep)
Reads the next token from the parser, gets the appropriate parser for the token, continues parsing with the appropriate parser, returns the element parsed by the appropriate parser. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static InstructionParser getInstance()
public GrammarElement parse(ElanInterpreter ep)
parse
in interface Parser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |