Home | History | Annotate | Download | only in parser

Lines Matching refs:lexer

51     protected RouteParser(Lexer lexer) {
52 super(lexer);
65 this.lexer.match(TokenTypes.ROUTE);
66 this.lexer.SPorHT();
67 this.lexer.match(':');
68 this.lexer.SPorHT();
73 this.lexer.SPorHT();
74 char la = lexer.lookAhead(0);
76 this.lexer.match(',');
77 this.lexer.SPorHT();