クラス
net.java.sen.dictionary.CToken の使用

CToken を使用しているパッケージ
net.java.sen.compiler   
net.java.sen.dictionary   
 

net.java.sen.compiler での CToken の使用
 

CToken として宣言されている net.java.sen.compiler のフィールド
 CToken StringCTokenTuple.value
          The tuple's CToken
 

CToken 型のパラメータを持つ net.java.sen.compiler のメソッド
 void VirtualTupleList.add(java.lang.String string, CToken ctoken)
          Adds a StringCTokenTuple to the list.
 

CToken 型のパラメータを持つ net.java.sen.compiler のコンストラクタ
StringCTokenTuple(java.lang.String key, CToken value)
           
 

net.java.sen.dictionary での CToken の使用
 

CToken として宣言されている net.java.sen.dictionary のフィールド
 CToken Node.ctoken
          The CToken the Dictionary returned for the Morpheme within this Node
protected  CToken Tokenizer.unknownCToken
          A CToken representing an unknown morpheme
 

CToken を返す net.java.sen.dictionary のメソッド
protected  CToken CToken.clone()
           
 CToken[] Dictionary.commonPrefixSearch(CharIterator iterator)
          Searches for possible morphemes starting at the current position of a CharIterator.
 CToken Dictionary.getBOSToken()
          Gets a unique beginning-of-string CToken.
 CToken Dictionary.getEOSToken()
          Gets a unique end-of-string CToken.
 CToken Dictionary.getUnknownToken()
          Gets a unique unknown-morpheme CToken.
static CToken CToken.read(java.nio.ByteBuffer buffer)
          Read a CToken from a ByteBuffer
 

CToken 型のパラメータを持つ net.java.sen.dictionary のメソッド
static void CToken.write(java.io.DataOutput output, CToken token)
          Write a CToken to a DataOutput
 



Copyright ? 2008. All Rights Reserved.