Home | History | Annotate | Download | only in ims

Lines Matching refs:lexer

38 import gov.nist.javax.sip.parser.Lexer;
57 protected ServiceRouteParser(Lexer lexer) {
58 super(lexer);
78 this.lexer.match(TokenTypes.SERVICE_ROUTE);
79 this.lexer.SPorHT();
80 this.lexer.match(':');
81 this.lexer.SPorHT();
86 this.lexer.SPorHT();
87 if (lexer.lookAhead(0) == ',') {
88 this.lexer.match(',');
89 this.lexer.SPorHT();
90 } else if (lexer.lookAhead(0) == '\n')