, including all inherited members.
| _print(String s) | antlr.CodeGenerator | [protected] |
| _printAction(String s) | antlr.PythonCodeGenerator | [protected] |
| _printJavadoc(String s) | antlr.PythonCodeGenerator | [protected] |
| _println(String s) | antlr.CodeGenerator | [protected] |
| addSemPred(String predicate) | antlr.PythonCodeGenerator | [protected] |
| analyzer | antlr.CodeGenerator | [protected] |
| antlrTool | antlr.CodeGenerator | [protected] |
| astVarNumber | antlr.PythonCodeGenerator | [package] |
| behavior | antlr.CodeGenerator | [protected] |
| BITSET_OPTIMIZE_INIT_THRESHOLD | antlr.CodeGenerator | [protected, static] |
| bitsetsUsed | antlr.CodeGenerator | [protected] |
| bitsetTestThreshold | antlr.CodeGenerator | [protected] |
| caseSizeThreshold | antlr.PythonCodeGenerator | [static] |
| charFormatter | antlr.CodeGenerator | [protected] |
| checkCurrentOutputStream() | antlr.PythonCodeGenerator | [protected] |
| CodeGenerator() | antlr.CodeGenerator | |
| commonExtraArgs | antlr.PythonCodeGenerator | [package] |
| commonExtraParams | antlr.PythonCodeGenerator | [package] |
| commonLocalVars | antlr.PythonCodeGenerator | [package] |
| currentASTResult | antlr.PythonCodeGenerator | [package] |
| currentOutput | antlr.CodeGenerator | [protected] |
| currentRule | antlr.PythonCodeGenerator | [package] |
| DEBUG_CODE_GENERATOR | antlr.CodeGenerator | [protected] |
| declaredASTVariables | antlr.PythonCodeGenerator | [package] |
| decodeLexerRuleName(String id) | antlr.CodeGenerator | [static] |
| DEFAULT_BITSET_TEST_THRESHOLD | antlr.CodeGenerator | [protected, static] |
| DEFAULT_MAKE_SWITCH_THRESHOLD | antlr.CodeGenerator | [protected, static] |
| elementsAreRange(int[] elems) | antlr.CodeGenerator | [static] |
| encodeLexerRuleName(String id) | antlr.CodeGenerator | [static] |
| exceptionThrown | antlr.PythonCodeGenerator | [package] |
| exitIfError() | antlr.PythonCodeGenerator | |
| extractIdOfAction(String s, int line, int column) | antlr.PythonCodeGenerator | [protected] |
| antlr::CodeGenerator.extractIdOfAction(Token t) | antlr.CodeGenerator | [protected] |
| extractTypeOfAction(String s, int line, int column) | antlr.PythonCodeGenerator | [protected] |
| antlr::CodeGenerator.extractTypeOfAction(Token t) | antlr.CodeGenerator | [protected] |
| flushTokens() | antlr.PythonCodeGenerator | [protected] |
| gen() | antlr.PythonCodeGenerator | [virtual] |
| gen(ActionElement action) | antlr.PythonCodeGenerator | [virtual] |
| gen(AlternativeBlock blk) | antlr.PythonCodeGenerator | [virtual] |
| gen(BlockEndElement end) | antlr.PythonCodeGenerator | [virtual] |
| gen(CharLiteralElement atom) | antlr.PythonCodeGenerator | [virtual] |
| gen(CharRangeElement r) | antlr.PythonCodeGenerator | [virtual] |
| gen(LexerGrammar g) | antlr.PythonCodeGenerator | [virtual] |
| gen(OneOrMoreBlock blk) | antlr.PythonCodeGenerator | [virtual] |
| gen(ParserGrammar g) | antlr.PythonCodeGenerator | [virtual] |
| gen(RuleRefElement rr) | antlr.PythonCodeGenerator | [virtual] |
| gen(StringLiteralElement atom) | antlr.PythonCodeGenerator | [virtual] |
| gen(TokenRangeElement r) | antlr.PythonCodeGenerator | [virtual] |
| gen(TokenRefElement atom) | antlr.PythonCodeGenerator | [virtual] |
| gen(TreeElement t) | antlr.PythonCodeGenerator | [virtual] |
| gen(TreeWalkerGrammar g) | antlr.PythonCodeGenerator | [virtual] |
| gen(WildcardElement wc) | antlr.PythonCodeGenerator | [virtual] |
| gen(ZeroOrMoreBlock blk) | antlr.PythonCodeGenerator | [virtual] |
| genAlt(Alternative alt, AlternativeBlock blk) | antlr.PythonCodeGenerator | [protected] |
| genAST | antlr.PythonCodeGenerator | [protected] |
| genASTDeclaration(AlternativeElement el) | antlr.PythonCodeGenerator | [protected] |
| genASTDeclaration(AlternativeElement el, String node_type) | antlr.PythonCodeGenerator | [protected] |
| genASTDeclaration(AlternativeElement el, String var_name, String node_type) | antlr.PythonCodeGenerator | [protected] |
| genBitsets(Vector bitsetList, int maxVocabulary) | antlr.PythonCodeGenerator | [protected] |
| genBlockInitAction(AlternativeBlock blk) | antlr.PythonCodeGenerator | [protected] |
| genBlockPreamble(AlternativeBlock blk) | antlr.PythonCodeGenerator | [protected] |
| genCases(BitSet p) | antlr.PythonCodeGenerator | [protected] |
| genCommonBlock(AlternativeBlock blk, boolean noTestForSingle) | antlr.PythonCodeGenerator | |
| genHeader() | antlr.PythonCodeGenerator | [protected] |
| genHeaderInit(Grammar grammar) | antlr.PythonCodeGenerator | [protected] |
| genHeaderMain(Grammar grammar) | antlr.PythonCodeGenerator | [protected] |
| genJavadocComment(Grammar g) | antlr.PythonCodeGenerator | [protected] |
| genJavadocComment(RuleSymbol g) | antlr.PythonCodeGenerator | [protected] |
| genLexerTest() | antlr.PythonCodeGenerator | [protected] |
| genMatch(BitSet b) | antlr.PythonCodeGenerator | [protected] |
| genMatch(GrammarAtom atom) | antlr.PythonCodeGenerator | [protected] |
| genMatchUsingAtomText(GrammarAtom atom) | antlr.PythonCodeGenerator | [protected] |
| genMatchUsingAtomTokenType(GrammarAtom atom) | antlr.PythonCodeGenerator | [protected] |
| genNextToken() | antlr.PythonCodeGenerator | |
| genRule(RuleSymbol s, boolean startSymbol, int ruleNum) | antlr.PythonCodeGenerator | |
| genSemPred(String pred, int line) | antlr.PythonCodeGenerator | [protected] |
| genSemPredMap() | antlr.PythonCodeGenerator | [protected] |
| genSynPred(SynPredBlock blk, String lookaheadExpr) | antlr.PythonCodeGenerator | [protected] |
| genTokenASTNodeMap() | antlr.PythonCodeGenerator | [protected] |
| genTokenInterchange(TokenManager tm) | antlr.CodeGenerator | [protected] |
| genTokenStrings() | antlr.PythonCodeGenerator | |
| genTokenTypes(TokenManager tm) | antlr.PythonCodeGenerator | [protected] |
| getASTCreateString(Vector v) | antlr.PythonCodeGenerator | [virtual] |
| getASTCreateString(GrammarAtom atom, String astCtorArgs) | antlr.PythonCodeGenerator | [virtual] |
| getASTCreateString(String astCtorArgs) | antlr.PythonCodeGenerator | |
| getBitsetName(int index) | antlr.CodeGenerator | [protected] |
| getFIRSTBitSet(String ruleName, int k) | antlr.CodeGenerator | |
| getFOLLOWBitSet(String ruleName, int k) | antlr.CodeGenerator | |
| getLookaheadTestExpression(Lookahead[] look, int k) | antlr.PythonCodeGenerator | [protected] |
| getLookaheadTestExpression(Alternative alt, int maxDepth) | antlr.PythonCodeGenerator | [protected] |
| getLookaheadTestTerm(int k, BitSet p) | antlr.PythonCodeGenerator | [protected] |
| getRangeExpression(int k, int[] elems) | antlr.PythonCodeGenerator | |
| grammar | antlr.CodeGenerator | [protected] |
| initHeaderAction | antlr.PythonCodeGenerator | [static] |
| isEmpty(String s) | antlr.PythonCodeGenerator | [package, static] |
| isspace(char c) | antlr.PythonCodeGenerator | [protected] |
| labeledElementASTType | antlr.PythonCodeGenerator | [package] |
| labeledElementInit | antlr.PythonCodeGenerator | [package] |
| labeledElementType | antlr.PythonCodeGenerator | [package] |
| lexerClassName | antlr.PythonCodeGenerator | [package] |
| lookaheadIsEmpty(Alternative alt, int maxDepth) | antlr.PythonCodeGenerator | [protected] |
| lt1Value | antlr.PythonCodeGenerator | [package] |
| mainHeaderAction | antlr.PythonCodeGenerator | [static] |
| makeSwitchThreshold | antlr.CodeGenerator | [protected] |
| mapTreeId(String idParam, ActionTransInfo transInfo) | antlr.PythonCodeGenerator | [virtual] |
| markBitsetForGen(BitSet p) | antlr.CodeGenerator | [protected] |
| NONUNIQUE | antlr.PythonCodeGenerator | [protected, static] |
| od(String s, int i, int end, String msg) | antlr.PythonCodeGenerator | [protected] |
| parserClassName | antlr.PythonCodeGenerator | [package] |
| print(String s) | antlr.CodeGenerator | [protected] |
| printAction(String s) | antlr.PythonCodeGenerator | [protected] |
| printActionCode(String actionStr, int line) | antlr.PythonCodeGenerator | [protected] |
| printGrammarAction(Grammar grammar) | antlr.PythonCodeGenerator | [protected] |
| println(String s) | antlr.CodeGenerator | [protected] |
| printMainFunc(String s) | antlr.PythonCodeGenerator | [protected] |
| printTabs() | antlr.PythonCodeGenerator | [protected] |
| processActionCode(String actionStr, int line) | antlr.PythonCodeGenerator | [protected] |
| processActionForSpecialSymbols(String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo) | antlr.PythonCodeGenerator | [protected, virtual] |
| processStringForASTConstructor(String str) | antlr.CodeGenerator | |
| PythonCodeGenerator() | antlr.PythonCodeGenerator | |
| removeAssignmentFromDeclaration(String d) | antlr.CodeGenerator | [protected] |
| reverseLexerRuleName(String id) | antlr.CodeGenerator | [static] |
| saveText | antlr.PythonCodeGenerator | [protected] |
| setAnalyzer(LLkGrammarAnalyzer analyzer_) | antlr.CodeGenerator | |
| setBehavior(DefineGrammarSymbols behavior_) | antlr.CodeGenerator | |
| setGrammar(Grammar g) | antlr.CodeGenerator | [protected] |
| setTool(Tool tool) | antlr.CodeGenerator | |
| setupOutput(String className) | antlr.PythonCodeGenerator | |
| syntacticPredLevel | antlr.PythonCodeGenerator | [protected] |
| tabs | antlr.CodeGenerator | [protected] |
| throwNoViable | antlr.PythonCodeGenerator | [package] |
| TokenTypesFileExt | antlr.CodeGenerator | [static] |
| TokenTypesFileSuffix | antlr.CodeGenerator | [static] |
| toString(boolean v) | antlr.PythonCodeGenerator | [package] |
| treeVariableMap | antlr.PythonCodeGenerator | [package] |
| treeWalkerClassName | antlr.PythonCodeGenerator | [package] |