data - field in class antlr.collections.impl.
LLCell data - field in class antlr.collections.impl.
Vector Use option "codeGenDebug" to generate debugging output
This type was created in VisualAge.
Used to keep track of which AST variables have been defined in a rule
(except for the #rule_name and #rule_name_in var's
Used to keep track of which AST variables have been defined in a rule
(except for the #rule_name and #rule_name_in var's
Used to keep track of which AST variables have been defined in a rule
(except for the #rule_name and #rule_name_in var's
Default values for code-generation thresholds
DefineGrammarSymbols is a behavior for the ANTLRParser that adds all
the token and rule symbols to the grammar symbol table.
Define a lexer or parser rule
Define a lexer or parser rule
Define a token from tokens {...}.
Delete the object at the head of the list.
Reset the program so that no instructions exist
Is this block of alternatives LL(k)? Fill in alternative cache for this block.
Is (...)+ block LL(1)? Fill in alternative cache for this block.
Is (...)* block LL(1)? Fill in alternative cache for this block.
Is this (...)* or (...)+ block LL(k)?
Generate MyParser.txt, MyLexer.txt and MyParserTokenTypes.txt
Create a Diagnostic code-generator using the given Grammar
The caller must still call setTool, setBehavior, and setAnalyzer
before generating code.
The set of token types to discard
Which (whitespace) token(s) to throw out
Generate P.sgml, a cross-linked representation of P with or without actions
Create a Diagnostic code-generator using the given Grammar
The caller must still call setTool, setBehavior, and setAnalyzer
before generating code.
Process args and have ANTLR do it's stuff without calling System.exit.
Perform processing on the grammar file.
true during lexer generation, false during parser generation
true during lexer generation, false during parser generation
true during lexer generation, false during parser generation
doneParsing method comment.
Simple class to dump the contents of an AST to the output
Copy a single node with same Java AST objec type.
Duplicate tree including siblings of root.
Duplicate a tree, assuming this is a root node of a tree--
duplicate that node and what's below; ignore siblings of root node.