Alphabetical Index: B

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

B

badToken - static field in class antlr.Token
BANG - static field in class antlr.ANTLRTokenTypes
BANG - static field in class antlr.preprocessor.PreprocessorTokenTypes
bang - field in class antlr.preprocessor.Rule
BaseAST - class antlr.BaseAST
A Child-Sibling Tree.
begin - field in class antlr.CharRangeElement
begin - field in class antlr.collections.impl.IntRange
begin - field in class antlr.TokenRangeElement
beginAlt(boolean) - method in class antlr.DefineGrammarSymbols
beginAlt(boolean) - method in class antlr.MakeGrammar
beginChildList() - method in class antlr.DefineGrammarSymbols
beginChildList() - method in class antlr.MakeGrammar
beginExceptionGroup() - method in class antlr.MakeGrammar
Add an exception group to a rule (currently a no-op)
Add an exception spec to an exception group or rule block
beginText - field in class antlr.CharRangeElement
beginText - field in class antlr.TokenRangeElement
beginTree(antlr.Token) - method in class antlr.MakeGrammar
behavior - field in class antlr.ANTLRParser
behavior - field in class antlr.CodeGenerator
The grammar behavior
bits - field in class antlr.collections.impl.BitSet
The actual data bits
BitSet - class antlr.collections.impl.BitSet
A BitSet to replace java.util.BitSet.
BITSET - static field in class antlr.debug.ParserMatchEvent
BitSet() - constructor for class antlr.collections.impl.BitSet
Construct a bitset of size one word (64 bits)
BitSet(int) - constructor for class antlr.collections.impl.BitSet
Construct a bitset given the size
BitSet(long[]) - constructor for class antlr.collections.impl.BitSet
Construction from a static array of longs
BITSET_OPTIMIZE_INIT_THRESHOLD - static field in class antlr.CodeGenerator
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.
bitsetsUsed - field in class antlr.CodeGenerator
List of all bitsets that must be dumped.
bitsetTestThreshold - field in class antlr.CodeGenerator
This is a hint for the language-specific code generator.
block - field in class antlr.BlockContext
block - field in class antlr.BlockEndElement
block - field in class antlr.preprocessor.Rule
block - field in class antlr.RuleSymbol
block() - method in class antlr.ANTLRParser
BlockContext stores the information needed when creating an alternative (list of elements).
blockEnd - field in class antlr.BlockContext
All alternative blocks are "terminated" by BlockEndElements unless they are rule blocks (in which case they use RuleEndElement).
BlockEndElement(antlr.Grammar) - constructor for class antlr.BlockEndElement
blockNesting - field in class antlr.ANTLRParser
blocks - field in class antlr.MakeGrammar
bSaveIndexCreated - field in class antlr.CSharpCodeGenerator
buffer - field in class antlr.ANTLRStringBuffer
buffer - field in class antlr.CharQueue
Physical circular buffer of tokens
build(antlr.build.Tool) - method in class antlr.build.ANTLR
Build ANTLR.
buildAST - field in class antlr.Grammar
ByteBuffer - class antlr.ByteBuffer
A Stream of characters fed to the lexer from a InputStream that can be rewound via mark()/rewind() methods.
ByteBuffer(InputStream) - constructor for class antlr.ByteBuffer
Create a character buffer