Home | History | Annotate | Download | only in parser

Lines Matching refs:lexer

54      * @param lexer is the lexer passed in from the enclosing parser.
56 protected ExpiresParser(Lexer lexer) {
57 super(lexer);
68 lexer.match(TokenTypes.EXPIRES);
69 lexer.SPorHT();
70 lexer.match(':');
71 lexer.SPorHT();
72 String nextId = lexer.getNextId();
73 lexer.match('\n');