Uses of Class
net.java.sen.dictionary.CToken

Packages that use CToken
net.java.sen.compiler   
net.java.sen.dictionary   
 

Uses of CToken in net.java.sen.compiler
 

Fields in net.java.sen.compiler declared as CToken
 CToken StringCTokenTuple.value
          The tuple's CToken
 

Methods in net.java.sen.compiler with parameters of type CToken
 void VirtualTupleList.add(String string, CToken ctoken)
          Adds a StringCTokenTuple to the list.
 

Constructors in net.java.sen.compiler with parameters of type CToken
StringCTokenTuple(String key, CToken value)
           
 

Uses of CToken in net.java.sen.dictionary
 

Fields in net.java.sen.dictionary declared as CToken
protected  CToken Tokenizer.unknownCToken
          A CToken representing an unknown morpheme
 

Methods in net.java.sen.dictionary that return CToken
 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.
 

Methods in net.java.sen.dictionary with parameters of type CToken
 void Node.setCToken(CToken ctoken)
           
static void CToken.write(DataOutput output, CToken token)
          Write a CToken to a DataOutput
 



Copyright © 2012. All Rights Reserved.