public class Parser extends java.lang.Object
Parser(java.util.Queue<Token> tokens)
int
expectNumber()
Program
parse()
Line
readLine(Program program)
Statement
readStatement()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Parser(java.util.Queue<Token> tokens)
public Program parse()
public Line readLine(Program program)
public Statement readStatement()
public int expectNumber()