A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
backtracking — Property in class org.antlr.runtime.RecognizerSharedState
If 0, no backtracking is going on.
backtrackingLevel — Property in class org.antlr.runtime.BaseRecognizer
BaseRecognizer — Class in package org.antlr.runtime
A generic recognizer that can handle recognizers generated from lexer, parser, and tree grammars.
BaseRecognizer(state:org.antlr.runtime:RecognizerSharedState) — Constructor in class org.antlr.runtime.BaseRecognizer
BaseTree — Class in package org.antlr.runtime.tree
A generic tree implementation with no payload.
BaseTree(node:org.antlr.runtime.tree:Tree) — Constructor in 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 package org.antlr.runtime.tree
A TreeAdaptor that works with any Tree implementation.
becomeRoot(newRoot, oldRoot) — Method in class org.antlr.runtime.tree.BaseTreeAdaptor
If oldRoot is a nil root, just copy or move the children to newRoot.
becomeRoot(newRoot, oldRoot) — Method in interface org.antlr.runtime.tree.TreeAdaptor
If oldRoot is a nil root, just copy or move the children to newRoot.
beginResync() — Method in class org.antlr.runtime.BaseRecognizer
A hook to listen in on the token consumption during error recovery.
bits — Property in class org.antlr.runtime.BitSet
The actual data bits
BITS — Constant static property in class org.antlr.runtime.BitSet
BitSet — Class in package 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(bits) — Constructor in class org.antlr.runtime.BitSet
Construction from a static array of longs
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z