Home | History | Annotate | Download | only in ims

Lines Matching refs:lexer

41 import gov.nist.javax.sip.parser.Lexer;
81 protected PAccessNetworkInfoParser(Lexer lexer) {
82 super(lexer);
97 this.lexer.SPorHT();
98 lexer.match(TokenTypes.ID);
99 Token token = lexer.getNextToken();
102 this.lexer.SPorHT();
103 while (lexer.lookAhead(0) == ';') {
104 this.lexer.match(';');
105 this.lexer.SPorHT();
109 this.lexer.SPorHT();
111 this.lexer.SPorHT();
112 this.lexer.match('\n');