Alphabetical Index: T

_ 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

T

tab() - method in class antlr.CharScanner
advance the current column number by an appropriate amount according to tab size.
tabs - field in class antlr.CodeGenerator
Current tab indentation for code output
tabsize - field in class antlr.CharScanner
Tab chars are handled by tab() according to this value; override method to do anything weird with tabs.
tail - field in class antlr.Alternative
tail - field in class antlr.collections.impl.LList
target_file - field in class antlr.PreservingFileWriter
targetRule - field in class antlr.RuleRefElement
terminal(antlr.Token) - method in class antlr.ANTLRParser
testLiterals - field in class antlr.LexerGrammar
testLiterals - field in class antlr.RuleBlock
testLiteralsTable(int) - method in class antlr.CharScanner
Test the text passed in against the literals table Override this method to perform a different literals test This is used primarily when you want to test a portion of a token.
text - field in class antlr.CharScanner
text - field in class antlr.CommonAST
text - field in class antlr.CommonToken
TEXT_ARG - static field in class antlr.actions.cpp.ActionLexerTokenTypes
TEXT_ARG - static field in class antlr.actions.csharp.ActionLexerTokenTypes
TEXT_ARG - static field in class antlr.actions.java.ActionLexerTokenTypes
TEXT_ARG_ELEMENT - static field in class antlr.actions.cpp.ActionLexerTokenTypes
TEXT_ARG_ELEMENT - static field in class antlr.actions.csharp.ActionLexerTokenTypes
TEXT_ARG_ELEMENT - static field in class antlr.actions.java.ActionLexerTokenTypes
TEXT_ARG_ID_ELEMENT - static field in class antlr.actions.cpp.ActionLexerTokenTypes
TEXT_ARG_ID_ELEMENT - static field in class antlr.actions.csharp.ActionLexerTokenTypes
TEXT_ARG_ID_ELEMENT - static field in class antlr.actions.java.ActionLexerTokenTypes
TEXT_ITEM - static field in class antlr.actions.cpp.ActionLexerTokenTypes
TEXT_ITEM - static field in class antlr.actions.csharp.ActionLexerTokenTypes
TEXT_ITEM - static field in class antlr.actions.java.ActionLexerTokenTypes
theASTNodeType - field in class antlr.ASTFactory
Name of AST class to create during tree construction.
theASTNodeTypeClass - field in class antlr.ASTFactory
theHierarchy - field in class antlr.preprocessor.Tool
theLLkAnalyzer - field in class antlr.Grammar
throwNoViable - field in class antlr.CppCodeGenerator
throwNoViable - field in class antlr.CSharpCodeGenerator
throwNoViable - field in class antlr.JavaCodeGenerator
throwsSpec - field in class antlr.preprocessor.Rule
throwsSpec - field in class antlr.RuleBlock
throwsSpec() - method in class antlr.ANTLRParser
throwsSpec() - method in class antlr.preprocessor.Preprocessor
tmp_file - field in class antlr.PreservingFileWriter
toArray() - method in class antlr.collections.impl.BitSet
Token - class antlr.Token
A token is minimally a token type.
TOKEN - static field in class antlr.MismatchedTokenException
token - field in class antlr.NoViableAltException
TOKEN - static field in class antlr.debug.ParserMatchEvent
token - field in class antlr.ParseTreeToken
Token() - constructor for class antlr.Token
Token(int) - constructor for class antlr.Token
Token(int,String) - constructor for class antlr.Token
TOKEN_REF - static field in class antlr.ANTLRTokenTypes
TokenBuffer - class antlr.TokenBuffer
A Stream of Token objects fed to the parser from a Tokenizer that can be rewound via mark()/rewind() methods.
TokenBuffer(antlr.TokenStream) - constructor for class antlr.TokenBuffer
Create a token buffer
Is a token symbol defined?
tokenDefined(String) - method in class antlr.TokenManager
Is a token symbol defined?
TokenManager - interface antlr.TokenManager
Interface that describes the set of defined tokens
tokenManager - field in class antlr.Grammar
The token manager associated with the grammar, if any.
tokenManagers - field in class antlr.DefineGrammarSymbols
tokenNames - field in class antlr.MismatchedTokenException
tokenNames - field in class antlr.Parser
Table of token type to token names
tokenNames - field in class antlr.TreeParser
Table of token type to token names
tokenObjectClass - field in class antlr.CharScanner
TokenQueue - class antlr.TokenQueue
A private circular buffer object used by the token buffer
TokenQueue(int) - constructor for class antlr.TokenQueue
TOKENS - static field in class antlr.ANTLRTokenTypes
tokens - field in class antlr.TokenStreamRewriteEngine
Track the incoming list of tokens
TOKENS_SPEC - static field in class antlr.preprocessor.PreprocessorTokenTypes
tokenSection - field in class antlr.preprocessor.Grammar
tokensSpec() - method in class antlr.ANTLRParser
tokenStartLine - field in class antlr.LexerSharedInputState
TokenStream - interface antlr.TokenStream
This object is a TokenStream that passes through all tokens except for those that you tell it to discard.
Anything that goes wrong while generating a stream of tokens.
TokenStreamException() - constructor for class antlr.TokenStreamException
This object filters a token stream coming from a lexer or another TokenStream so that only certain token channels get transmitted to the parser.
Wraps an IOException in a TokenStreamException
TokenStreamIOException constructor comment.
Wraps a RecognitionException in a TokenStreamException so you can pass it along.
Aborted recognition of current token.
This token stream tracks the *entire* token stream coming from a lexer, but does not pass on the whitespace (or whatever else you want to discard) to the parser.
A token stream MUX (multiplexor) knows about n token streams and can multiplex them onto the same channel for use by token stream consumer like a parser.
TokenStreamSelector() - constructor for class antlr.TokenStreamSelector
TokenSymbol - class antlr.TokenSymbol
TokenSymbol(String) - constructor for class antlr.TokenSymbol
tokenText - field in class antlr.MismatchedTokenException
tokenType - field in class antlr.GrammarAtom
tokenTypeForCharLiteral(String) - static method in class antlr.ANTLRLexer
TokenTypesFileExt - static field in class antlr.CodeGenerator
TokenTypesFileSuffix - static field in class antlr.CodeGenerator
tokenTypeToASTClassMap - field in class antlr.ASTFactory
How to specify the classname to create for a particular token type.
tokenTypeToASTClassMap - field in class antlr.Parser
Constructed if any AST types specified in tokens{..}.
This token knows what index 0..n-1 it is from beginning of stream.
TokenWithIndex() - constructor for class antlr.TokenWithIndex
TokenWithIndex(int,String) - constructor for class antlr.TokenWithIndex
toLower(char) - method in class antlr.CharScanner
Tool - class antlr.Tool
Tool - class antlr.build.Tool
An application-specific build tool for ANTLR.
Tool - class antlr.preprocessor.Tool
Tester for the preprocessor
tool - field in class antlr.DefineGrammarSymbols
tool - field in class antlr.preprocessor.GrammarFile
tool - field in class antlr.LLkAnalyzer
tool - field in class antlr.build.StreamScarfer
Tool() - constructor for class antlr.Tool
Construct a new Tool.
Tool() - constructor for class antlr.build.Tool
Tool(antlr.Tool,String[]) - constructor for class antlr.preprocessor.Tool
toolError(String) - method in class antlr.Tool
Issue an error; used for general tool errors not for grammar stuff
top() - method in class antlr.collections.impl.LList
top() - method in class antlr.collections.Stack
toPackedArray() - method in class antlr.collections.impl.BitSet
toString() - method in class antlr.ActionElement
toString() - method in class antlr.ActionTransInfo
toString() - method in class antlr.AlternativeBlock
toString() - method in class antlr.ANTLRStringBuffer
toString() - method in class antlr.collections.AST
toString() - method in class antlr.ASTNULLType
toString() - method in class antlr.ASTPair
toString() - method in class antlr.BaseAST
toString() - method in class antlr.collections.impl.BitSet
toString() - method in class antlr.BlockEndElement
toString() - method in class antlr.CharRangeElement
toString() - method in class antlr.CommonToken
toString() - method in class antlr.Grammar
Print out the grammar without actions
toString() - method in class antlr.preprocessor.Grammar
toString() - method in class antlr.GrammarAtom
toString() - method in class antlr.GrammarElement
toString() - method in class antlr.preprocessor.GrammarFile
toString() - method in class antlr.debug.InputBufferEvent
toString() - method in class antlr.collections.impl.IntRange
toString() - method in class antlr.Lookahead
toString() - method in class antlr.debug.MessageEvent
toString() - method in class antlr.debug.NewLineEvent
toString() - method in class antlr.OneOrMoreBlock
toString() - method in class antlr.preprocessor.Option
toString() - method in class antlr.debug.ParserMatchEvent
toString() - method in class antlr.debug.ParserTokenEvent
toString() - method in class antlr.ParseTreeRule
toString() - method in class antlr.ParseTreeToken
toString() - method in class antlr.RecognitionException
toString() - method in class antlr.preprocessor.Rule
toString() - method in class antlr.RuleBlock
toString() - method in class antlr.RuleEndElement
toString() - method in class antlr.RuleRefElement
toString() - method in class antlr.debug.SemanticPredicateEvent
toString() - method in class antlr.SynPredBlock
toString() - method in class antlr.debug.SyntacticPredicateEvent
toString() - method in class antlr.Token
toString() - method in class antlr.TokenRangeElement
toString() - method in class antlr.TokenStreamRewriteEngine
toString() - method in class antlr.TokenWithIndex
toString() - method in class antlr.debug.TraceEvent
toString() - method in class antlr.TreeElement
toString() - method in class antlr.WildcardElement
toString() - method in class antlr.ZeroOrMoreBlock
toString(String) - method in class antlr.collections.impl.BitSet
Transform a bit set into a string by formatting each element as an integer
toString(String,antlr.CharFormatter) - method in class antlr.collections.impl.BitSet
Transform a bit set into a string of characters.
toString(String,antlr.collections.impl.Vector) - method in class antlr.collections.impl.BitSet
Create a string representation where instead of integer elements, the ith element of vocabulary is displayed instead.
toStringList() - method in class antlr.collections.AST
toStringList() - method in class antlr.ASTNULLType
toStringList() - method in class antlr.BaseAST
Print out a child-sibling tree in LISP notation
toStringOfHalfWords() - method in class antlr.collections.impl.BitSet
Dump a comma-separated list of the words making up the bit set.
toStringOfWords() - method in class antlr.collections.impl.BitSet
Dump a comma-separated list of the words making up the bit set.
toStringTree() - method in class antlr.collections.AST
toStringTree() - method in class antlr.ASTNULLType
toStringTree() - method in class antlr.BaseAST
toStringWithRanges(String,antlr.CharFormatter) - method in class antlr.collections.impl.BitSet
Print out the bit set but collapse char ranges.
TraceAdapter - class antlr.debug.TraceAdapter
traceDepth - field in class antlr.CharScanner
Used to keep track of indentdepth for traceIn/Out
traceDepth - field in class antlr.Parser
Used to keep track of indentdepth for traceIn/Out
traceDepth - field in class antlr.TreeParser
Used to keep track of indentdepth for traceIn/Out
TraceEvent - class antlr.debug.TraceEvent
TraceEvent(Object) - constructor for class antlr.debug.TraceEvent
TraceEvent(Object,int,int,int,int) - constructor for class antlr.debug.TraceEvent
traceIn(String) - method in class antlr.CharScanner
traceIn(String) - method in class antlr.LLkParser
traceIn(String) - method in class antlr.Parser
traceIn(String) - method in class antlr.debug.ParseTreeDebugParser
Create a rule node, add to current tree, and make it current root
traceIndent() - method in class antlr.CharScanner
traceIndent() - method in class antlr.Parser
traceIndent() - method in class antlr.TreeParser
TraceListener - interface antlr.debug.TraceListener
traceOut(String) - method in class antlr.CharScanner
traceOut(String) - method in class antlr.LLkParser
traceOut(String) - method in class antlr.Parser
traceOut(String) - method in class antlr.debug.ParseTreeDebugParser
Pop current root; back to adding to old root
Tracer - class antlr.debug.Tracer
traceRules - field in class antlr.Grammar
transform - field in class antlr.TreeWalkerGrammar
transInfo - field in class antlr.actions.cpp.ActionLexer
transInfo - field in class antlr.actions.csharp.ActionLexer
transInfo - field in class antlr.actions.java.ActionLexer
TREE - static field in class antlr.actions.cpp.ActionLexerTokenTypes
TREE - static field in class antlr.actions.csharp.ActionLexerTokenTypes
TREE - static field in class antlr.actions.java.ActionLexerTokenTypes
tree - field in class antlr.debug.misc.JTreeASTPanel
tree() - method in class antlr.ANTLRParser
TREE_BEGIN - static field in class antlr.ANTLRTokenTypes
TREE_ELEMENT - static field in class antlr.actions.cpp.ActionLexerTokenTypes
TREE_ELEMENT - static field in class antlr.actions.csharp.ActionLexerTokenTypes
TREE_ELEMENT - static field in class antlr.actions.java.ActionLexerTokenTypes
The context needed to add root,child elements to a Tree.
TreeElement - class antlr.TreeElement
A TreeElement is a block with one alternative and a root node
TreeParser - class antlr.TreeParser
TreeParser() - constructor for class antlr.TreeParser
treeParserOptionsSpec() - method in class antlr.ANTLRParser
TreeParserRoot - field in class antlr.preprocessor.Hierarchy
This object contains the data associated with an input AST.
treeParserSpec(String) - method in class antlr.ANTLRParser
treeSpecifier - field in class antlr.Alternative
treeVariableMap - field in class antlr.CppCodeGenerator
treeVariableMap - field in class antlr.CSharpCodeGenerator
Mapping between the ids used in the current alt, and the names of variables used to represent their AST values.
treeVariableMap - field in class antlr.JavaCodeGenerator
Mapping between the ids used in the current alt, and the names of variables used to represent their AST values.
Parser-specific grammar subclass
ttype - field in class antlr.CommonAST
ttype - field in class antlr.TokenSymbol
type - field in class antlr.preprocessor.Grammar
type - field in class antlr.build.StreamScarfer
type - field in class antlr.Token