Home | History | Annotate | Download | only in parser

Lines Matching refs:lexer

49     protected ContactParser(Lexer lexer) {
50 super(lexer);
51 this.lexer = lexer;
60 if (lexer.lookAhead(0) == '*') {
61 final char next = lexer.lookAhead(1);
63 this.lexer.match('*');
72 this.lexer.SPorHT();
73 char la = lexer.lookAhead(0);
75 this.lexer.match(',');
76 this.lexer.SPorHT();