org.lastbamboo.common.sdp
Class ParserCore

java.lang.Object
  extended by 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.

Field Summary
protected  LexerCore lexer
           
protected static int nesting_level
           
 
Constructor Summary
ParserCore()
           
 
Method Summary
protected  void dbg_enter(String rule)
           
protected  void dbg_leave(String rule)
           
protected  NameValue nameValue()
           
protected  NameValue nameValue(char separator)
           
protected  void peekLine(String rule)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nesting_level

protected static int nesting_level

lexer

protected LexerCore lexer
Constructor Detail

ParserCore

public ParserCore()
Method Detail

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.