jp.osdl.jbento2.analyzer
クラス GCTokenizer

java.lang.Object
  上位を拡張 jp.osdl.jbento2.analyzer.GCTokenizer

public class GCTokenizer
extends Object


コンストラクタの概要
GCTokenizer(Reader r)
           
 
メソッドの概要
 long getLineNumber()
           
protected  String getToken()
           
protected  void skipLine()
           
protected  void skipTo(int pointer)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GCTokenizer

public GCTokenizer(Reader r)
メソッドの詳細

getLineNumber

public long getLineNumber()

getToken

protected String getToken()
                   throws IOException
例外:
IOException

skipLine

protected void skipLine()
                 throws IOException
例外:
IOException

skipTo

protected void skipTo(int pointer)
               throws IOException
例外:
IOException


Copyright © 2005-2008 The JBento Project. All Rights Reserved.