org.lastbamboo.common.sdp
Class ParserCore
java.lang.Object
org.lastbamboo.common.sdp.ParserCore
- Direct Known Subclasses:
- HostNameParser, SDPAnnounceParser, SDPParser
public abstract class ParserCore
- extends Object
Generic parser class.
All parsers inherit this class.
- Version:
- JAIN-SIP-1.1
- Author:
- M. Ranganathan
This code is in the public domain.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nesting_level
protected static int nesting_level
lexer
protected LexerCore lexer
ParserCore
public ParserCore()
nameValue
protected NameValue nameValue(char separator)
throws ParseException
- Throws:
ParseException
dbg_enter
protected void dbg_enter(String rule)
dbg_leave
protected void dbg_leave(String rule)
nameValue
protected NameValue nameValue()
throws ParseException
- Throws:
ParseException
peekLine
protected void peekLine(String rule)
Copyright © 2013 LittleShoot. All Rights Reserved.