Home | History | Annotate | Download | only in parser

Lines Matching refs:lexer

43     protected ParametersParser(Lexer lexer) {
44 super((Lexer) lexer);
53 this.lexer.SPorHT();
54 while (lexer.lookAhead(0) == ';') {
55 this.lexer.consume(1);
57 this.lexer.SPorHT();
61 this.lexer.SPorHT();
71 this.lexer.SPorHT();
75 this.lexer.SPorHT();
76 if (lexer.lookAhead(0) != ';') break;
77 else lexer.consume(1);