Home | History | Annotate | Download | only in parser

Lines Matching defs:address

28 import gov.nist.javax.sip.address.*;
45 public AddressParser(String address) {
46 this.lexer = new Lexer("charLexer", address);
92 public AddressImpl address( boolean inclParams ) throws ParseException {
94 dbg_enter("address");
120 throw createParseException("Bad address spec");
125 dbg_leave("address");
137 * Fix for issue #230, restructured the code such that parsing for any address appearing without '<' '>'
166 * CVS: address here. If this is your work then delete this line.
210 * CVS: address here. If this is your work then delete this line.