Uses of Class
com.g11ntoolkit.levblock.TokContext

Packages that use TokContext
com.g11ntoolkit.levblock The set of classes that make up the LevBlock support for the G11NToolKit. 
com.g11ntoolkit.strfile The set of classes that make up the StrFile support for the G11NToolKit. 
com.g11ntoolkit.tokenizer The set of classes that make up the Tokenizer support for the G11NToolKit. 
com.g11ntoolkit.tokfile The set of classes that make up the TokFile support for the G11NToolKit. 
 

Uses of TokContext in com.g11ntoolkit.levblock
 

Fields in com.g11ntoolkit.levblock declared as TokContext
protected  TokContext XLEntry.theContext
          The context for this entry block.
 

Methods in com.g11ntoolkit.levblock that return TokContext
 TokContext XLEntry.getContext()
          Returns the context for this entry.
 

Methods in com.g11ntoolkit.levblock with parameters of type TokContext
 void XLEntry.setContext(TokContext aContext)
          Sets the context for this entry.
 boolean TokContext.equals(TokContext anotherContext)
          Returns true if this context is equal to the specified context.
 

Uses of TokContext in com.g11ntoolkit.strfile
 

Fields in com.g11ntoolkit.strfile declared as TokContext
(package private)  TokContext LTXMLJSSFParser.context
          Contains the context information for each of the string blocks.
 

Uses of TokContext in com.g11ntoolkit.tokenizer
 

Fields in com.g11ntoolkit.tokenizer declared as TokContext
protected static TokContext FileTokenizer.tokContext
          The context information.
 

Methods in com.g11ntoolkit.tokenizer that return TokContext
 TokContext FileTokenizer.getKey(Token token)
          Returns the key for a specified token in the tokenized file.
 

Methods in com.g11ntoolkit.tokenizer with parameters of type TokContext
 Token FileTokenizer.getToken(TokContext key)
          Returns the token for a specified key in the tokenized file.
 void FileTokenizer.setContext(TokContext ctxt, Token tok)
          Saves the association between a context in the tokenized file and its token.
 

Uses of TokContext in com.g11ntoolkit.tokfile
 

Fields in com.g11ntoolkit.tokfile declared as TokContext
(package private)  TokContext LTXMLTFParser.context
          Contains the context for each of the string blocks.
 

Methods in com.g11ntoolkit.tokfile that return TokContext
 TokContext TokFile.getContext(Token tok)
          Returns the context for a specified token in the file.
 

Methods in com.g11ntoolkit.tokfile with parameters of type TokContext
 void TokFile.setContext(TokContext ctx, Token tok)
          Sets the context for the specified token in the file.
private  void TokFile.setRevContext(Token tok, TokContext ctx)
          Sets the token for each context in the file.
 Token TokFile.getRevContext(TokContext ctx)
          Returns the token for a specified context in the file.