- i - Variable in class antlr.collections.impl.ASTEnumerator
-
- i - Variable in class antlr.collections.impl.VectorEnumeration
-
- i - Variable in class antlr.collections.impl.VectorEnumerator
-
- IASDebugStream - Interface in antlr.ASdebug
-
Provides information used by the 'Input Text' view
of Antlr Studio.
- ID - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
-
- ID - Static variable in interface antlr.actions.csharp.ActionLexerTokenTypes
-
- ID - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
-
- ID - Static variable in interface antlr.actions.python.ActionLexerTokenTypes
-
- ID - Variable in class antlr.AlternativeBlock
-
- id() - Method in class antlr.ANTLRParser
-
- ID - Static variable in interface antlr.ANTLRTokdefParserTokenTypes
-
- id - Variable in class antlr.GrammarSymbol
-
- ID - Static variable in interface antlr.preprocessor.PreprocessorTokenTypes
-
- ID_ELEMENT - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
-
- ID_ELEMENT - Static variable in interface antlr.actions.csharp.ActionLexerTokenTypes
-
- ID_ELEMENT - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
-
- ID_ELEMENT - Static variable in interface antlr.actions.python.ActionLexerTokenTypes
-
- ID_OR_KEYWORD - Static variable in interface antlr.preprocessor.PreprocessorTokenTypes
-
- idAssign - Variable in class antlr.RuleRefElement
-
- ignoreRule - Variable in class antlr.RuleBlock
-
- IGNWS - Static variable in interface antlr.actions.python.ActionLexerTokenTypes
-
- IGNWS - Static variable in interface antlr.actions.python.CodeLexerTokenTypes
-
- IMPLIES - Static variable in interface antlr.ANTLRTokenTypes
-
- importVocab - Variable in class antlr.Grammar
-
The name of the import vocabulary.
- importVocab - Variable in class antlr.preprocessor.Grammar
-
- ImportVocabTokenManager - Class in antlr
-
Static implementation of the TokenManager, used for importVocab option
- ImportVocabTokenManager(Grammar, String, String, Tool) - Constructor for class antlr.ImportVocabTokenManager
-
- includes(Object) - Method in class antlr.collections.impl.LList
-
Answers whether or not an object is contained in the list
- includes(Object) - Method in interface antlr.collections.List
-
- indent - Variable in class antlr.debug.Tracer
-
- indent() - Method in class antlr.debug.Tracer
-
- index - Variable in class antlr.collections.impl.IndexedVector
-
- index - Variable in class antlr.TokenStreamRewriteEngine
-
track index of tokens
- index() - Method in class antlr.TokenStreamRewriteEngine
-
- index - Variable in class antlr.TokenStreamRewriteEngine.RewriteOperation
-
- index - Variable in class antlr.TokenWithIndex
-
Index into token array indicating position in input stream
- IndexedVector - Class in antlr.collections.impl
-
A simple indexed vector: a normal vector except that you must
specify a key when adding an element.
- IndexedVector() - Constructor for class antlr.collections.impl.IndexedVector
-
IndexedVector constructor comment.
- IndexedVector(int) - Constructor for class antlr.collections.impl.IndexedVector
-
IndexedVector constructor comment.
- inherit(Option, Grammar) - Method in class antlr.preprocessor.Grammar
-
- inherit(Rule, Grammar) - Method in class antlr.preprocessor.Grammar
-
- inherit(String, Grammar) - Method in class antlr.preprocessor.Grammar
-
- init(int) - Method in class antlr.CharQueue
-
Initialize the queue.
- initAction - Variable in class antlr.AlternativeBlock
-
- initAction - Variable in class antlr.preprocessor.Rule
-
- initHeaderAction - Static variable in class antlr.PythonCodeGenerator
-
- initialize(int, String) - Method in class antlr.ASTNULLType
-
- initialize(AST) - Method in class antlr.ASTNULLType
-
- initialize(Token) - Method in class antlr.ASTNULLType
-
- initialize(int, String) - Method in class antlr.BaseAST
-
- initialize(AST) - Method in class antlr.BaseAST
-
- initialize(Token) - Method in class antlr.BaseAST
-
- initialize(int, String) - Method in interface antlr.collections.AST
-
- initialize(AST) - Method in interface antlr.collections.AST
-
- initialize(Token) - Method in interface antlr.collections.AST
-
- initialize(int, String) - Method in class antlr.CommonAST
-
- initialize(AST) - Method in class antlr.CommonAST
-
- initialize(Token) - Method in class antlr.CommonAST
-
- initialize(AST) - Method in class antlr.CommonASTWithHiddenTokens
-
- initialize(Token) - Method in class antlr.CommonASTWithHiddenTokens
-
- initialize(int, String) - Method in class antlr.ParseTree
-
- initialize(AST) - Method in class antlr.ParseTree
-
- initialize(Token) - Method in class antlr.ParseTree
-
- input - Variable in class antlr.ByteBuffer
-
- input - Variable in class antlr.CharBuffer
-
- input - Variable in class antlr.LexerSharedInputState
-
- input - Variable in class antlr.ParserSharedInputState
-
Where to get token objects
- input - Variable in class antlr.TokenBuffer
-
- input - Variable in class antlr.TokenStreamBasicFilter
-
The input stream
- input - Variable in class antlr.TokenStreamSelector
-
The currently-selected token stream input
- InputBuffer - Class in antlr
-
A Stream of characters fed to the lexer from a InputStream that can
be rewound via mark()/rewind() methods.
- InputBuffer() - Constructor for class antlr.InputBuffer
-
Create an input buffer
- InputBufferAdapter - Class in antlr.debug
-
A dummy implementation of a CharBufferListener -- this class is not
meant to be used by itself -- it's meant to be subclassed
- InputBufferAdapter() - Constructor for class antlr.debug.InputBufferAdapter
-
- inputBufferChanged(InputBufferEvent) - Method in class antlr.debug.InputBufferReporter
-
- inputBufferConsume(InputBufferEvent) - Method in class antlr.debug.InputBufferAdapter
-
charConsumed method comment.
- inputBufferConsume(InputBufferEvent) - Method in interface antlr.debug.InputBufferListener
-
- inputBufferConsume(InputBufferEvent) - Method in class antlr.debug.InputBufferReporter
-
charBufferConsume method comment.
- InputBufferEvent - Class in antlr.debug
-
- InputBufferEvent(Object) - Constructor for class antlr.debug.InputBufferEvent
-
CharBufferEvent constructor comment.
- InputBufferEvent(Object, int, char, int) - Constructor for class antlr.debug.InputBufferEvent
-
CharBufferEvent constructor comment.
- InputBufferEventSupport - Class in antlr.debug
-
- InputBufferEventSupport(Object) - Constructor for class antlr.debug.InputBufferEventSupport
-
- inputBufferLA(InputBufferEvent) - Method in class antlr.debug.InputBufferAdapter
-
charLA method comment.
- inputBufferLA(InputBufferEvent) - Method in interface antlr.debug.InputBufferListener
-
- inputBufferLA(InputBufferEvent) - Method in class antlr.debug.InputBufferReporter
-
charBufferLA method comment.
- InputBufferListener - Interface in antlr.debug
-
- inputBufferMark(InputBufferEvent) - Method in class antlr.debug.InputBufferAdapter
-
- inputBufferMark(InputBufferEvent) - Method in interface antlr.debug.InputBufferListener
-
- inputBufferMark(InputBufferEvent) - Method in class antlr.debug.InputBufferReporter
-
- InputBufferReporter - Class in antlr.debug
-
- InputBufferReporter() - Constructor for class antlr.debug.InputBufferReporter
-
- inputBufferRewind(InputBufferEvent) - Method in class antlr.debug.InputBufferAdapter
-
- inputBufferRewind(InputBufferEvent) - Method in interface antlr.debug.InputBufferListener
-
- inputBufferRewind(InputBufferEvent) - Method in class antlr.debug.InputBufferReporter
-
- inputState - Variable in class antlr.CharScanner
-
- inputState - Variable in class antlr.Parser
-
- inputState - Variable in class antlr.TreeParser
-
Nesting level of registered handlers
- inputStreamNames - Variable in class antlr.TokenStreamSelector
-
The set of inputs to the MUX
- insertAfter(Token, String) - Method in class antlr.TokenStreamRewriteEngine
-
- insertAfter(int, String) - Method in class antlr.TokenStreamRewriteEngine
-
- insertAfter(String, Token, String) - Method in class antlr.TokenStreamRewriteEngine
-
- insertAfter(String, int, String) - Method in class antlr.TokenStreamRewriteEngine
-
- insertBefore(Token, String) - Method in class antlr.TokenStreamRewriteEngine
-
- insertBefore(int, String) - Method in class antlr.TokenStreamRewriteEngine
-
- insertBefore(String, Token, String) - Method in class antlr.TokenStreamRewriteEngine
-
- insertBefore(String, int, String) - Method in class antlr.TokenStreamRewriteEngine
-
- InsertBeforeOp(int, String) - Constructor for class antlr.TokenStreamRewriteEngine.InsertBeforeOp
-
- insertHead(Object) - Method in class antlr.collections.impl.LList
-
Insert an object at the head of the list.
- INT - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
-
- INT - Static variable in interface antlr.actions.csharp.ActionLexerTokenTypes
-
- INT - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
-
- INT - Static variable in interface antlr.actions.python.ActionLexerTokenTypes
-
- INT - Static variable in interface antlr.ANTLRTokdefParserTokenTypes
-
- INT - Static variable in interface antlr.ANTLRTokenTypes
-
- INT_OR_FLOAT - Static variable in interface antlr.actions.cpp.ActionLexerTokenTypes
-
- INT_OR_FLOAT - Static variable in interface antlr.actions.csharp.ActionLexerTokenTypes
-
- INT_OR_FLOAT - Static variable in interface antlr.actions.java.ActionLexerTokenTypes
-
- INT_OR_FLOAT - Static variable in interface antlr.actions.python.ActionLexerTokenTypes
-
- interactive - Variable in class antlr.Grammar
-
- INTERNAL_RULE_REF - Static variable in interface antlr.ANTLRTokenTypes
-
- intersection(Lookahead) - Method in class antlr.Lookahead
-
What is the intersection of two lookahead depths?
Only the Epsilon "bit" and bitset are considered.
- IntRange - Class in antlr.collections.impl
-
- IntRange(int, int) - Constructor for class antlr.collections.impl.IntRange
-
- INVALID_ALT - Static variable in class antlr.ParseTreeRule
-
- INVALID_TYPE - Static variable in class antlr.Token
-
- io - Variable in exception antlr.CharStreamIOException
-
- io - Variable in exception antlr.TokenStreamIOException
-
- is - Variable in class antlr.build.StreamScarfer
-
- isDebugMode() - Method in class antlr.debug.DebuggingCharScanner
-
- isDebugMode() - Method in class antlr.debug.DebuggingInputBuffer
-
- isDebugMode() - Method in class antlr.debug.LLkDebuggingParser
-
- isDebugMode() - Method in class antlr.Parser
-
- isDefined(String) - Method in class antlr.Grammar
-
Is a rule symbol defined? (not used for tokens)
- isDefined() - Method in class antlr.RuleSymbol
-
- isEmpty(String) - Static method in class antlr.PythonCodeGenerator
-
- isGuessing() - Method in class antlr.debug.LLkDebuggingParser
-
- isInverse() - Method in class antlr.debug.ParserMatchEvent
-
- isLeaf(Object) - Method in class antlr.debug.misc.JTreeASTModel
-
- isLexerAutoGenRule() - Method in class antlr.RuleBlock
-
- isMarked() - Method in class antlr.debug.DebuggingInputBuffer
-
- isMarked() - Method in class antlr.InputBuffer
-
- isMatched() - Method in class antlr.debug.ParserMatchEvent
-
- isPredefined() - Method in class antlr.preprocessor.Grammar
-
- isReadOnly() - Method in class antlr.ImportVocabTokenManager
-
importVocab token manager is read-only if output would be same as input
- isReadOnly() - Method in class antlr.SimpleTokenManager
-
Simple token manager is not read-only
- isReadOnly() - Method in interface antlr.TokenManager
-
Is this token manager read-only?
- isSemPred - Variable in class antlr.ActionElement
-
- isspace(char) - Method in class antlr.PythonCodeGenerator
-
- isSubtree(AST, AST) - Method in class antlr.ASTIterator
-
Is 'sub' a subtree of 't' beginning at the root?