Overview
Package
Class
Use
Tree
Serialized
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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 variable in class antlr.
Token
bang
- Variable in class antlr.preprocessor.
Rule
BANG
- Static variable in interface antlr.
ANTLRTokenTypes
BANG
- Static variable in interface antlr.preprocessor.
PreprocessorTokenTypes
BaseAST
- class antlr.
BaseAST
.
A Child-Sibling Tree.
BaseAST()
- Constructor for class antlr.
BaseAST
begin
- Variable in class antlr.
TokenRangeElement
begin
- Variable in class antlr.
CharRangeElement
begin
- Variable in class antlr.collections.impl.
IntRange
beginAlt(boolean)
- Method in class antlr.
DefineGrammarSymbols
beginAlt(boolean)
- Method in class antlr.
MakeGrammar
beginAlt(boolean)
- Method in interface antlr.
ANTLRGrammarParseBehavior
beginChildList()
- Method in class antlr.
DefineGrammarSymbols
beginChildList()
- Method in class antlr.
MakeGrammar
beginChildList()
- Method in interface antlr.
ANTLRGrammarParseBehavior
beginExceptionGroup()
- Method in class antlr.
DefineGrammarSymbols
beginExceptionGroup()
- Method in class antlr.
MakeGrammar
Add an exception group to a rule (currently a no-op)
beginExceptionGroup()
- Method in interface antlr.
ANTLRGrammarParseBehavior
beginExceptionSpec(Token)
- Method in class antlr.
DefineGrammarSymbols
beginExceptionSpec(Token)
- Method in class antlr.
MakeGrammar
Add an exception spec to an exception group or rule block
beginExceptionSpec(Token)
- Method in interface antlr.
ANTLRGrammarParseBehavior
beginSubRule(Token, Token, boolean)
- Method in class antlr.
DefineGrammarSymbols
beginSubRule(Token, Token, boolean)
- Method in class antlr.
MakeGrammar
beginSubRule(Token, Token, boolean)
- Method in interface antlr.
ANTLRGrammarParseBehavior
beginText
- Variable in class antlr.
TokenRangeElement
beginText
- Variable in class antlr.
CharRangeElement
beginTree(Token)
- Method in class antlr.
DefineGrammarSymbols
beginTree(Token)
- Method in class antlr.
MakeGrammar
beginTree(Token)
- Method in interface antlr.
ANTLRGrammarParseBehavior
behavior
- Variable in class antlr.
CodeGenerator
The grammar behavior
behavior
- Variable in class antlr.
ANTLRParser
bits
- Variable in class antlr.collections.impl.
BitSet
The actual data bits
BITS
- Static variable in class antlr.collections.impl.
BitSet
BitSet
- class antlr.collections.impl.
BitSet
.
A BitSet to replace java.util.BitSet.
BITSET
- Static variable in class antlr.debug.
ParserMatchEvent
BITSET_OPTIMIZE_INIT_THRESHOLD
- Static variable 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.
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
bitsetsUsed
- Variable in class antlr.
CodeGenerator
List of all bitsets that must be dumped.
bitsetTestThreshold
- Variable in class antlr.
CodeGenerator
This is a hint for the language-specific code generator.
block
- Variable in class antlr.
BlockContext
block
- Variable in class antlr.
RuleSymbol
block
- Variable in class antlr.
BlockEndElement
block
- Variable in class antlr.preprocessor.
Rule
block()
- Method in class antlr.
ANTLRParser
BlockContext
- class antlr.
BlockContext
.
BlockContext stores the information needed when creating an alternative (list of elements).
BlockContext()
- Constructor for class antlr.
BlockContext
blockEnd
- Variable in class antlr.
BlockContext
BlockEndElement
- class antlr.
BlockEndElement
.
All alternative blocks are "terminated" by BlockEndElements unless they are rule blocks (in which case they use RuleEndElement).
BlockEndElement(Grammar)
- Constructor for class antlr.
BlockEndElement
blockNesting
- Variable in class antlr.
ANTLRParser
blocks
- Variable in class antlr.
MakeGrammar
BlockWithImpliedExitPath
- class antlr.
BlockWithImpliedExitPath
.
BlockWithImpliedExitPath(Grammar)
- Constructor for class antlr.
BlockWithImpliedExitPath
BlockWithImpliedExitPath(Grammar, Token)
- Constructor for class antlr.
BlockWithImpliedExitPath
bSaveIndexCreated
- Variable in class antlr.
CSharpCodeGenerator
buffer
- Variable in class antlr.
ANTLRStringBuffer
buffer
- Variable in class antlr.
CharQueue
Physical circular buffer of tokens
build(Tool)
- Method in class antlr.build.
ANTLR
Build ANTLR.
buildAST
- Variable in class antlr.
Grammar
ByteBuffer
- class antlr.
ByteBuffer
.
ByteBuffer(InputStream)
- Constructor for class antlr.
ByteBuffer
Create a character buffer
Overview
Package
Class
Use
Tree
Serialized
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
_