gov.nist.core
クラス ParserCore

java.lang.Object
  上位を拡張 gov.nist.core.ParserCore
直系の既知のサブクラス:
HostNameParser, Parser, SDPAnnounceParser, SDPParser

public abstract class ParserCore
extends java.lang.Object

Generic parser class. All parsers inherit this class.

バージョン:
JAIN-SIP-1.1
作成者:
M. Ranganathan
This code is in the public domain.

フィールドの概要
static boolean debug
           
 
コンストラクタの概要
ParserCore()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

debug

public static final boolean debug
関連項目:
定数フィールド値
コンストラクタの詳細

ParserCore

public ParserCore()