Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
T
- tab() - Method in class antlr.CharScanner
-
advance the current column number by an appropriate amount according to tab size.
- tabs - Variable in class antlr.CodeGenerator
-
Current tab indentation for code output
- tabsize - Variable in class antlr.CharScanner
-
Tab chars are handled by tab() according to this value; override method to do anything weird with tabs.
- tail - Variable in class antlr.Alternative
- tail - Variable in class antlr.collections.impl.LList
- target_file - Variable in class antlr.PreservingFileWriter
- targetRule - Variable in class antlr.RuleRefElement
- terminal(Token) - Method in class antlr.ANTLRParser
- testLiterals - Variable in class antlr.LexerGrammar
- testLiterals - Variable in class antlr.RuleBlock
- testLiteralsTable(int) - Method in class antlr.CharScanner
- testLiteralsTable(String, 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 - Variable in class antlr.CharScanner
- text - Variable in class antlr.CommonAST
- text - Variable in class antlr.CommonToken
- text - Variable in class antlr.TokenStreamRewriteEngine.RewriteOperation
- TEXT_ARG - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
- TEXT_ARG - Static variable in interface antlr.actions.csharp.ActionLexerTokenTypes
- TEXT_ARG - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
- TEXT_ARG - Static variable in interface antlr.actions.python.ActionLexerTokenTypes
- TEXT_ARG_ELEMENT - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
- TEXT_ARG_ELEMENT - Static variable in interface antlr.actions.csharp.ActionLexerTokenTypes
- TEXT_ARG_ELEMENT - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
- TEXT_ARG_ELEMENT - Static variable in interface antlr.actions.python.ActionLexerTokenTypes
- TEXT_ARG_ID_ELEMENT - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
- TEXT_ARG_ID_ELEMENT - Static variable in interface antlr.actions.csharp.ActionLexerTokenTypes
- TEXT_ARG_ID_ELEMENT - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
- TEXT_ARG_ID_ELEMENT - Static variable in interface antlr.actions.python.ActionLexerTokenTypes
- TEXT_ITEM - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
- TEXT_ITEM - Static variable in interface antlr.actions.csharp.ActionLexerTokenTypes
- TEXT_ITEM - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
- TEXT_ITEM - Static variable in interface antlr.actions.python.ActionLexerTokenTypes
- theASTNodeType - Variable in class antlr.ASTFactory
-
Name of AST class to create during tree construction.
- theASTNodeTypeClass - Variable in class antlr.ASTFactory
- theHierarchy - Variable in class antlr.preprocessor.Tool
- theLLkAnalyzer - Variable in class antlr.Grammar
- thePreambleAction - Variable in class antlr.DefineGrammarSymbols
- throwNoViable - Variable in class antlr.CppCodeGenerator
- throwNoViable - Variable in class antlr.CSharpCodeGenerator
- throwNoViable - Variable in class antlr.JavaCodeGenerator
- throwNoViable - Variable in class antlr.PythonCodeGenerator
- throwsSpec - Variable in class antlr.preprocessor.Rule
- throwsSpec - Variable in class antlr.RuleBlock
- throwsSpec() - Method in class antlr.ANTLRParser
- throwsSpec() - Method in class antlr.preprocessor.Preprocessor
- tmp_file - Variable in class antlr.PreservingFileWriter
- toArray() - Method in class antlr.collections.impl.BitSet
- toDebugString() - Method in class antlr.TokenStreamRewriteEngine
- toDebugString(int, int) - Method in class antlr.TokenStreamRewriteEngine
- token - Variable in exception class antlr.MismatchedTokenException
- token - Variable in exception class antlr.NoViableAltException
- token - Variable in class antlr.ParseTreeToken
- Token - Class in antlr
-
A token is minimally a token type.
- Token() - Constructor for class antlr.Token
- Token(int) - Constructor for class antlr.Token
- Token(int, String) - Constructor for class antlr.Token
- TOKEN - Static variable in class antlr.debug.ParserMatchEvent
- TOKEN - Static variable in exception class antlr.MismatchedTokenException
- TOKEN_REF - Static variable in interface antlr.ANTLRTokenTypes
- TokenBuffer - Class in antlr
- TokenBuffer(TokenStream) - Constructor for class antlr.TokenBuffer
-
Create a token buffer
- tokenDefined(String) - Method in class antlr.SimpleTokenManager
-
Is a token symbol defined?
- tokenDefined(String) - Method in interface antlr.TokenManager
-
Is a token symbol defined?
- tokenManager - Variable in class antlr.Grammar
-
The token manager associated with the grammar, if any.
- TokenManager - Interface in antlr
-
Interface that describes the set of defined tokens
- tokenManagers - Variable in class antlr.DefineGrammarSymbols
- tokenNames - Variable in exception class antlr.MismatchedTokenException
- tokenNames - Variable in class antlr.Parser
-
Table of token type to token names
- tokenNames - Variable in class antlr.TreeParser
-
Table of token type to token names
- tokenObjectClass - Variable in class antlr.CharScanner
- TokenOffsetInfo - Class in antlr.ASdebug
-
Provides offset info for a token.
All offsets are 0-based. - TokenOffsetInfo(int, int) - Constructor for class antlr.ASdebug.TokenOffsetInfo
- TokenQueue - Class in antlr
-
A private circular buffer object used by the token buffer
- TokenQueue(int) - Constructor for class antlr.TokenQueue
- TokenRangeElement - Class in antlr
- TokenRangeElement(Grammar, Token, Token, int) - Constructor for class antlr.TokenRangeElement
- TokenRefElement - Class in antlr
- TokenRefElement(Grammar, Token, boolean, int) - Constructor for class antlr.TokenRefElement
- tokens - Variable in class antlr.TokenStreamRewriteEngine
-
Track the incoming list of tokens
- TOKENS - Static variable in interface antlr.ANTLRTokenTypes
- TOKENS_SPEC - Static variable in interface antlr.preprocessor.PreprocessorTokenTypes
- tokenSection - Variable in class antlr.preprocessor.Grammar
- tokensSpec() - Method in class antlr.ANTLRParser
- tokensSpecOptions(Token) - Method in class antlr.ANTLRParser
- tokenStartColumn - Variable in class antlr.LexerSharedInputState
- tokenStartLine - Variable in class antlr.LexerSharedInputState
- TokenStream - Interface in antlr
- TokenStreamBasicFilter - Class in antlr
-
This object is a TokenStream that passes through all tokens except for those that you tell it to discard.
- TokenStreamBasicFilter(TokenStream) - Constructor for class antlr.TokenStreamBasicFilter
- TokenStreamException - Exception Class in antlr
-
Anything that goes wrong while generating a stream of tokens.
- TokenStreamException() - Constructor for exception class antlr.TokenStreamException
- TokenStreamException(String) - Constructor for exception class antlr.TokenStreamException
- TokenStreamException(String, Throwable) - Constructor for exception class antlr.TokenStreamException
- TokenStreamException(Throwable) - Constructor for exception class antlr.TokenStreamException
- TokenStreamHiddenTokenFilter - Class in antlr
-
This object filters a token stream coming from a lexer or another TokenStream so that only certain token channels get transmitted to the parser.
- TokenStreamHiddenTokenFilter(TokenStream) - Constructor for class antlr.TokenStreamHiddenTokenFilter
- TokenStreamIOException - Exception Class in antlr
-
Wraps an IOException in a TokenStreamException
- TokenStreamIOException(IOException) - Constructor for exception class antlr.TokenStreamIOException
-
TokenStreamIOException constructor comment.
- TokenStreamRecognitionException - Exception Class in antlr
-
Wraps a RecognitionException in a TokenStreamException so you can pass it along.
- TokenStreamRecognitionException(RecognitionException) - Constructor for exception class antlr.TokenStreamRecognitionException
- TokenStreamRetryException - Exception Class in antlr
-
Aborted recognition of current token.
- TokenStreamRetryException() - Constructor for exception class antlr.TokenStreamRetryException
- TokenStreamRewriteEngine - Class in antlr
-
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.
- TokenStreamRewriteEngine(TokenStream) - Constructor for class antlr.TokenStreamRewriteEngine
- TokenStreamRewriteEngine(TokenStream, int) - Constructor for class antlr.TokenStreamRewriteEngine
- TokenStreamRewriteEngine.DeleteOp - Class in antlr
- TokenStreamRewriteEngine.InsertBeforeOp - Class in antlr
- TokenStreamRewriteEngine.ReplaceOp - Class in antlr
-
I'm going to try replacing range from x..y with (y-x)+1 ReplaceOp instructions.
- TokenStreamRewriteEngine.RewriteOperation - Class in antlr
- TokenStreamSelector - Class in antlr
-
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 in antlr
- TokenSymbol(String) - Constructor for class antlr.TokenSymbol
- tokenText - Variable in exception class antlr.MismatchedTokenException
- tokenType - Variable in class antlr.GrammarAtom
- tokenTypeForCharLiteral(String) - Static method in class antlr.ANTLRLexer
- TokenTypesFileExt - Static variable in class antlr.CodeGenerator
- TokenTypesFileSuffix - Static variable in class antlr.CodeGenerator
- tokenTypeToASTClassMap - Variable in class antlr.ASTFactory
-
How to specify the classname to create for a particular token type.
- tokenTypeToASTClassMap - Variable in class antlr.Parser
-
Constructed if any AST types specified in tokens{..}.
- TokenWithIndex - Class in antlr
-
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 - Variable in class antlr.build.StreamScarfer
- tool - Variable in class antlr.DefineGrammarSymbols
- tool - Variable in class antlr.LLkAnalyzer
- tool - Variable in class antlr.preprocessor.GrammarFile
- Tool - Class in antlr.build
-
An application-specific build tool for ANTLR.
- Tool - Class in antlr.preprocessor
-
Tester for the preprocessor
- Tool - Class in antlr
- Tool() - Constructor for class antlr.build.Tool
- Tool() - Constructor for class antlr.Tool
-
Construct a new Tool.
- Tool(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
- ToolErrorHandler - Interface in antlr
- toOriginalString() - Method in class antlr.TokenStreamRewriteEngine
- toOriginalString(int, int) - Method in class antlr.TokenStreamRewriteEngine
- top() - Method in class antlr.collections.impl.LList
- top() - Method in interface 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.ASTNULLType
- toString() - Method in class antlr.ASTPair
- toString() - Method in class antlr.BaseAST
- toString() - Method in class antlr.BlockEndElement
- toString() - Method in class antlr.CharRangeElement
- toString() - Method in interface antlr.collections.AST
- toString() - Method in class antlr.collections.impl.BitSet
- toString() - Method in class antlr.collections.impl.IntRange
- toString() - Method in class antlr.CommonToken
- toString() - Method in class antlr.debug.InputBufferEvent
- toString() - Method in class antlr.debug.MessageEvent
- toString() - Method in class antlr.debug.NewLineEvent
- toString() - Method in class antlr.debug.ParserMatchEvent
- toString() - Method in class antlr.debug.ParserTokenEvent
- toString() - Method in class antlr.debug.SemanticPredicateEvent
- toString() - Method in class antlr.debug.SyntacticPredicateEvent
- toString() - Method in class antlr.debug.TraceEvent
- toString() - Method in class antlr.Grammar
-
Print out the grammar without actions
- toString() - Method in class antlr.GrammarAtom
- toString() - Method in class antlr.GrammarElement
- toString() - Method in class antlr.Lookahead
- toString() - Method in class antlr.OneOrMoreBlock
- toString() - Method in class antlr.ParseTreeRule
- toString() - Method in class antlr.ParseTreeToken
- toString() - Method in class antlr.preprocessor.Grammar
- toString() - Method in class antlr.preprocessor.GrammarFile
- toString() - Method in class antlr.preprocessor.Option
- toString() - Method in class antlr.preprocessor.Rule
- toString() - Method in exception class antlr.RecognitionException
- toString() - Method in class antlr.RuleBlock
- toString() - Method in class antlr.RuleEndElement
- toString() - Method in class antlr.RuleRefElement
- toString() - Method in class antlr.SynPredBlock
- toString() - Method in class antlr.Token
- toString() - Method in class antlr.TokenRangeElement
- toString() - Method in exception class antlr.TokenStreamRecognitionException
- toString() - Method in class antlr.TokenStreamRewriteEngine.RewriteOperation
- toString() - Method in class antlr.TokenStreamRewriteEngine
- toString() - Method in class antlr.TokenWithIndex
- toString() - Method in class antlr.TreeElement
- toString() - Method in class antlr.WildcardElement
- toString() - Method in class antlr.ZeroOrMoreBlock
- toString(boolean) - Method in class antlr.PythonCodeGenerator
- toString(int, int) - Method in class antlr.TokenStreamRewriteEngine
- 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) - Method in class antlr.TokenStreamRewriteEngine
- toString(String, int, int) - Method in class antlr.TokenStreamRewriteEngine
- toString(String, CharFormatter) - Method in class antlr.collections.impl.BitSet
-
Transform a bit set into a string of characters.
- toString(String, CharFormatter) - Method in class antlr.Lookahead
- toString(String, CharFormatter, Grammar) - Method in class antlr.Lookahead
- toString(String, 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.
- toString(String, Vector) - Method in class antlr.Lookahead
- toStringList() - Method in class antlr.ASTNULLType
- toStringList() - Method in class antlr.BaseAST
-
Print out a child-sibling tree in LISP notation
- toStringList() - Method in interface antlr.collections.AST
- 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.ASTNULLType
- toStringTree() - Method in class antlr.BaseAST
- toStringTree() - Method in interface antlr.collections.AST
- toStringWithRanges(String, CharFormatter) - Method in class antlr.collections.impl.BitSet
-
Print out the bit set but collapse char ranges.
- TraceAdapter - Class in antlr.debug
- TraceAdapter() - Constructor for class antlr.debug.TraceAdapter
- traceDepth - Variable in class antlr.CharScanner
-
Used to keep track of indentdepth for traceIn/Out
- traceDepth - Variable in class antlr.Parser
-
Used to keep track of indentdepth for traceIn/Out
- traceDepth - Variable in class antlr.TreeParser
-
Used to keep track of indentdepth for traceIn/Out
- TraceEvent - Class in antlr.debug
- 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.debug.ParseTreeDebugParser
-
Create a rule node, add to current tree, and make it current root
- traceIn(String) - Method in class antlr.LLkParser
- traceIn(String) - Method in class antlr.Parser
- traceIn(String, AST) - Method in class antlr.TreeParser
- traceIndent() - Method in class antlr.CharScanner
- traceIndent() - Method in class antlr.Parser
- traceIndent() - Method in class antlr.TreeParser
- TraceListener - Interface in antlr.debug
- traceOut(String) - Method in class antlr.CharScanner
- traceOut(String) - Method in class antlr.debug.ParseTreeDebugParser
-
Pop current root; back to adding to old root
- traceOut(String) - Method in class antlr.LLkParser
- traceOut(String) - Method in class antlr.Parser
- traceOut(String, AST) - Method in class antlr.TreeParser
- Tracer - Class in antlr.debug
- Tracer() - Constructor for class antlr.debug.Tracer
- traceRules - Variable in class antlr.Grammar
- transform - Variable in class antlr.TreeWalkerGrammar
- transInfo - Variable in class antlr.actions.cpp.ActionLexer
- transInfo - Variable in class antlr.actions.csharp.ActionLexer
- transInfo - Variable in class antlr.actions.java.ActionLexer
- transInfo - Variable in class antlr.actions.python.ActionLexer
- tree - Variable in class antlr.debug.misc.JTreeASTPanel
- tree() - Method in class antlr.ANTLRParser
- TREE - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
- TREE - Static variable in interface antlr.actions.csharp.ActionLexerTokenTypes
- TREE - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
- TREE - Static variable in interface antlr.actions.python.ActionLexerTokenTypes
- TREE_BEGIN - Static variable in interface antlr.ANTLRTokenTypes
- TREE_ELEMENT - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
- TREE_ELEMENT - Static variable in interface antlr.actions.csharp.ActionLexerTokenTypes
- TREE_ELEMENT - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
- TREE_ELEMENT - Static variable in interface antlr.actions.python.ActionLexerTokenTypes
- TreeBlockContext - Class in antlr
-
The context needed to add root,child elements to a Tree.
- TreeBlockContext() - Constructor for class antlr.TreeBlockContext
- TreeElement - Class in antlr
-
A TreeElement is a block with one alternative and a root node
- TreeElement(Grammar, Token) - Constructor for class antlr.TreeElement
- TreeParser - Class in antlr
- TreeParser() - Constructor for class antlr.TreeParser
- treeParserOptionsSpec() - Method in class antlr.ANTLRParser
- TreeParserRoot - Variable in class antlr.preprocessor.Hierarchy
- TreeParserSharedInputState - Class in antlr
-
This object contains the data associated with an input AST.
- TreeParserSharedInputState() - Constructor for class antlr.TreeParserSharedInputState
- treeParserSpec(String) - Method in class antlr.ANTLRParser
- treeSpecifier - Variable in class antlr.Alternative
- TreeSpecifierNode - Class in antlr
- TreeSpecifierNode(Token) - Constructor for class antlr.TreeSpecifierNode
- treeVariableMap - Variable in class antlr.CppCodeGenerator
- treeVariableMap - Variable 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 - Variable in class antlr.JavaCodeGenerator
-
Mapping between the ids used in the current alt, and the names of variables used to represent their AST values.
- treeVariableMap - Variable in class antlr.PythonCodeGenerator
-
Mapping between the ids used in the current alt, and the names of variables used to represent their AST values.
- treeWalkerClassName - Variable in class antlr.PythonCodeGenerator
- TreeWalkerGrammar - Class in antlr
-
Parser-specific grammar subclass
- TreeWalkerGrammar(String, Tool, String) - Constructor for class antlr.TreeWalkerGrammar
- ttype - Variable in class antlr.CommonAST
- ttype - Variable in class antlr.TokenSymbol
- type - Variable in class antlr.build.StreamScarfer
- type - Variable in class antlr.preprocessor.Grammar
- type - Variable in class antlr.Token
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form