Alphabetical Index: D

_ A B C D E F G H I J K L M N O P Q R S T U V W X Z

D

data - field in class antlr.collections.impl.LLCell
data - field in class antlr.collections.impl.Vector
datestamp - static field in class antlr.Version
DEBUG_ANALYZER - field in class antlr.LLkAnalyzer
DEBUG_CODE_GENERATOR - field in class antlr.CodeGenerator
Use option "codeGenDebug" to generate debugging output
debuggingOutput - field in class antlr.Grammar
DebuggingParser - interface antlr.debug.DebuggingParser
This type was created in VisualAge.
declaredASTVariables - field in class antlr.CppCodeGenerator
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
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
decode(String) - static method in class antlr.BaseAST
decodeLexerRuleName(String) - static method in class antlr.CodeGenerator
dedent() - method in class antlr.debug.Tracer
DEFAULT_BITSET_TEST_THRESHOLD - static field in class antlr.CodeGenerator
DEFAULT_MAKE_SWITCH_THRESHOLD - static field in class antlr.CodeGenerator
Default values for code-generation thresholds
DEFAULT_PROGRAM_NAME - static field in class antlr.TokenStreamRewriteEngine
DEFAULT_TOKENMANAGER_NAME - static field in class antlr.DefineGrammarSymbols
defaultErrorHandler - field in class antlr.Grammar
defaultErrorHandler - field in class antlr.RuleBlock
define(antlr.RuleSymbol) - method in class antlr.Grammar
Define a rule
define a token.
define a token
define(antlr.TokenSymbol) - method in class antlr.TokenManager
define a token symbol
define a token.
defined - field in class antlr.RuleSymbol
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 {...}.
degree() - method in class antlr.collections.impl.BitSet
delete(int) - method in class antlr.TokenStreamRewriteEngine
deleteHead() - method in class antlr.collections.impl.LList
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.
DIGIT - static field in class antlr.actions.cpp.ActionLexerTokenTypes
DIGIT - static field in class antlr.actions.csharp.ActionLexerTokenTypes
DIGIT - static field in class antlr.actions.java.ActionLexerTokenTypes
DIGIT - static field in class antlr.actions.python.ActionLexerTokenTypes
DIGIT - static field in class antlr.ANTLRTokdefParserTokenTypes
DIGIT - static field in class antlr.ANTLRTokenTypes
DIGIT - static field in class antlr.preprocessor.PreprocessorTokenTypes
discard(int) - method in class antlr.TokenStreamBasicFilter
discard(int) - method in class antlr.TokenStreamRewriteEngine
discardMask - field in class antlr.TokenStreamBasicFilter
The set of token types to discard
discardMask - field in class antlr.TokenStreamRewriteEngine
Which (whitespace) token(s) to throw out
doAutoGen - field in class antlr.AlternativeBlock
DOC_COMMENT - static field in class antlr.ANTLRTokenTypes
Generate P.sgml, a cross-linked representation of P with or without actions
DocBookCodeGenerator() - constructor for class antlr.DocBookCodeGenerator
Create a Diagnostic code-generator using the given Grammar The caller must still call setTool, setBehavior, and setAnalyzer before generating code.
doEverything(String[]) - method in class antlr.Tool
Process args and have ANTLR do it's stuff without calling System.exit.
doEverythingWrapper(String[]) - method in class antlr.Tool
Perform processing on the grammar file.
doingLexRules - field in class antlr.DiagnosticCodeGenerator
true during lexer generation, false during parser generation
doingLexRules - field in class antlr.DocBookCodeGenerator
true during lexer generation, false during parser generation
doingLexRules - field in class antlr.HTMLCodeGenerator
true during lexer generation, false during parser generation
DONE_PARSING - static field in class antlr.debug.ParserEventSupport
DONE_PARSING - static field in class antlr.debug.TraceEvent
doneParsing method comment.
down - field in class antlr.BaseAST
Simple class to dump the contents of an AST to the output
dup(antlr.collections.AST) - method in class antlr.ASTFactory
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.