Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
_
I
i
- Variable in class antlr.collections.impl.
VectorEnumerator
i
- Variable in class antlr.collections.impl.
ASTEnumerator
i
- Variable in class antlr.collections.impl.
VectorEnumeration
id
- Variable in class antlr.
GrammarSymbol
ID
- Variable in class antlr.
AlternativeBlock
ID
- Static variable in interface antlr.
ANTLRTokdefParserTokenTypes
ID
- Static variable in interface antlr.preprocessor.
PreprocessorTokenTypes
ID
- Static variable in interface antlr.actions.java.
ActionLexerTokenTypes
ID
- Static variable in interface antlr.actions.csharp.
ActionLexerTokenTypes
ID
- Static variable in interface antlr.actions.cpp.
ActionLexerTokenTypes
ID_ELEMENT
- Static variable in interface antlr.actions.java.
ActionLexerTokenTypes
ID_ELEMENT
- Static variable in interface antlr.actions.csharp.
ActionLexerTokenTypes
ID_ELEMENT
- Static variable in interface antlr.actions.cpp.
ActionLexerTokenTypes
ID_OR_KEYWORD
- Static variable in interface antlr.preprocessor.
PreprocessorTokenTypes
id()
- Method in class antlr.
ANTLRParser
idAssign
- Variable in class antlr.
RuleRefElement
ignoreRule
- Variable in class antlr.
RuleBlock
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 antlr.
ImportVocabTokenManager
.
Static implementation of the TokenManager, used for importVocab option
ImportVocabTokenManager(Grammar, String, String, Tool)
- Constructor for class antlr.
ImportVocabTokenManager
includes(Object)
- Method in interface antlr.collections.
List
includes(Object)
- Method in class antlr.collections.impl.
LList
Answers whether or not an object is contained in the list
indent
- Variable in class antlr.debug.
Tracer
indent()
- Method in class antlr.debug.
Tracer
index
- Variable in class antlr.collections.impl.
IndexedVector
IndexedVector
- class antlr.collections.impl.
IndexedVector
.
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
initialize(AST)
- Method in class antlr.
CommonAST
initialize(AST)
- Method in class antlr.
BaseAST
initialize(AST)
- Method in class antlr.
ASTNULLType
initialize(AST)
- Method in interface antlr.collections.
AST
initialize(int, String)
- Method in class antlr.
CommonAST
initialize(int, String)
- Method in class antlr.
BaseAST
initialize(int, String)
- Method in class antlr.
ASTNULLType
initialize(int, String)
- Method in interface antlr.collections.
AST
initialize(Token)
- Method in class antlr.
CommonAST
initialize(Token)
- Method in class antlr.
BaseAST
initialize(Token)
- Method in class antlr.
ASTNULLType
initialize(Token)
- Method in class antlr.
CommonASTWithHiddenTokens
initialize(Token)
- Method in interface antlr.collections.
AST
input
- Variable in class antlr.
TokenStreamBasicFilter
The input stream
input
- Variable in class antlr.
CharBuffer
input
- Variable in class antlr.
ParserSharedInputState
Where to get token objects
input
- Variable in class antlr.
ByteBuffer
input
- Variable in class antlr.
TokenStreamSelector
The currently-selected token stream input
input
- Variable in class antlr.
LexerSharedInputState
input
- Variable in class antlr.
TokenBuffer
InputBuffer
- class antlr.
InputBuffer
.
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 antlr.debug.
InputBufferAdapter
.
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.
InputBufferReporter
charBufferConsume method comment.
inputBufferConsume(InputBufferEvent)
- Method in interface antlr.debug.
InputBufferListener
inputBufferConsume(InputBufferEvent)
- Method in class antlr.debug.
InputBufferAdapter
charConsumed method comment.
InputBufferEvent
- class antlr.debug.
InputBufferEvent
.
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 antlr.debug.
InputBufferEventSupport
.
InputBufferEventSupport(Object)
- Constructor for class antlr.debug.
InputBufferEventSupport
inputBufferLA(InputBufferEvent)
- Method in class antlr.debug.
InputBufferReporter
charBufferLA method comment.
inputBufferLA(InputBufferEvent)
- Method in interface antlr.debug.
InputBufferListener
inputBufferLA(InputBufferEvent)
- Method in class antlr.debug.
InputBufferAdapter
charLA method comment.
InputBufferListener
- interface antlr.debug.
InputBufferListener
.
inputBufferMark(InputBufferEvent)
- Method in class antlr.debug.
InputBufferReporter
inputBufferMark(InputBufferEvent)
- Method in interface antlr.debug.
InputBufferListener
inputBufferMark(InputBufferEvent)
- Method in class antlr.debug.
InputBufferAdapter
InputBufferReporter
- class antlr.debug.
InputBufferReporter
.
InputBufferReporter()
- Constructor for class antlr.debug.
InputBufferReporter
inputBufferRewind(InputBufferEvent)
- Method in class antlr.debug.
InputBufferReporter
inputBufferRewind(InputBufferEvent)
- Method in interface antlr.debug.
InputBufferListener
inputBufferRewind(InputBufferEvent)
- Method in class antlr.debug.
InputBufferAdapter
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
insertHead(Object)
- Method in class antlr.collections.impl.
LList
Insert an object at the head of the list.
INT
- Static variable in interface antlr.
ANTLRTokenTypes
INT
- Static variable in interface antlr.
ANTLRTokdefParserTokenTypes
INT
- Static variable in interface antlr.actions.java.
ActionLexerTokenTypes
INT
- Static variable in interface antlr.actions.csharp.
ActionLexerTokenTypes
INT
- Static variable in interface antlr.actions.cpp.
ActionLexerTokenTypes
INT_OR_FLOAT
- Static variable in interface antlr.actions.java.
ActionLexerTokenTypes
INT_OR_FLOAT
- Static variable in interface antlr.actions.csharp.
ActionLexerTokenTypes
INT_OR_FLOAT
- Static variable in interface antlr.actions.cpp.
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 antlr.collections.impl.
IntRange
.
IntRange(int, int)
- Constructor for class antlr.collections.impl.
IntRange
INVALID_TYPE
- Static variable in class antlr.
Token
io
- Variable in class antlr.
CharStreamIOException
io
- Variable in class antlr.
TokenStreamIOException
is
- Variable in class antlr.build.
StreamScarfer
isDebugMode()
- Method in class antlr.
Parser
isDebugMode()
- Method in class antlr.debug.
DebuggingCharScanner
isDebugMode()
- Method in class antlr.debug.
LLkDebuggingParser
isDebugMode()
- Method in class antlr.debug.
DebuggingInputBuffer
isDefined()
- Method in class antlr.
RuleSymbol
isDefined(String)
- Method in class antlr.
Grammar
Is a rule symbol defined? (not used for tokens)
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.
InputBuffer
isMarked()
- Method in class antlr.debug.
DebuggingInputBuffer
isMatched()
- Method in class antlr.debug.
ParserMatchEvent
isPredefined()
- Method in class antlr.preprocessor.
Grammar
isReadOnly()
- Method in interface antlr.
TokenManager
Is this token manager read-only?
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
isSemPred
- Variable in class antlr.
ActionElement
isSubtree(AST, AST)
- Method in class antlr.
ASTIterator
Is 'sub' a subtree of 't' beginning at the root?
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
_