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
_
P
p
- Variable in class org.antlr.runtime.
ANTLRStringStream
0..n-1 index into string of next char
p
- Variable in class org.antlr.runtime.
CommonTokenStream
The index into the tokens list of the current token (next token to consume).
p
- Variable in class org.antlr.runtime.tree.
CommonTreeNodeStream
The index into the nodes list of the current node (next node to consume).
parent
- Variable in class org.antlr.runtime.tree.
DoubleLinkTree
parser
- Variable in class org.antlr.runtime.debug.
Profiler
Parser
- Class in
org.antlr.runtime
A parser for TokenStreams.
Parser(TokenStream)
- Constructor for class org.antlr.runtime.
Parser
ParserRuleReturnScope
- Class in
org.antlr.runtime
Rules that return more than a single value must return an object containing all the values.
ParserRuleReturnScope()
- Constructor for class org.antlr.runtime.
ParserRuleReturnScope
ParseTree
- Class in
org.antlr.runtime.tree
A record of the rules used to match a token sequence.
ParseTree(Object)
- Constructor for class org.antlr.runtime.tree.
ParseTree
ParseTreeBuilder
- Class in
org.antlr.runtime.debug
This parser listener tracks rule entry/exit and token matches to build a simple parse tree using ParseTree nodes.
ParseTreeBuilder(String)
- Constructor for class org.antlr.runtime.debug.
ParseTreeBuilder
payload
- Variable in class org.antlr.runtime.tree.
ParseTree
pop()
- Method in class org.antlr.runtime.tree.
CommonTreeNodeStream
Seek back to previous index saved during last push() call.
port
- Variable in class org.antlr.runtime.debug.
DebugEventSocketProxy
predicateText
- Variable in exception org.antlr.runtime.
FailedPredicateException
predict(IntStream)
- Method in class org.antlr.runtime.
DFA
From the input stream, predict what alternative will succeed using this DFA (representing the covering regular approximation to the underlying CFL).
previousNode
- Variable in class org.antlr.runtime.tree.
UnBufferedTreeNodeStream
Which node did we visit last? Used for LT(-1) calls.
Profiler
- Class in
org.antlr.runtime.debug
Using the debug event interface, track what is happening in the parser and record statistics about the runtime.
Profiler()
- Constructor for class org.antlr.runtime.debug.
Profiler
Profiler(DebugParser)
- Constructor for class org.antlr.runtime.debug.
Profiler
PROGRAM_INIT_SIZE
- Static variable in class org.antlr.runtime.
TokenRewriteStream
programs
- Variable in class org.antlr.runtime.
TokenRewriteStream
You may have multiple, named streams of rewrite operations.
PROTOCOL_VERSION
- Static variable in interface org.antlr.runtime.debug.
DebugEventListener
push(int)
- Method in class org.antlr.runtime.tree.
CommonTreeNodeStream
Make stream jump to a new location, saving old location.
pushFollow(BitSet)
- Method in class org.antlr.runtime.
BaseRecognizer
Push a rule's follow set using our own hardcoded stack
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
_