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
L
M
N
O
P
R
S
T
U
V
W
_
I
in
- Variable in class org.antlr.runtime.debug.
DebugEventSocketProxy
inDecision()
- Method in class org.antlr.runtime.debug.
Profiler
The parser is in a decision if the decision depth > 0.
index()
- Method in class org.antlr.runtime.
ANTLRStringStream
Return the current input symbol index 0..n where n indicates the last symbol has been read.
index
- Variable in class org.antlr.runtime.
ClassicToken
What token number is this from 0..n-1 tokens
index
- Variable in class org.antlr.runtime.
CommonToken
What token number is this from 0..n-1 tokens; < 0 implies invalid index
index()
- Method in class org.antlr.runtime.
CommonTokenStream
index()
- Method in class org.antlr.runtime.debug.
DebugTokenStream
index()
- Method in class org.antlr.runtime.debug.
DebugTreeNodeStream
index()
- Method in interface org.antlr.runtime.
IntStream
Return the current input symbol index 0..n where n indicates the last symbol has been read.
index
- Variable in exception org.antlr.runtime.
RecognitionException
What is index of token/char were we looking at when the error occurred?
index()
- Method in class org.antlr.runtime.tree.
CommonTreeNodeStream
index()
- Method in class org.antlr.runtime.tree.
UnBufferedTreeNodeStream
INDEX_ALL
- Static variable in class org.antlr.runtime.tree.
CommonTreeNodeStream
If tokenTypesToReverseIndex set to INDEX_ALL then indexing occurs for all token types.
indexStack
- Variable in class org.antlr.runtime.tree.
UnBufferedTreeNodeStream
Track which child index you are visiting for each node we push.
init()
- Method in class org.antlr.runtime.
TokenRewriteStream
INITIAL_BUFFER_SIZE
- Static variable in class org.antlr.runtime.
ANTLRReaderStream
INITIAL_CALL_STACK_SIZE
- Static variable in class org.antlr.runtime.tree.
CommonTreeNodeStream
INITIAL_FOLLOW_STACK_SIZE
- Static variable in class org.antlr.runtime.
BaseRecognizer
INITIAL_LOOKAHEAD_BUFFER_SIZE
- Static variable in class org.antlr.runtime.tree.
UnBufferedTreeNodeStream
initialStreamState
- Variable in class org.antlr.runtime.debug.
DebugTokenStream
initialStreamState
- Variable in class org.antlr.runtime.debug.
DebugTreeNodeStream
input
- Variable in class org.antlr.runtime.
CommonToken
input
- Variable in class org.antlr.runtime.debug.
DebugTokenStream
input
- Variable in class org.antlr.runtime.debug.
DebugTreeNodeStream
input
- Variable in class org.antlr.runtime.debug.
Tracer
input
- Variable in class org.antlr.runtime.
Lexer
Where is the lexer drawing characters from?
input
- Variable in class org.antlr.runtime.
Parser
input
- Variable in exception org.antlr.runtime.
RecognitionException
What input stream did the error occur in?
input
- Variable in class org.antlr.runtime.tree.
TreeParser
insertAfter(Token, Object)
- Method in class org.antlr.runtime.
TokenRewriteStream
insertAfter(int, Object)
- Method in class org.antlr.runtime.
TokenRewriteStream
insertAfter(String, Token, Object)
- Method in class org.antlr.runtime.
TokenRewriteStream
insertAfter(String, int, Object)
- Method in class org.antlr.runtime.
TokenRewriteStream
insertBefore(Token, Object)
- Method in class org.antlr.runtime.
TokenRewriteStream
insertBefore(int, Object)
- Method in class org.antlr.runtime.
TokenRewriteStream
insertBefore(String, Token, Object)
- Method in class org.antlr.runtime.
TokenRewriteStream
insertBefore(String, int, Object)
- Method in class org.antlr.runtime.
TokenRewriteStream
IntStream
- Interface in
org.antlr.runtime
A simple stream of integers used when all I care about is the char or token type sequence (such as interpretation).
INVALID_NODE
- Static variable in interface org.antlr.runtime.tree.
Tree
INVALID_TOKEN
- Static variable in interface org.antlr.runtime.
Token
INVALID_TOKEN_TYPE
- Static variable in interface org.antlr.runtime.
Token
isCyclicDecision
- Variable in class org.antlr.runtime.debug.
DebugParser
Used to differentiate between fixed lookahead and cyclic DFA decisions while profiling.
isCyclicDecision
- Variable in class org.antlr.runtime.debug.
DebugTreeParser
Used to differentiate between fixed lookahead and cyclic DFA decisions while profiling.
isNil()
- Method in class org.antlr.runtime.
BitSet
isNil(Object)
- Method in class org.antlr.runtime.debug.
DebugTreeAdaptor
isNil()
- Method in class org.antlr.runtime.tree.
BaseTree
isNil(Object)
- Method in class org.antlr.runtime.tree.
BaseTreeAdaptor
isNil()
- Method in class org.antlr.runtime.tree.
CommonTree
isNil()
- Method in interface org.antlr.runtime.tree.
Tree
Indicates the node is a nil node but may still have children, meaning the tree is a flat list.
isNil(Object)
- Method in interface org.antlr.runtime.tree.
TreeAdaptor
Is tree considered a nil node used to make lists of child nodes?
iterator()
- Method in class org.antlr.runtime.tree.
CommonTreeNodeStream
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
L
M
N
O
P
R
S
T
U
V
W
_