Uses of Interface
antlr.TokenManager

Packages that use TokenManager
antlr   
 

Uses of TokenManager in antlr
 

Classes in antlr that implement TokenManager
(package private)  class ImportVocabTokenManager
          Static implementation of the TokenManager, used for importVocab option
(package private)  class SimpleTokenManager
           
 

Fields in antlr declared as TokenManager
protected  TokenManager Grammar.tokenManager
          The token manager associated with the grammar, if any.
 

Methods in antlr with parameters of type TokenManager
protected  void SatherCodeGenerator.genTokenTypes(TokenManager tm)
          Generate the token types Java file
protected  void JavaCodeGenerator.genTokenTypes(TokenManager tm)
          Generate the token types Java file
protected  void HTMLCodeGenerator.genTokenTypes(TokenManager tm)
          Generate the token types TXT file
 void Grammar.setTokenManager(TokenManager tokenManager_)
           
protected  void DiagnosticCodeGenerator.genTokenTypes(TokenManager tm)
          Generate the token types TXT file
protected  void CppCodeGenerator.genTokenTypes(TokenManager tm)
          Generate the token types C++ file
protected  void CodeGenerator.genTokenInterchange(TokenManager tm)
          Generate the token types as a text file for persistence across shared lexer/parser