bang - field in class antlr.preprocessor.
Rule Add an exception group to a rule (currently a no-op)
Add an exception spec to an exception group or rule block
bits - field in class antlr.collections.impl.
BitSet The actual data bits
A BitSet to replace java.util.BitSet.
Construct a bitset of size one word (64 bits)
Construct a bitset given the size
Construction from a static array of longs
If there are more than 8 long words to init in a bitset,
try to optimize it; e.g., detect runs of -1L and 0L.
List of all bitsets that must be dumped.
This is a hint for the language-specific code generator.
block - field in class antlr.preprocessor.
Rule BlockContext stores the information needed when creating an
alternative (list of elements).
All alternative blocks are "terminated" by BlockEndElements unless
they are rule blocks (in which case they use RuleEndElement).
Physical circular buffer of tokens
A Stream of characters fed to the lexer from a InputStream that can
be rewound via mark()/rewind() methods.
Create a character buffer