Uses of Interface antlr.TokenManager

Uses in package antlr

Classes implementing antlr.TokenManager

class
Static implementation of the TokenManager, used for importVocab option
class

Fields of type antlr.TokenManager

TokenManager
The token manager associated with the grammar, if any.

Methods with parameter type antlr.TokenManager

void
CSharpCodeGenerator.genRule(RuleSymbol s, boolean startSymbol, int ruleNum, TokenManager tm)
Gen a named rule block.
void
void
Generate the token types as a text file for persistence across shared lexer/parser
void
Generate the token types C++ file
void
Generate the token types CSharp file
void
Generate the token types TXT file
void
Generate the token types TXT file
void
Generate the token types TXT file
void
Generate the token types Java file
void
Generate the token types Java file
void