A B C D E F G H I L M N O P R S T U V W _

B

b - Variable in exception org.antlr.runtime.MismatchedRangeException
 
backtracking - Variable in class org.antlr.runtime.BaseRecognizer
If 0, no backtracking is going on.
BaseRecognizer - Class in org.antlr.runtime
A generic recognizer that can handle recognizers generated from lexer, parser, and tree grammars.
BaseRecognizer() - Constructor for class org.antlr.runtime.BaseRecognizer
 
BaseTree - Class in org.antlr.runtime.tree
A generic tree implementation with no payload.
BaseTree() - Constructor for class org.antlr.runtime.tree.BaseTree
 
BaseTree(Tree) - Constructor for class org.antlr.runtime.tree.BaseTree
Create a new node from an existing node does nothing for BaseTree as there are no fields other than the children list, which cannot be copied as the children are not considered part of this node.
BaseTreeAdaptor - Class in org.antlr.runtime.tree
 
BaseTreeAdaptor() - Constructor for class org.antlr.runtime.tree.BaseTreeAdaptor
 
becomeRoot(int, int) - Method in class org.antlr.runtime.debug.BlankDebugEventListener
 
becomeRoot(int, int) - Method in class org.antlr.runtime.debug.DebugEventHub
 
becomeRoot(int, int) - Method in interface org.antlr.runtime.debug.DebugEventListener
Make a node the new root of an existing root.
becomeRoot(int, int) - Method in class org.antlr.runtime.debug.DebugEventRepeater
 
becomeRoot(int, int) - Method in class org.antlr.runtime.debug.DebugEventSocketProxy
 
becomeRoot(Object, Object) - Method in class org.antlr.runtime.debug.DebugTreeAdaptor
 
becomeRoot(Token, Object) - Method in class org.antlr.runtime.debug.DebugTreeAdaptor
 
becomeRoot(int, int) - Method in class org.antlr.runtime.debug.TraceDebugEventListener
 
becomeRoot(Object, Object) - Method in class org.antlr.runtime.tree.BaseTreeAdaptor
If oldRoot is a nil root, just copy or move the children to newRoot.
becomeRoot(Token, Object) - Method in class org.antlr.runtime.tree.BaseTreeAdaptor
 
becomeRoot(Object, Object) - Method in interface org.antlr.runtime.tree.TreeAdaptor
If oldRoot is a nil root, just copy or move the children to newRoot.
becomeRoot(Token, Object) - Method in interface org.antlr.runtime.tree.TreeAdaptor
Create a node for newRoot make it the root of oldRoot.
beginBacktrack(int) - Method in class org.antlr.runtime.debug.BlankDebugEventListener
 
beginBacktrack(int) - Method in class org.antlr.runtime.debug.DebugEventHub
 
beginBacktrack(int) - Method in interface org.antlr.runtime.debug.DebugEventListener
 
beginBacktrack(int) - Method in class org.antlr.runtime.debug.DebugEventRepeater
 
beginBacktrack(int) - Method in class org.antlr.runtime.debug.DebugEventSocketProxy
 
beginBacktrack(int) - Method in class org.antlr.runtime.debug.DebugParser
 
beginBacktrack(int) - Method in class org.antlr.runtime.debug.DebugTreeParser
 
beginBacktrack(int) - Method in class org.antlr.runtime.debug.Profiler
Track backtracking decisions.
beginResync() - Method in class org.antlr.runtime.BaseRecognizer
A hook to listen in on the token consumption during error recovery.
beginResync() - Method in class org.antlr.runtime.debug.BlankDebugEventListener
 
beginResync() - Method in class org.antlr.runtime.debug.DebugEventHub
 
beginResync() - Method in interface org.antlr.runtime.debug.DebugEventListener
Indicates the recognizer is about to consume tokens to resynchronize the parser.
beginResync() - Method in class org.antlr.runtime.debug.DebugEventRepeater
 
beginResync() - Method in class org.antlr.runtime.debug.DebugEventSocketProxy
 
beginResync() - Method in class org.antlr.runtime.debug.DebugParser
 
beginResync() - Method in class org.antlr.runtime.debug.DebugTreeParser
 
BITS - Static variable in class org.antlr.runtime.BitSet
 
bits - Variable in class org.antlr.runtime.BitSet
The actual data bits
BitSet - Class in org.antlr.runtime
A stripped-down version of org.antlr.misc.BitSet that is just good enough to handle runtime requirements such as FOLLOW sets for automatic error recovery.
BitSet() - Constructor for class org.antlr.runtime.BitSet
Construct a bitset of size one word (64 bits)
BitSet(long[]) - Constructor for class org.antlr.runtime.BitSet
Construction from a static array of longs
BitSet(List) - Constructor for class org.antlr.runtime.BitSet
Construction from a list of integers
BitSet(int) - Constructor for class org.antlr.runtime.BitSet
Construct a bitset given the size
BlankDebugEventListener - Class in org.antlr.runtime.debug
A blank listener that does nothing; useful for real classes so they don't have to have lots of blank methods and are less sensitive to updates to debug interface.
BlankDebugEventListener() - Constructor for class org.antlr.runtime.debug.BlankDebugEventListener
 

A B C D E F G H I L M N O P R S T U V W _