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
_
A
a
- Variable in exception org.antlr.runtime.
MismatchedRangeException
absoluteNodeIndex
- Variable in class org.antlr.runtime.tree.
UnBufferedTreeNodeStream
What node index did we just consume? i=0..n-1 for n node trees.
accept
- Variable in class org.antlr.runtime.
DFA
ack()
- Method in class org.antlr.runtime.debug.
DebugEventSocketProxy
ack()
- Method in class org.antlr.runtime.debug.
RemoteDebugEventSocketListener
adaptor
- Variable in class org.antlr.runtime.debug.
DebugTreeAdaptor
adaptor
- Variable in class org.antlr.runtime.debug.
DebugTreeNodeStream
adaptor
- Variable in class org.antlr.runtime.tree.
RewriteRuleElementStream
add(int)
- Method in class org.antlr.runtime.
BitSet
or this element into this set (grow as necessary to accommodate)
add(Object)
- Method in class org.antlr.runtime.tree.
RewriteRuleElementStream
addChild(int, int)
- Method in class org.antlr.runtime.debug.
BlankDebugEventListener
addChild(int, int)
- Method in class org.antlr.runtime.debug.
DebugEventHub
addChild(int, int)
- Method in interface org.antlr.runtime.debug.
DebugEventListener
Make childID a child of rootID.
addChild(int, int)
- Method in class org.antlr.runtime.debug.
DebugEventRepeater
addChild(int, int)
- Method in class org.antlr.runtime.debug.
DebugEventSocketProxy
addChild(Object, Object)
- Method in class org.antlr.runtime.debug.
DebugTreeAdaptor
addChild(Object, Token)
- Method in class org.antlr.runtime.debug.
DebugTreeAdaptor
addChild(int, int)
- Method in class org.antlr.runtime.debug.
TraceDebugEventListener
addChild(Tree)
- Method in class org.antlr.runtime.tree.
BaseTree
Add t as child of this node.
addChild(Object, Object)
- Method in class org.antlr.runtime.tree.
BaseTreeAdaptor
Add a child to the tree t.
addChild(BaseTree)
- Method in class org.antlr.runtime.tree.
DoubleLinkTree
addChild(Tree)
- Method in interface org.antlr.runtime.tree.
Tree
Add t as a child to this node.
addChild(Object, Object)
- Method in interface org.antlr.runtime.tree.
TreeAdaptor
Add a child to the tree t.
addChildren(List)
- Method in class org.antlr.runtime.tree.
BaseTree
Add all elements of kids list as children of this node
addListener(DebugEventListener)
- Method in class org.antlr.runtime.debug.
DebugEventHub
Add another listener to broadcast events too.
addLookahead(Object)
- Method in class org.antlr.runtime.tree.
UnBufferedTreeNodeStream
Add a node to the lookahead buffer.
addNavigationNode(int)
- Method in class org.antlr.runtime.tree.
CommonTreeNodeStream
As we flatten the tree, we use UP, DOWN nodes to represent the tree structure.
addNavigationNode(int)
- Method in class org.antlr.runtime.tree.
UnBufferedTreeNodeStream
As we flatten the tree, we use UP, DOWN nodes to represent the tree structure.
addToSortedRewriteList(TokenRewriteStream.RewriteOperation)
- Method in class org.antlr.runtime.
TokenRewriteStream
If op.index > lastRewriteTokenIndexes, just add to the end.
addToSortedRewriteList(String, TokenRewriteStream.RewriteOperation)
- Method in class org.antlr.runtime.
TokenRewriteStream
Add an instruction to the rewrite instruction list ordered by the instruction number (use a binary search for efficiency).
alreadyParsedRule(IntStream, int)
- Method in class org.antlr.runtime.
BaseRecognizer
Has this rule already parsed input at the current index in the input stream? Return the stop token index or MEMO_RULE_UNKNOWN.
ANTLRFileStream
- Class in
org.antlr.runtime
This is a char buffer stream that is loaded from a file all at once when you construct the object.
ANTLRFileStream(String)
- Constructor for class org.antlr.runtime.
ANTLRFileStream
ANTLRFileStream(String, String)
- Constructor for class org.antlr.runtime.
ANTLRFileStream
ANTLRInputStream
- Class in
org.antlr.runtime
A kind of ReaderStream that pulls from an InputStream.
ANTLRInputStream()
- Constructor for class org.antlr.runtime.
ANTLRInputStream
ANTLRInputStream(InputStream)
- Constructor for class org.antlr.runtime.
ANTLRInputStream
ANTLRInputStream(InputStream, int)
- Constructor for class org.antlr.runtime.
ANTLRInputStream
ANTLRInputStream(InputStream, String)
- Constructor for class org.antlr.runtime.
ANTLRInputStream
ANTLRInputStream(InputStream, int, String)
- Constructor for class org.antlr.runtime.
ANTLRInputStream
ANTLRInputStream(InputStream, int, int, String)
- Constructor for class org.antlr.runtime.
ANTLRInputStream
ANTLRReaderStream
- Class in
org.antlr.runtime
Vacuum all input from a Reader and then treat it like a StringStream.
ANTLRReaderStream()
- Constructor for class org.antlr.runtime.
ANTLRReaderStream
ANTLRReaderStream(Reader)
- Constructor for class org.antlr.runtime.
ANTLRReaderStream
ANTLRReaderStream(Reader, int)
- Constructor for class org.antlr.runtime.
ANTLRReaderStream
ANTLRReaderStream(Reader, int, int)
- Constructor for class org.antlr.runtime.
ANTLRReaderStream
ANTLRStringStream
- Class in
org.antlr.runtime
A pretty quick CharStream that pulls all data from an array directly.
ANTLRStringStream()
- Constructor for class org.antlr.runtime.
ANTLRStringStream
ANTLRStringStream(String)
- Constructor for class org.antlr.runtime.
ANTLRStringStream
Copy data in string to a local char array
ANTLRStringStream(char[], int)
- Constructor for class org.antlr.runtime.
ANTLRStringStream
This is the preferred constructor as no data is copied
avg(int[])
- Static method in class org.antlr.runtime.misc.
Stats
Compute the sample mean
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
_