Overview
Package
Class
Use
Tree
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
Y
_
N
n
- Variable in class org.antlr.misc.
IntArrayList
nAlts
- Variable in class org.antlr.analysis.
DFA
name
- Variable in class org.antlr.tool.
Attribute
The name of the attribute "foo"
name
- Variable in class org.antlr.tool.
Grammar
What name did the user provide for this grammar?
name
- Variable in class org.antlr.tool.
Rule
NameSpaceChecker
- Class in
org.antlr.tool
NameSpaceChecker(Grammar)
- Constructor for class org.antlr.tool.
NameSpaceChecker
nameToRuleMap
- Variable in class org.antlr.tool.
Grammar
Map a rule to it's Rule object
nameToSynpredASTMap
- Variable in class org.antlr.tool.
Grammar
When we read in a grammar, we track the list of syntactic predicates and build faux rules for them later.
NESTED_ACTION
- Static variable in interface org.antlr.codegen.
CodeGenTreeWalkerTokenTypes
NESTED_ACTION
- Static variable in interface org.antlr.tool.
ANTLRTokenTypes
NESTED_ACTION
- Static variable in interface org.antlr.tool.
ANTLRTreePrinterTokenTypes
NESTED_ACTION
- Static variable in interface org.antlr.tool.
AssignTokenTypesWalkerTokenTypes
NESTED_ACTION
- Static variable in interface org.antlr.tool.
DefineGrammarItemsWalkerTokenTypes
NESTED_ACTION
- Static variable in interface org.antlr.tool.
TreeToNFAConverterTokenTypes
NESTED_ARG_ACTION
- Static variable in interface org.antlr.codegen.
CodeGenTreeWalkerTokenTypes
NESTED_ARG_ACTION
- Static variable in interface org.antlr.tool.
ANTLRTokenTypes
NESTED_ARG_ACTION
- Static variable in interface org.antlr.tool.
ANTLRTreePrinterTokenTypes
NESTED_ARG_ACTION
- Static variable in interface org.antlr.tool.
AssignTokenTypesWalkerTokenTypes
NESTED_ARG_ACTION
- Static variable in interface org.antlr.tool.
DefineGrammarItemsWalkerTokenTypes
NESTED_ARG_ACTION
- Static variable in interface org.antlr.tool.
TreeToNFAConverterTokenTypes
newline
- Static variable in class org.antlr.tool.
GrammarReport
newState()
- Method in class org.antlr.analysis.
DFA
newState()
- Method in class org.antlr.tool.
NFAFactory
newStream(Object)
- Method in class org.antlr.test.
TestTreeNodeStream
Build new stream; let's us override to test other streams.
newStream(Object)
- Method in class org.antlr.test.
TestUnBufferedTreeNodeStream
newTool()
- Method in class org.antlr.test.
BaseTest
nextToken()
- Method in class org.antlr.codegen.
ActionTranslatorLexer
nextToken()
- Method in class org.antlr.tool.
ActionAnalysisLexer
nextToken()
- Method in class org.antlr.tool.
ANTLRLexer
nextToken()
- Method in class org.antlr.tool.
Interpreter
nfa
- Variable in class org.antlr.analysis.
DFA
Which NFA are we converting (well, which piece of the NFA)?
NFA
- Class in
org.antlr.analysis
An NFA (collection of NFAStates) constructed from a grammar.
NFA(Grammar)
- Constructor for class org.antlr.analysis.
NFA
nfa
- Variable in class org.antlr.analysis.
NFAState
Which NFA are we in?
nfa
- Variable in class org.antlr.tool.
Grammar
The NFA that represents the grammar with edges labelled with tokens or epsilon.
nfa
- Variable in class org.antlr.tool.
TreeToNFAConverter
Which NFA object are we filling in?
NFAConfiguration
- Class in
org.antlr.analysis
An NFA state, predicted alt, and syntactic/semantic context.
NFAConfiguration(int, int, NFAContext, SemanticContext)
- Constructor for class org.antlr.analysis.
NFAConfiguration
nfaConfigurations
- Variable in class org.antlr.analysis.
DFAState
The set of NFA configurations (state,alt,context) for this DFA state
NFAContext
- Class in
org.antlr.analysis
A tree node for tracking the call chains for NFAs that invoke other NFAs.
NFAContext(NFAContext, NFAState)
- Constructor for class org.antlr.analysis.
NFAContext
NFAConversionThread
- Class in
org.antlr.analysis
Convert all decisions i..j inclusive in a thread
NFAConversionThread(Grammar, Barrier, int, int)
- Constructor for class org.antlr.analysis.
NFAConversionThread
nfaConverter
- Variable in class org.antlr.analysis.
DFA
NFAFactory
- Class in
org.antlr.tool
Routines to construct StateClusters from EBNF grammar constructs.
NFAFactory(NFA)
- Constructor for class org.antlr.tool.
NFAFactory
NFAStartState
- Variable in class org.antlr.tool.
GrammarAST
What NFA start state was built from this node?
NFAState
- Class in
org.antlr.analysis
A state within an NFA.
NFAState(NFA)
- Constructor for class org.antlr.analysis.
NFAState
NFAToDFAConversionExternallyAborted()
- Method in class org.antlr.tool.
Grammar
NFAToDFAConverter
- Class in
org.antlr.analysis
Code that embodies the NFA conversion to DFA.
NFAToDFAConverter(DFA)
- Constructor for class org.antlr.analysis.
NFAToDFAConverter
NFATreeDownState
- Variable in class org.antlr.tool.
GrammarAST
This is used for TREE_BEGIN nodes to point into the NFA.
nondeterminism(DecisionProbe, DFAState)
- Static method in class org.antlr.tool.
ErrorManager
nonLLStarDecision
- Variable in class org.antlr.analysis.
DecisionProbe
If decision with > 1 alt has recursion in > 1 alt, it's nonregular lookahead.
nonLLStarDecision(DecisionProbe)
- Static method in class org.antlr.tool.
ErrorManager
NonRegularDecisionMessage
- Class in
org.antlr.tool
More a single alternative recurses so this decision is not regular.
NonRegularDecisionMessage(DecisionProbe, Set)
- Constructor for class org.antlr.tool.
NonRegularDecisionMessage
normalize(String)
- Static method in class org.antlr.tool.
ANTLRTreePrinter
Normalize a grammar print out by removing all double spaces and trailing/beginning stuff.
not(SemanticContext)
- Static method in class org.antlr.analysis.
SemanticContext
NOT
- Static variable in interface org.antlr.codegen.
CodeGenTreeWalkerTokenTypes
NOT
- Static variable in interface org.antlr.tool.
ANTLRTokenTypes
NOT
- Static variable in interface org.antlr.tool.
ANTLRTreePrinterTokenTypes
NOT
- Static variable in interface org.antlr.tool.
AssignTokenTypesWalkerTokenTypes
NOT
- Static variable in interface org.antlr.tool.
DefineGrammarItemsWalkerTokenTypes
NOT
- Static variable in interface org.antlr.tool.
TreeToNFAConverterTokenTypes
notElement(AST, GrammarAST, GrammarAST, GrammarAST)
- Method in class org.antlr.codegen.
CodeGenTreeWalker
notifyGrammarObject()
- Method in class org.antlr.tool.
AssignTokenTypesWalker
notInPlace()
- Method in class org.antlr.misc.
BitSet
notInPlace(int)
- Method in class org.antlr.misc.
BitSet
complement bits in the range 0..maxBit.
notInPlace(int, int)
- Method in class org.antlr.misc.
BitSet
complement bits in the range minBit..maxBit.
notSet()
- Method in class org.antlr.tool.
ANTLRParser
notTerminal()
- Method in class org.antlr.tool.
ANTLRParser
NULL_TREE_LOOKAHEAD
- Static variable in interface org.antlr.codegen.
CodeGenTreeWalkerTokenTypes
NULL_TREE_LOOKAHEAD
- Static variable in interface org.antlr.tool.
ANTLRTokenTypes
NULL_TREE_LOOKAHEAD
- Static variable in interface org.antlr.tool.
ANTLRTreePrinterTokenTypes
NULL_TREE_LOOKAHEAD
- Static variable in interface org.antlr.tool.
AssignTokenTypesWalkerTokenTypes
NULL_TREE_LOOKAHEAD
- Static variable in interface org.antlr.tool.
DefineGrammarItemsWalkerTokenTypes
NULL_TREE_LOOKAHEAD
- Static variable in interface org.antlr.tool.
TreeToNFAConverterTokenTypes
NUM_FAUX_LABELS
- Static variable in class org.antlr.analysis.
Label
We have labels like EPSILON that are below 0; it's hard to store them in an array with negative index so use this constant as an index shift when accessing arrays based upon token type.
NUM_GRAMMAR_STATS
- Static variable in class org.antlr.tool.
GrammarReport
numberEpsilonTransitionsEmanatingFromState
- Variable in class org.antlr.analysis.
NFAConfiguration
Lots of NFA states have only epsilon edges (1 or 2).
numberOfAlts
- Variable in class org.antlr.tool.
Rule
numberOfManualLookaheadOptions
- Variable in class org.antlr.tool.
Grammar
numberOfSemanticPredicates
- Variable in class org.antlr.tool.
Grammar
numberOfStates
- Variable in class org.antlr.analysis.
DFA
count only new states not states that were rejected as already present
numberToStateList
- Variable in class org.antlr.analysis.
NFA
The NFA states in this NFA.
numBits()
- Method in class org.antlr.misc.
BitSet
Overview
Package
Class
Use
Tree
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
Y
_