8081828384858687888990
case '<': exp.poll(); switch(exp.peek()){ case '=': exp.poll(); return new LTEOpt(); case '<': exp.poll(); return new LeftShift(); } return new LTOpt();