Home | History | Annotate | Download | only in parser

Lines Matching refs:lexer

53     protected RecordRouteParser(Lexer lexer) {
54 super(lexer);
69 this.lexer.match(TokenTypes.RECORD_ROUTE);
70 this.lexer.SPorHT();
71 this.lexer.match(':');
72 this.lexer.SPorHT();
77 this.lexer.SPorHT();
78 char la = lexer.lookAhead(0);
80 this.lexer.match(',');
81 this.lexer.SPorHT();