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  
n — Property in class org.antlr.runtime.ANTLRStringStream
How many characters are actually in the buffer
_next() — Method in class org.antlr.runtime.tree.RewriteRuleElementStream
do the work of getting the next element, making sure that it's a tree node or subtree.
nextNode() — Method in class org.antlr.runtime.tree.RewriteRuleNodeStream
nextNode() — Method in class org.antlr.runtime.tree.RewriteRuleSubtreeStream
Treat next element as a single node even if it's a subtree.
nextNode() — Method in class org.antlr.runtime.tree.RewriteRuleTokenStream
Get next token from stream and make a node for it
nextToken() — Method in class org.antlr.runtime.Lexer
Return a token from this source; i.e., match a token on the char stream.
nextToken() — Method in interface org.antlr.runtime.TokenSource
Return a Token object from your input stream (usually a CharStream).
nextToken() — Method in class org.antlr.runtime.tree.RewriteRuleTokenStream
NEXT_TOKEN_RULE_NAME — Constant static property in class org.antlr.runtime.BaseRecognizer
nextTree() — Method in class org.antlr.runtime.tree.RewriteRuleElementStream
Return the next element in the stream.
nil() — Method in class org.antlr.runtime.tree.BaseTreeAdaptor
nil() — Method in interface org.antlr.runtime.tree.TreeAdaptor
Return a nil node (an empty but non-null node) that can hold a list of element as the children.
node — Property in class org.antlr.runtime.RecognitionException
If this is a tree parser exception, node is set to the node with the problem.
nodes — Property in class org.antlr.runtime.tree.CommonTreeNodeStream
The complete mapping from stream index to tree node.
noViableAlt(s, input:org.antlr.runtime:IntStream) — Method in class org.antlr.runtime.DFA
NoViableAltException — Class in package org.antlr.runtime
NoViableAltException(grammarDecisionDescription, decisionNumber, stateNumber, input:org.antlr.runtime:IntStream) — Constructor in class org.antlr.runtime.NoViableAltException
numberOfSyntaxErrors — Property in class org.antlr.runtime.BaseRecognizer
Get number of recognition errors (lexer, parser, tree parser).
numBits — Property in class org.antlr.runtime.BitSet
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