Home | History | Annotate | Download | only in parser

Lines Matching refs:lexer

51      * @param lexer Lexer to set
53 protected CallIDParser(Lexer lexer) {
54 super(lexer);
66 this.lexer.match(TokenTypes.CALL_ID);
67 this.lexer.SPorHT();
68 this.lexer.match(':');
69 this.lexer.SPorHT();
73 this.lexer.SPorHT();
74 String rest = lexer.getRest();