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

A

a - Variable in class org.antlr.v4.runtime.misc.Interval
 
a - Variable in class org.antlr.v4.runtime.misc.Pair
 
a - Variable in class org.antlr.v4.runtime.misc.Triple
 
AbstractEqualityComparator<T> - Class in org.antlr.v4.runtime.misc
This abstract base class is provided so performance-critical applications can use virtual- instead of interface-dispatch when calling comparator methods.
AbstractEqualityComparator() - Constructor for class org.antlr.v4.runtime.misc.AbstractEqualityComparator
 
AbstractParseTreeVisitor<T> - Class in org.antlr.v4.runtime.tree
 
AbstractParseTreeVisitor() - Constructor for class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
 
accept(CharStream, int, int, int, int, int) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.antlr.v4.runtime.RuleContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.antlr.v4.runtime.tree.ErrorNodeImpl
 
accept(ParseTreeVisitor<? extends T>) - Method in interface org.antlr.v4.runtime.tree.ParseTree
The ParseTreeVisitor needs a double dispatch method.
accept(ParseTreeVisitor<? extends T>) - Method in class org.antlr.v4.runtime.tree.TerminalNodeImpl
 
ACTION - Static variable in class org.antlr.v4.runtime.atn.Transition
 
action(RuleContext, int, int) - Method in class org.antlr.v4.runtime.Recognizer
 
actionIndex - Variable in class org.antlr.v4.runtime.atn.ActionTransition
 
ActionTransition - Class in org.antlr.v4.runtime.atn
 
ActionTransition(ATNState, int) - Constructor for class org.antlr.v4.runtime.atn.ActionTransition
 
ActionTransition(ATNState, int, int, boolean) - Constructor for class org.antlr.v4.runtime.atn.ActionTransition
 
actionTransition(ATNConfig, ActionTransition) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
adaptivePredict(TokenStream, int, ParserRuleContext) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
add(ATNConfig) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
 
add(ATNConfig, DoubleKeyMap<PredictionContext, PredictionContext, PredictionContext>) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
Adding a new config means merging contexts with existing configs for (s, i, pi, _), where s is the ATNConfig.state, i is the ATNConfig.alt, and pi is the ATNConfig.semanticContext.
add(PredictionContext) - Method in class org.antlr.v4.runtime.atn.PredictionContextCache
Add a context to the cache and return it.
add(T) - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
 
add(int) - Method in class org.antlr.v4.runtime.misc.IntegerList
 
add(int) - Method in class org.antlr.v4.runtime.misc.IntervalSet
Add a single element to the set.
add(int, int) - Method in class org.antlr.v4.runtime.misc.IntervalSet
Add interval; i.e., add all integers from a to b to set.
add(Interval) - Method in class org.antlr.v4.runtime.misc.IntervalSet
 
add(int) - Method in interface org.antlr.v4.runtime.misc.IntSet
Add an element to the set
add(T) - Method in class org.antlr.v4.runtime.misc.OrderedHashSet
Add a value to list; keep in hashtable for consistency also; Key is object itself.
add(int) - Method in class org.antlr.v4.runtime.UnbufferedCharStream
 
add(Token) - Method in class org.antlr.v4.runtime.UnbufferedTokenStream
 
addAll(Collection<? extends ATNConfig>) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
 
addAll(Collection<? extends T>) - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
 
addAll(int[]) - Method in class org.antlr.v4.runtime.misc.IntegerList
 
addAll(IntegerList) - Method in class org.antlr.v4.runtime.misc.IntegerList
 
addAll(Collection<Integer>) - Method in class org.antlr.v4.runtime.misc.IntegerList
 
addAll(IntSet) - Method in class org.antlr.v4.runtime.misc.IntervalSet
 
addAll(IntSet) - Method in interface org.antlr.v4.runtime.misc.IntSet
Add all elements from incoming set to this set.
addChild(TerminalNode) - Method in class org.antlr.v4.runtime.ParserRuleContext
Does not set parent link; other add methods do that
addChild(RuleContext) - Method in class org.antlr.v4.runtime.ParserRuleContext
 
addChild(Token) - Method in class org.antlr.v4.runtime.ParserRuleContext
 
addContextToParseTree() - Method in class org.antlr.v4.runtime.Parser
 
addDFAEdge(DFAState, int, ATNConfigSet) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
addDFAEdge(DFAState, int, DFAState) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
addDFAEdge(DFA, DFAState, int, DFAState) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
Add an edge to the DFA, if possible.
addDFAState(ATNConfigSet) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
Add a new DFA state if there isn't one with this set of configurations already.
addDFAState(DFA, DFAState) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
Add state D to the DFA if it is not already present, and return the actual instance stored in the DFA.
addErrorListener(ANTLRErrorListener) - Method in class org.antlr.v4.runtime.Recognizer
 
addErrorNode(Token) - Method in class org.antlr.v4.runtime.ParserRuleContext
 
addHighlightedNodes(Collection<Tree>) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
Slow for big lists of highlighted nodes
addParseListener(ParseTreeListener) - Method in class org.antlr.v4.runtime.Parser
Registers listener to receive events during the parsing process.
addState(ATNState) - Method in class org.antlr.v4.runtime.atn.ATN
 
addTransition(Transition) - Method in class org.antlr.v4.runtime.atn.ATNState
 
addTransition(int, Transition) - Method in class org.antlr.v4.runtime.atn.ATNState
 
adjacent(Interval) - Method in class org.antlr.v4.runtime.misc.Interval
Are two intervals adjacent such as 0..41 and 42..42?
adjustSeekIndex(int) - Method in class org.antlr.v4.runtime.BufferedTokenStream
Allowed derived classes to modify the behavior of operations which change the current stream position by adjusting the target token index of a seek operation.
adjustSeekIndex(int) - Method in class org.antlr.v4.runtime.CommonTokenStream
 
aggregateResult(T, T) - Method in class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
Aggregates the results of visiting multiple children of a node.
allConfigsInRuleStopStates(ATNConfigSet) - Static method in enum org.antlr.v4.runtime.atn.PredictionMode
Checks if all configurations in configs are in a RuleStopState.
allSubsetsConflict(Collection<BitSet>) - Static method in enum org.antlr.v4.runtime.atn.PredictionMode
Determines if every alternative subset in altsets contains more than one alternative.
allSubsetsEqual(Collection<BitSet>) - Static method in enum org.antlr.v4.runtime.atn.PredictionMode
Determines if every alternative subset in altsets is equivalent.
alt - Variable in class org.antlr.v4.runtime.atn.ATNConfig
What alt (or lexer rule) is predicted by this configuration
alt - Variable in class org.antlr.v4.runtime.dfa.DFAState.PredPrediction
 
and(SemanticContext, SemanticContext) - Static method in class org.antlr.v4.runtime.atn.SemanticContext
 
and(IntSet) - Method in class org.antlr.v4.runtime.misc.IntervalSet
Return a new set with the intersection of this set with other.
and(IntSet) - Method in interface org.antlr.v4.runtime.misc.IntSet
Return the intersection of this set with the argument, creating a new set.
annotations - Variable in class org.antlr.v4.runtime.tree.ParseTreeProperty
 
ANTLRErrorListener - Interface in org.antlr.v4.runtime
How to emit recognition errors.
ANTLRErrorStrategy - Interface in org.antlr.v4.runtime
The interface for defining strategies to deal with syntax errors encountered during a parse by ANTLR-generated parsers.
ANTLRFileStream - Class in org.antlr.v4.runtime
This is an ANTLRInputStream that is loaded from a file all at once when you construct the object.
ANTLRFileStream(String) - Constructor for class org.antlr.v4.runtime.ANTLRFileStream
 
ANTLRFileStream(String, String) - Constructor for class org.antlr.v4.runtime.ANTLRFileStream
 
ANTLRInputStream - Class in org.antlr.v4.runtime
Vacuum all input from a Reader/InputStream and then treat it like a char[] buffer.
ANTLRInputStream() - Constructor for class org.antlr.v4.runtime.ANTLRInputStream
 
ANTLRInputStream(String) - Constructor for class org.antlr.v4.runtime.ANTLRInputStream
Copy data in string to a local char array
ANTLRInputStream(char[], int) - Constructor for class org.antlr.v4.runtime.ANTLRInputStream
This is the preferred constructor for strings as no data is copied
ANTLRInputStream(Reader) - Constructor for class org.antlr.v4.runtime.ANTLRInputStream
 
ANTLRInputStream(Reader, int) - Constructor for class org.antlr.v4.runtime.ANTLRInputStream
 
ANTLRInputStream(Reader, int, int) - Constructor for class org.antlr.v4.runtime.ANTLRInputStream
 
ANTLRInputStream(InputStream) - Constructor for class org.antlr.v4.runtime.ANTLRInputStream
 
ANTLRInputStream(InputStream, int) - Constructor for class org.antlr.v4.runtime.ANTLRInputStream
 
ANTLRInputStream(InputStream, int, int) - Constructor for class org.antlr.v4.runtime.ANTLRInputStream
 
approveSelection() - Method in class org.antlr.v4.runtime.misc.JFileChooserConfirmOverwrite
 
arcSize - Variable in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
Array2DHashSet<T> - Class in org.antlr.v4.runtime.misc
Set implementation with closed hashing (open addressing).
Array2DHashSet() - Constructor for class org.antlr.v4.runtime.misc.Array2DHashSet
 
Array2DHashSet(AbstractEqualityComparator<? super T>) - Constructor for class org.antlr.v4.runtime.misc.Array2DHashSet
 
Array2DHashSet(AbstractEqualityComparator<? super T>, int, int) - Constructor for class org.antlr.v4.runtime.misc.Array2DHashSet
 
Array2DHashSet.SetIterator - Class in org.antlr.v4.runtime.misc
 
Array2DHashSet.SetIterator(T[]) - Constructor for class org.antlr.v4.runtime.misc.Array2DHashSet.SetIterator
 
ArrayPredictionContext - Class in org.antlr.v4.runtime.atn
 
ArrayPredictionContext(SingletonPredictionContext) - Constructor for class org.antlr.v4.runtime.atn.ArrayPredictionContext
 
ArrayPredictionContext(PredictionContext[], int[]) - Constructor for class org.antlr.v4.runtime.atn.ArrayPredictionContext
 
asElementType(Object) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet.AbstractConfigHashSet
 
asElementType(Object) - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
Return o as an instance of the element type T.
ATN - Class in org.antlr.v4.runtime.atn
 
ATN(ATNType, int) - Constructor for class org.antlr.v4.runtime.atn.ATN
Used for runtime deserialization of ATNs from strings
atn - Variable in class org.antlr.v4.runtime.atn.ATNSimulator
 
atn - Variable in class org.antlr.v4.runtime.atn.ATNState
Which ATN are we in?
atn - Variable in class org.antlr.v4.runtime.atn.LL1Analyzer
 
ATNConfig - Class in org.antlr.v4.runtime.atn
A tuple: (ATN state, predicted alt, syntactic, semantic context).
ATNConfig(ATNConfig) - Constructor for class org.antlr.v4.runtime.atn.ATNConfig
 
ATNConfig(ATNState, int, PredictionContext) - Constructor for class org.antlr.v4.runtime.atn.ATNConfig
 
ATNConfig(ATNState, int, PredictionContext, SemanticContext) - Constructor for class org.antlr.v4.runtime.atn.ATNConfig
 
ATNConfig(ATNConfig, ATNState) - Constructor for class org.antlr.v4.runtime.atn.ATNConfig
 
ATNConfig(ATNConfig, ATNState, SemanticContext) - Constructor for class org.antlr.v4.runtime.atn.ATNConfig
 
ATNConfig(ATNConfig, SemanticContext) - Constructor for class org.antlr.v4.runtime.atn.ATNConfig
 
ATNConfig(ATNConfig, ATNState, PredictionContext) - Constructor for class org.antlr.v4.runtime.atn.ATNConfig
 
ATNConfig(ATNConfig, ATNState, PredictionContext, SemanticContext) - Constructor for class org.antlr.v4.runtime.atn.ATNConfig
 
ATNConfigSet - Class in org.antlr.v4.runtime.atn
Specialized Set<ATNConfig> that can track info about the set, with support for combining similar configurations using a graph-structured stack.
ATNConfigSet(boolean) - Constructor for class org.antlr.v4.runtime.atn.ATNConfigSet
 
ATNConfigSet() - Constructor for class org.antlr.v4.runtime.atn.ATNConfigSet
 
ATNConfigSet(ATNConfigSet) - Constructor for class org.antlr.v4.runtime.atn.ATNConfigSet
 
ATNConfigSet.AbstractConfigHashSet - Class in org.antlr.v4.runtime.atn
 
ATNConfigSet.AbstractConfigHashSet(AbstractEqualityComparator<? super ATNConfig>) - Constructor for class org.antlr.v4.runtime.atn.ATNConfigSet.AbstractConfigHashSet
 
ATNConfigSet.AbstractConfigHashSet(AbstractEqualityComparator<? super ATNConfig>, int, int) - Constructor for class org.antlr.v4.runtime.atn.ATNConfigSet.AbstractConfigHashSet
 
ATNConfigSet.ConfigEqualityComparator - Class in org.antlr.v4.runtime.atn
 
ATNConfigSet.ConfigHashSet - Class in org.antlr.v4.runtime.atn
The reason that we need this is because we don't want the hash map to use the standard hash code and equals.
ATNConfigSet.ConfigHashSet() - Constructor for class org.antlr.v4.runtime.atn.ATNConfigSet.ConfigHashSet
 
ATNSimulator - Class in org.antlr.v4.runtime.atn
 
ATNSimulator(ATN, PredictionContextCache) - Constructor for class org.antlr.v4.runtime.atn.ATNSimulator
 
atnStartState - Variable in class org.antlr.v4.runtime.dfa.DFA
From which ATN state did we create this DFA?
ATNState - Class in org.antlr.v4.runtime.atn
The following images show the relation of states and ATNState.transitions for various grammar constructs.
ATNState() - Constructor for class org.antlr.v4.runtime.atn.ATNState
 
ATNType - Enum in org.antlr.v4.runtime.atn
Represents the type of recognizer an ATN applies to.
ATOM - Static variable in class org.antlr.v4.runtime.atn.Transition
 
AtomTransition - Class in org.antlr.v4.runtime.atn
TODO: make all transitions sets? no, should remove set edges
AtomTransition(ATNState, int) - Constructor for class org.antlr.v4.runtime.atn.AtomTransition
 

B

b - Variable in class org.antlr.v4.runtime.misc.Interval
 
b - Variable in class org.antlr.v4.runtime.misc.Pair
 
b - Variable in class org.antlr.v4.runtime.misc.Triple
 
BailErrorStrategy - Class in org.antlr.v4.runtime
Bail out of parser at first syntax error.
BailErrorStrategy() - Constructor for class org.antlr.v4.runtime.BailErrorStrategy
 
BaseErrorListener - Class in org.antlr.v4.runtime
 
BaseErrorListener() - Constructor for class org.antlr.v4.runtime.BaseErrorListener
 
BASIC - Static variable in class org.antlr.v4.runtime.atn.ATNState
 
BasicBlockStartState - Class in org.antlr.v4.runtime.atn
 
BasicBlockStartState() - Constructor for class org.antlr.v4.runtime.atn.BasicBlockStartState
 
BasicFontMetrics - Class in org.antlr.v4.runtime.tree.gui
Font metrics.
BasicFontMetrics() - Constructor for class org.antlr.v4.runtime.tree.gui.BasicFontMetrics
 
BasicState - Class in org.antlr.v4.runtime.atn
 
BasicState() - Constructor for class org.antlr.v4.runtime.atn.BasicState
 
beginErrorCondition(Parser) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
This method is called to enter error recovery mode when a recognition exception is reported.
binarySearch(int) - Method in class org.antlr.v4.runtime.misc.IntegerList
 
binarySearch(int, int, int) - Method in class org.antlr.v4.runtime.misc.IntegerList
 
BLOCK_END - Static variable in class org.antlr.v4.runtime.atn.ATNState
 
BLOCK_START - Static variable in class org.antlr.v4.runtime.atn.ATNState
 
BlockEndState - Class in org.antlr.v4.runtime.atn
Terminal node of a simple (a|b|c) block.
BlockEndState() - Constructor for class org.antlr.v4.runtime.atn.BlockEndState
 
BlockStartState - Class in org.antlr.v4.runtime.atn
The start of a regular (...) block.
BlockStartState() - Constructor for class org.antlr.v4.runtime.atn.BlockStartState
 
borderColor - Variable in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
boundingBox - Variable in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
boundingBox(int, int) - Method in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
boundingBoxHeight - Variable in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
boundingBoxWidth - Variable in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
boxColor - Variable in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
buckets - Variable in class org.antlr.v4.runtime.misc.Array2DHashSet
 
buckets - Variable in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
BufferedTokenStream - Class in org.antlr.v4.runtime
Buffer all input tokens but do on-demand fetching of new tokens from lexer.
BufferedTokenStream(TokenSource) - Constructor for class org.antlr.v4.runtime.BufferedTokenStream
 

C

c - Variable in class org.antlr.v4.runtime.misc.Triple
 
cache - Variable in class org.antlr.v4.runtime.atn.PredictionContextCache
 
cachedHashCode - Variable in class org.antlr.v4.runtime.atn.PredictionContext
Stores the computed hash code of this PredictionContext.
calculateEmptyHashCode() - Static method in class org.antlr.v4.runtime.atn.PredictionContext
 
calculateHashCode(PredictionContext, int) - Static method in class org.antlr.v4.runtime.atn.PredictionContext
 
calculateHashCode(PredictionContext[], int[]) - Static method in class org.antlr.v4.runtime.atn.PredictionContext
 
captureSimState(LexerATNSimulator.SimState, CharStream, DFAState) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
catOpText(Object, Object) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
channel - Variable in class org.antlr.v4.runtime.CommonToken
 
channel - Variable in class org.antlr.v4.runtime.CommonTokenStream
Skip tokens on any channel but this one; this is how we skip whitespace...
charPos - Variable in class org.antlr.v4.runtime.atn.LexerATNSimulator.SimState
 
charPositionInLine - Variable in class org.antlr.v4.runtime.atn.LexerATNSimulator
The index of the character relative to the beginning of the line 0..n-1
charPositionInLine - Variable in class org.antlr.v4.runtime.CommonToken
 
CharStream - Interface in org.antlr.v4.runtime
A source of characters for an ANTLR lexer.
checkCondition(boolean) - Static method in class org.antlr.v4.runtime.atn.ATNSimulator
 
checkCondition(boolean, String) - Static method in class org.antlr.v4.runtime.atn.ATNSimulator
 
children - Variable in class org.antlr.v4.runtime.ParserRuleContext
If we are debugging or building a parse tree for a visitor, we need to track all of the tokens and rule invocations associated with this rule's context.
clear() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
 
clear() - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
 
clear() - Method in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
clear() - Method in class org.antlr.v4.runtime.misc.IntegerList
 
clear() - Method in class org.antlr.v4.runtime.misc.IntervalSet
 
clear() - Method in class org.antlr.v4.runtime.misc.OrderedHashSet
 
clone() - Method in class org.antlr.v4.runtime.misc.OrderedHashSet
 
close() - Method in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
closed - Variable in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
closure(CharStream, LexerATNConfig, ATNConfigSet, boolean, boolean) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
Since the alternatives within any lexer decision are ordered by preference, this method stops pursuing the closure as soon as an accept state is reached.
closure(ATNConfig, ATNConfigSet, Set<ATNConfig>, boolean, boolean) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
closure_(ATNConfig, ATNConfigSet, Set<ATNConfig>, boolean, boolean, int) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
Do the actual work of walking epsilon edges
closureCheckingStopState(ATNConfig, ATNConfigSet, Set<ATNConfig>, boolean, boolean, int) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
combineCommonParents(PredictionContext[]) - Static method in class org.antlr.v4.runtime.atn.PredictionContext
Make pass over all M parents; merge any equals() ones.
CommonToken - Class in org.antlr.v4.runtime
 
CommonToken(int) - Constructor for class org.antlr.v4.runtime.CommonToken
 
CommonToken(Pair<TokenSource, CharStream>, int, int, int, int) - Constructor for class org.antlr.v4.runtime.CommonToken
 
CommonToken(int, String) - Constructor for class org.antlr.v4.runtime.CommonToken
 
CommonToken(Token) - Constructor for class org.antlr.v4.runtime.CommonToken
 
CommonTokenFactory - Class in org.antlr.v4.runtime
 
CommonTokenFactory(boolean) - Constructor for class org.antlr.v4.runtime.CommonTokenFactory
Create factory and indicate whether or not the factory copy text out of the char stream.
CommonTokenFactory() - Constructor for class org.antlr.v4.runtime.CommonTokenFactory
 
CommonTokenStream - Class in org.antlr.v4.runtime
The most common stream of tokens where every token is buffered up and tokens are filtered for a certain channel (the parser will only see these tokens).
CommonTokenStream(TokenSource) - Constructor for class org.antlr.v4.runtime.CommonTokenStream
 
CommonTokenStream(TokenSource, int) - Constructor for class org.antlr.v4.runtime.CommonTokenStream
 
comparator - Variable in class org.antlr.v4.runtime.misc.Array2DHashSet
 
comparator - Variable in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
complement(int, int) - Method in class org.antlr.v4.runtime.misc.IntervalSet
 
complement(IntSet) - Method in class org.antlr.v4.runtime.misc.IntervalSet
Given the set of possible values (rather than, say UNICODE or MAXINT), return a new set containing all elements in vocabulary, but not in this.
complement(IntSet) - Method in interface org.antlr.v4.runtime.misc.IntSet
 
COMPLETE_CHAR_SET - Static variable in class org.antlr.v4.runtime.misc.IntervalSet
 
computeReachSet(ATNConfigSet, int, boolean) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
computeStartState(CharStream, ATNState) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
computeStartState(ATNState, RuleContext, boolean) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
computeTargetState(CharStream, DFAState, int) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
Compute a target state for an edge in the DFA, and attempt to add the computed state and corresponding edge to the DFA.
computeTargetState(DFA, DFAState, int) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
Compute a target state for an edge in the DFA, and attempt to add the computed state and corresponding edge to the DFA.
configLookup - Variable in class org.antlr.v4.runtime.atn.ATNConfigSet
All configs but hashed by (s, i, _, pi) not including context.
configs - Variable in class org.antlr.v4.runtime.atn.ATNConfigSet
Track the elements as they are added to the set; supports get(i)
configs - Variable in class org.antlr.v4.runtime.dfa.DFAState
 
conflictingAlts - Variable in class org.antlr.v4.runtime.atn.ATNConfigSet
 
ConsoleErrorListener - Class in org.antlr.v4.runtime
 
ConsoleErrorListener() - Constructor for class org.antlr.v4.runtime.ConsoleErrorListener
 
consume() - Method in class org.antlr.v4.runtime.ANTLRInputStream
 
consume(CharStream) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
consume() - Method in class org.antlr.v4.runtime.BufferedTokenStream
 
consume() - Method in interface org.antlr.v4.runtime.IntStream
Consumes the current symbol in the stream.
consume() - Method in class org.antlr.v4.runtime.Parser
Consume and return the current symbol.
consume() - Method in class org.antlr.v4.runtime.UnbufferedCharStream
 
consume() - Method in class org.antlr.v4.runtime.UnbufferedTokenStream
 
consumeUntil(Parser, IntervalSet) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
Consume tokens until one matches the given token set.
contains(Object) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
 
contains(Object) - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
 
contains(int) - Method in class org.antlr.v4.runtime.misc.IntegerList
 
contains(int) - Method in class org.antlr.v4.runtime.misc.IntervalSet
Is el in any range of this set?
contains(int) - Method in interface org.antlr.v4.runtime.misc.IntSet
 
containsAll(Collection<?>) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
 
containsAll(Collection<?>) - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
 
containsFast(ATNConfig) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
 
containsFast(T) - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
 
containsKey(Object) - Method in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
containsValue(Object) - Method in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
context - Variable in class org.antlr.v4.runtime.atn.ATNConfig
The stack of invoking states leading to the rule/states associated with this config.
copyFrom(ParserRuleContext) - Method in class org.antlr.v4.runtime.ParserRuleContext
COPY a ctx (I'm deliberately not using copy constructor)
copyState(LexerATNSimulator) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
copyText - Variable in class org.antlr.v4.runtime.CommonTokenFactory
Copy text for token out of input char stream.
create(PredictionContext, int) - Static method in class org.antlr.v4.runtime.atn.SingletonPredictionContext
 
create(Pair<TokenSource, CharStream>, int, String, int, int, int, int, int) - Method in class org.antlr.v4.runtime.CommonTokenFactory
 
create(int, String) - Method in class org.antlr.v4.runtime.CommonTokenFactory
 
create(Pair<TokenSource, CharStream>, int, String, int, int, int, int, int) - Method in interface org.antlr.v4.runtime.TokenFactory
This is the method used to create tokens in the lexer and in the error handling strategy.
create(int, String) - Method in interface org.antlr.v4.runtime.TokenFactory
Generically useful
createBucket(int) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet.AbstractConfigHashSet
 
createBucket(int) - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
Return an array of T with length capacity.
createBuckets(int) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet.AbstractConfigHashSet
 
createBuckets(int) - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
Return an array of T[] with length capacity.
creates - Static variable in class org.antlr.v4.runtime.misc.Interval
 
currentCharIndex - Variable in class org.antlr.v4.runtime.UnbufferedCharStream
Absolute character index.
currentPrime - Variable in class org.antlr.v4.runtime.misc.Array2DHashSet
 
currentPrime - Variable in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
currentTokenIndex - Variable in class org.antlr.v4.runtime.UnbufferedTokenStream
Absolute token index.

D

data - Variable in class org.antlr.v4.runtime.ANTLRInputStream
The data being scanned
data - Variable in class org.antlr.v4.runtime.UnbufferedCharStream
A moving window buffer of the data being scanned.
debug - Static variable in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
debug - Static variable in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
debug_list_atn_decisions - Static variable in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
decision - Variable in class org.antlr.v4.runtime.atn.DecisionState
 
decision - Variable in class org.antlr.v4.runtime.dfa.DFA
 
DecisionState - Class in org.antlr.v4.runtime.atn
 
DecisionState() - Constructor for class org.antlr.v4.runtime.atn.DecisionState
 
decisionToDFA - Variable in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
decisionToDFA - Variable in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
decisionToState - Variable in class org.antlr.v4.runtime.atn.ATN
Each subrule/rule is a decision point and we must track them so we can go back later and build DFA predictors for them.
DEFAULT - Static variable in class org.antlr.v4.runtime.CommonTokenFactory
 
DEFAULT - Static variable in class org.antlr.v4.runtime.tree.ParseTreeWalker
 
DEFAULT_CHANNEL - Static variable in interface org.antlr.v4.runtime.Token
All tokens go to the parser (unless skip() is called in that rule) on a particular "channel".
DEFAULT_FONT - Static variable in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
DEFAULT_MODE - Static variable in class org.antlr.v4.runtime.Lexer
 
DEFAULT_PROGRAM_NAME - Static variable in class org.antlr.v4.runtime.TokenStreamRewriter
 
DEFAULT_TOKEN_CHANNEL - Static variable in class org.antlr.v4.runtime.Lexer
 
DefaultErrorStrategy - Class in org.antlr.v4.runtime
This is the default error handling mechanism for ANTLR parsers and tree parsers.
DefaultErrorStrategy() - Constructor for class org.antlr.v4.runtime.DefaultErrorStrategy
 
defaultResult() - Method in class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
Gets the default value returned by visitor methods.
defineDecisionState(DecisionState) - Method in class org.antlr.v4.runtime.atn.ATN
 
delete(int) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
delete(int, int) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
delete(Token) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
delete(Token, Token) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
delete(String, int, int) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
delete(String, Token, Token) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
deleteProgram() - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
deleteProgram(String) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
Reset the program so that no instructions exist
depth() - Method in class org.antlr.v4.runtime.RuleContext
 
deserialize(char[]) - Static method in class org.antlr.v4.runtime.atn.ATNSimulator
 
DFA - Class in org.antlr.v4.runtime.dfa
 
DFA(DecisionState) - Constructor for class org.antlr.v4.runtime.dfa.DFA
 
DFA(DecisionState, int) - Constructor for class org.antlr.v4.runtime.dfa.DFA
 
dfa_debug - Static variable in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
dfa_debug - Static variable in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
DFASerializer - Class in org.antlr.v4.runtime.dfa
A DFA walker that knows how to dump them to serialized strings.
DFASerializer(DFA, String[]) - Constructor for class org.antlr.v4.runtime.dfa.DFASerializer
 
dfaState - Variable in class org.antlr.v4.runtime.atn.LexerATNSimulator.SimState
 
DFAState - Class in org.antlr.v4.runtime.dfa
A DFA state represents a set of possible ATN configurations.
DFAState() - Constructor for class org.antlr.v4.runtime.dfa.DFAState
 
DFAState(int) - Constructor for class org.antlr.v4.runtime.dfa.DFAState
 
DFAState(ATNConfigSet) - Constructor for class org.antlr.v4.runtime.dfa.DFAState
 
DFAState.PredPrediction - Class in org.antlr.v4.runtime.dfa
Map a predicate to a predicted alternative.
DFAState.PredPrediction(SemanticContext, int) - Constructor for class org.antlr.v4.runtime.dfa.DFAState.PredPrediction
 
DiagnosticErrorListener - Class in org.antlr.v4.runtime
This implementation of ANTLRErrorListener can be used to identify certain potential correctness and performance problems in grammars.
DiagnosticErrorListener() - Constructor for class org.antlr.v4.runtime.DiagnosticErrorListener
Initializes a new instance of DiagnosticErrorListener which only reports exact ambiguities.
DiagnosticErrorListener(boolean) - Constructor for class org.antlr.v4.runtime.DiagnosticErrorListener
Initializes a new instance of DiagnosticErrorListener, specifying whether all ambiguities or only exact ambiguities are reported.
diagnostics - Variable in class org.antlr.v4.runtime.misc.TestRig
 
differenceNotProperlyContained(Interval) - Method in class org.antlr.v4.runtime.misc.Interval
Return the interval with elements from this not in other; other must not be totally enclosed (properly contained) within this, which would result in two disjoint intervals instead of the single one returned by this method.
dipsIntoOuterContext - Variable in class org.antlr.v4.runtime.atn.ATNConfigSet
 
disjoint(Interval) - Method in class org.antlr.v4.runtime.misc.Interval
Are both ranges disjoint? I.e., no overlap?
doc - Variable in class org.antlr.v4.runtime.tree.gui.TreePostScriptGenerator
 
DoubleKeyMap<Key1,Key2,Value> - Class in org.antlr.v4.runtime.misc
Sometimes we need to map a key to a value but key is two pieces of data.
DoubleKeyMap() - Constructor for class org.antlr.v4.runtime.misc.DoubleKeyMap
 
dumpDeadEndConfigs(NoViableAltException) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
Used for debugging in adaptivePredict around execATN but I cut it out for clarity now that alg.
dumpDFA() - Method in class org.antlr.v4.runtime.Parser
For debugging and other purposes.

E

edgeFactory(ATN, int, int, int, int, int, int, List<IntervalSet>) - Static method in class org.antlr.v4.runtime.atn.ATNSimulator
 
edges - Variable in class org.antlr.v4.runtime.dfa.DFAState
edges[symbol] points to target of symbol.
elementName(String[], int) - Method in class org.antlr.v4.runtime.misc.IntervalSet
 
elements() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
Return a List holding list of configs
elements - Variable in class org.antlr.v4.runtime.misc.OrderedHashSet
Track the elements as they are added to the set
elements() - Method in class org.antlr.v4.runtime.misc.OrderedHashSet
Return the List holding list of table elements.
emit(Token) - Method in class org.antlr.v4.runtime.Lexer
By default does not support multiple emits per nextToken invocation for efficiency reasons.
emit() - Method in class org.antlr.v4.runtime.Lexer
The standard method called to automatically emit a token at the outermost lexical rule.
emitEOF() - Method in class org.antlr.v4.runtime.Lexer
 
EMPTY - Static variable in class org.antlr.v4.runtime.atn.PredictionContext
Represents $ in local context prediction, which means wildcard.
EMPTY - Static variable in class org.antlr.v4.runtime.RuleContext
 
EMPTY_RETURN_STATE - Static variable in class org.antlr.v4.runtime.atn.PredictionContext
Represents $ in an array in full context mode, when $ doesn't mean wildcard: $ + x = [$,x].
EMPTY_SET - Static variable in class org.antlr.v4.runtime.misc.IntervalSet
 
EMPTY_SOURCE - Static variable in class org.antlr.v4.runtime.CommonToken
 
EmptyPredictionContext - Class in org.antlr.v4.runtime.atn
 
EmptyPredictionContext() - Constructor for class org.antlr.v4.runtime.atn.EmptyPredictionContext
 
encoding - Variable in class org.antlr.v4.runtime.misc.TestRig
 
endErrorCondition(Parser) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
This method is called to leave error recovery mode after recovering from a recognition exception.
endState - Variable in class org.antlr.v4.runtime.atn.BlockStartState
 
enterEveryRule(ParserRuleContext) - Method in class org.antlr.v4.runtime.Parser.TraceListener
 
enterEveryRule(ParserRuleContext) - Method in class org.antlr.v4.runtime.Parser.TrimToSizeListener
 
enterEveryRule(ParserRuleContext) - Method in interface org.antlr.v4.runtime.tree.ParseTreeListener
 
enterOuterAlt(ParserRuleContext, int) - Method in class org.antlr.v4.runtime.Parser
 
enterRecursionRule(ParserRuleContext, int) - Method in class org.antlr.v4.runtime.Parser
 
enterRule(ParserRuleContext, int, int) - Method in class org.antlr.v4.runtime.Parser
Always called by generated parsers upon entry to a rule.
enterRule(ParseTreeListener) - Method in class org.antlr.v4.runtime.ParserRuleContext
 
enterRule(ParseTreeListener, RuleNode) - Method in class org.antlr.v4.runtime.tree.ParseTreeWalker
The discovery of a rule node, involves sending two events: the generic ParseTreeListener.enterEveryRule(org.antlr.v4.runtime.ParserRuleContext) and a RuleContext-specific event.
entrySet() - Method in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
EOF - Static variable in interface org.antlr.v4.runtime.IntStream
The value returned by LA() when the end of the stream is reached.
EOF - Static variable in class org.antlr.v4.runtime.Recognizer
 
EOF - Static variable in interface org.antlr.v4.runtime.Token
 
EPSILON - Static variable in class org.antlr.v4.runtime.atn.Transition
 
EPSILON - Static variable in interface org.antlr.v4.runtime.Token
During lookahead operations, this "token" signifies we hit rule end ATN state and did not follow it despite needing to.
epsilonOnlyTransitions - Variable in class org.antlr.v4.runtime.atn.ATNState
 
EpsilonTransition - Class in org.antlr.v4.runtime.atn
 
EpsilonTransition(ATNState) - Constructor for class org.antlr.v4.runtime.atn.EpsilonTransition
 
EqualityComparator<T> - Interface in org.antlr.v4.runtime.misc
This interface provides an abstract concept of object equality independent of Object.equals(java.lang.Object) (object equality) and the == operator (reference equality).
equals(Object) - Method in class org.antlr.v4.runtime.atn.ArrayPredictionContext
 
equals(Object) - Method in class org.antlr.v4.runtime.atn.ATNConfig
An ATN configuration is equal to another if both have the same state, they predict the same alternative, and syntactic/semantic contexts are the same.
equals(ATNConfig) - Method in class org.antlr.v4.runtime.atn.ATNConfig
 
equals(ATNConfig, ATNConfig) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet.ConfigEqualityComparator
 
equals(Object) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
 
equals(Object) - Method in class org.antlr.v4.runtime.atn.ATNState
 
equals(Object) - Method in class org.antlr.v4.runtime.atn.EmptyPredictionContext
 
equals(ATNConfig) - Method in class org.antlr.v4.runtime.atn.LexerATNConfig
 
equals(Object) - Method in class org.antlr.v4.runtime.atn.PredictionContext
 
equals(Object) - Method in class org.antlr.v4.runtime.atn.SemanticContext.AND
 
equals(Object) - Method in class org.antlr.v4.runtime.atn.SemanticContext.OR
 
equals(Object) - Method in class org.antlr.v4.runtime.atn.SemanticContext.Predicate
 
equals(Object) - Method in class org.antlr.v4.runtime.atn.SingletonPredictionContext
 
equals(Object) - Method in class org.antlr.v4.runtime.dfa.DFAState
Two DFAState instances are equal if their ATN configuration sets are the same.
equals(Object) - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
 
equals(T, T) - Method in interface org.antlr.v4.runtime.misc.EqualityComparator
This method tests if two objects are equal.
equals(Object) - Method in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
equals(Object) - Method in class org.antlr.v4.runtime.misc.IntegerList
Compares the specified object with this list for equality.
equals(Object) - Method in class org.antlr.v4.runtime.misc.Interval
 
equals(Object) - Method in class org.antlr.v4.runtime.misc.IntervalSet
Are two IntervalSets equal? Because all intervals are sorted and disjoint, equals is a simple linear walk over both lists to make sure they are the same.
equals(Object) - Method in interface org.antlr.v4.runtime.misc.IntSet
 
equals(Object, Object) - Method in class org.antlr.v4.runtime.misc.ObjectEqualityComparator
This method tests if two objects are equal.
equals(Object) - Method in class org.antlr.v4.runtime.misc.OrderedHashSet
 
ERROR - Static variable in class org.antlr.v4.runtime.atn.ATNSimulator
Must distinguish between missing edge and edge we know leads nowhere
ErrorNode - Interface in org.antlr.v4.runtime.tree
 
ErrorNodeImpl - Class in org.antlr.v4.runtime.tree
Represents a token that was consumed during resynchronization rather than during a valid match operation.
ErrorNodeImpl(Token) - Constructor for class org.antlr.v4.runtime.tree.ErrorNodeImpl
 
errorRecoveryMode - Variable in class org.antlr.v4.runtime.DefaultErrorStrategy
This is true after we see an error and before having successfully matched a token.
escapeWhitespace(String, boolean) - Static method in class org.antlr.v4.runtime.misc.Utils
 
escapeWSAndQuote(String) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
 
eval(Recognizer<?, ?>, RuleContext) - Method in class org.antlr.v4.runtime.atn.SemanticContext.AND
 
eval(Recognizer<?, ?>, RuleContext) - Method in class org.antlr.v4.runtime.atn.SemanticContext
For context independent predicates, we evaluate them without a local context (i.e., null context).
eval(Recognizer<?, ?>, RuleContext) - Method in class org.antlr.v4.runtime.atn.SemanticContext.OR
 
eval(Recognizer<?, ?>, RuleContext) - Method in class org.antlr.v4.runtime.atn.SemanticContext.Predicate
 
evalSemanticContext(DFAState.PredPrediction[], ParserRuleContext, boolean) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
Look through a list of predicate/alt pairs, returning alts for the pairs that win.
evaluatePredicate(CharStream, int, int, boolean) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
Evaluate a predicate specified in the lexer.
exactOnly - Variable in class org.antlr.v4.runtime.DiagnosticErrorListener
When true, only exactly known ambiguities are reported.
exception - Variable in class org.antlr.v4.runtime.ParserRuleContext
The exception which forced this rule to return.
execATN(CharStream, DFAState) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
execATN(DFA, DFAState, TokenStream, int, ParserRuleContext) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
Performs ATN simulation to compute a predicted alternative based upon the remaining input, but also updates the DFA cache to avoid having to traverse the ATN again for the same input sequence.
execATNWithFullContext(DFA, DFAState, ATNConfigSet, TokenStream, int, ParserRuleContext) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
execute(StringBuilder) - Method in class org.antlr.v4.runtime.TokenStreamRewriter.RewriteOperation
Execute the rewrite operation by possibly adding to the buffer.
exitEveryRule(ParserRuleContext) - Method in class org.antlr.v4.runtime.Parser.TraceListener
 
exitEveryRule(ParserRuleContext) - Method in class org.antlr.v4.runtime.Parser.TrimToSizeListener
 
exitEveryRule(ParserRuleContext) - Method in interface org.antlr.v4.runtime.tree.ParseTreeListener
 
exitRule() - Method in class org.antlr.v4.runtime.Parser
 
exitRule(ParseTreeListener) - Method in class org.antlr.v4.runtime.ParserRuleContext
 
exitRule(ParseTreeListener, RuleNode) - Method in class org.antlr.v4.runtime.tree.ParseTreeWalker
 
expand() - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
 
expand() - Method in class org.antlr.v4.runtime.misc.FlexibleHashMap
 

F

FailedPredicateException - Exception in org.antlr.v4.runtime
A semantic predicate failed during validation.
FailedPredicateException(Parser) - Constructor for exception org.antlr.v4.runtime.FailedPredicateException
 
FailedPredicateException(Parser, String) - Constructor for exception org.antlr.v4.runtime.FailedPredicateException
 
FailedPredicateException(Parser, String, String) - Constructor for exception org.antlr.v4.runtime.FailedPredicateException
 
failOrAccept(LexerATNSimulator.SimState, CharStream, ATNConfigSet, int) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
fetch(int) - Method in class org.antlr.v4.runtime.BufferedTokenStream
Add n elements to buffer.
fetchedEOF - Variable in class org.antlr.v4.runtime.BufferedTokenStream
Set to true when the EOF token is fetched.
fileName - Variable in class org.antlr.v4.runtime.ANTLRFileStream
 
fill() - Method in class org.antlr.v4.runtime.BufferedTokenStream
Get all tokens from lexer until EOF
fill(int) - Method in class org.antlr.v4.runtime.UnbufferedCharStream
Add n characters to the buffer.
fill(int) - Method in class org.antlr.v4.runtime.UnbufferedTokenStream
Add n elements to the buffer.
filterForChannel(int, int, int) - Method in class org.antlr.v4.runtime.BufferedTokenStream
 
finish(int, int) - Static method in class org.antlr.v4.runtime.misc.MurmurHash
Apply the final computation steps to the intermediate value hash to form the final result of the MurmurHash 3 hash function.
FlexibleHashMap<K,V> - Class in org.antlr.v4.runtime.misc
A limited map (many unsupported operations) that lets me use varying hashCode/equals.
FlexibleHashMap() - Constructor for class org.antlr.v4.runtime.misc.FlexibleHashMap
 
FlexibleHashMap(AbstractEqualityComparator<? super K>) - Constructor for class org.antlr.v4.runtime.misc.FlexibleHashMap
 
FlexibleHashMap(AbstractEqualityComparator<? super K>, int, int) - Constructor for class org.antlr.v4.runtime.misc.FlexibleHashMap
 
FlexibleHashMap.Entry<K,V> - Class in org.antlr.v4.runtime.misc
 
FlexibleHashMap.Entry(K, V) - Constructor for class org.antlr.v4.runtime.misc.FlexibleHashMap.Entry
 
followState - Variable in class org.antlr.v4.runtime.atn.RuleTransition
What node to begin computations following ref to rule
font - Variable in class org.antlr.v4.runtime.tree.gui.SystemFontMetrics
 
font - Variable in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
fontMetrics - Variable in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
fontName - Variable in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
fontName - Variable in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
fontSize - Variable in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
fontSize - Variable in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
fontStyle - Variable in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
from - Variable in class org.antlr.v4.runtime.atn.RangeTransition
 
fromRuleContext(ATN, RuleContext) - Static method in class org.antlr.v4.runtime.atn.PredictionContext
Convert a RuleContext tree to a PredictionContext graph.
fullCtx - Variable in class org.antlr.v4.runtime.atn.ATNConfigSet
Indicates that this configuration set is part of a full context LL prediction.

G

gapBetweenLevels - Variable in class org.antlr.v4.runtime.tree.gui.TreePostScriptGenerator
 
gapBetweenLevels - Variable in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
gapBetweenNodes - Variable in class org.antlr.v4.runtime.tree.gui.TreePostScriptGenerator
 
gapBetweenNodes - Variable in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
generateEdges(Tree) - Method in class org.antlr.v4.runtime.tree.gui.TreePostScriptGenerator
 
generateNode(Tree) - Method in class org.antlr.v4.runtime.tree.gui.TreePostScriptGenerator
 
get(int) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
 
get(PredictionContext) - Method in class org.antlr.v4.runtime.atn.PredictionContextCache
 
get(int) - Method in class org.antlr.v4.runtime.BufferedTokenStream
 
get(int, int) - Method in class org.antlr.v4.runtime.BufferedTokenStream
Get all tokens from start..stop inclusively
get(T) - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
 
get(Key1, Key2) - Method in class org.antlr.v4.runtime.misc.DoubleKeyMap
 
get(Key1) - Method in class org.antlr.v4.runtime.misc.DoubleKeyMap
 
get(Object) - Method in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
get(int) - Method in class org.antlr.v4.runtime.misc.IntegerList
 
get(int) - Method in class org.antlr.v4.runtime.misc.IntervalSet
Get the ith element of ordered set.
get(int) - Method in class org.antlr.v4.runtime.misc.OrderedHashSet
 
get(int) - Method in interface org.antlr.v4.runtime.TokenStream
Gets the Token at the specified index in the stream.
get(ParseTree) - Method in class org.antlr.v4.runtime.tree.ParseTreeProperty
 
get(int) - Method in class org.antlr.v4.runtime.UnbufferedTokenStream
 
getAllContextNodes(PredictionContext) - Static method in class org.antlr.v4.runtime.atn.PredictionContext
 
getAllContextNodes_(PredictionContext, List<PredictionContext>, Map<PredictionContext, PredictionContext>) - Static method in class org.antlr.v4.runtime.atn.PredictionContext
 
getAllTokens() - Method in class org.antlr.v4.runtime.Lexer
Return a list of all Token objects in input char stream.
getAlts(Collection<BitSet>) - Static method in enum org.antlr.v4.runtime.atn.PredictionMode
Gets the complete set of represented alternatives for a collection of alternative subsets.
getAltSet() - Method in class org.antlr.v4.runtime.dfa.DFAState
Get the set of all alts mentioned by all ATN configurations in this DFA state.
getAltThatFinishedDecisionEntryRule(ATNConfigSet) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
getAncestors(Tree) - Static method in class org.antlr.v4.runtime.tree.Trees
Return a list of all ancestors of this node.
getArcSize() - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
getATN() - Method in class org.antlr.v4.runtime.Recognizer
 
getBorderColor() - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
getBoundsOfNode(Tree) - Method in class org.antlr.v4.runtime.tree.gui.TreePostScriptGenerator
 
getBoundsOfNode(Tree) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
getBoxColor() - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
getBucket(T) - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
 
getBucket(K) - Method in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
getBufferStartIndex() - Method in class org.antlr.v4.runtime.UnbufferedCharStream
 
getBufferStartIndex() - Method in class org.antlr.v4.runtime.UnbufferedTokenStream
 
getBuildParseTree() - Method in class org.antlr.v4.runtime.Parser
Gets whether or not a complete parse tree will be constructed while parsing.
getCachedContext(PredictionContext) - Method in class org.antlr.v4.runtime.atn.ATNSimulator
 
getCachedContext(PredictionContext, PredictionContextCache, IdentityHashMap<PredictionContext, PredictionContext>) - Static method in class org.antlr.v4.runtime.atn.PredictionContext
 
getChannel() - Method in class org.antlr.v4.runtime.CommonToken
 
getChannel() - Method in class org.antlr.v4.runtime.Lexer
 
getChannel() - Method in interface org.antlr.v4.runtime.Token
Return the channel this token.
getCharErrorDisplay(int) - Method in class org.antlr.v4.runtime.Lexer
 
getCharIndex() - Method in class org.antlr.v4.runtime.Lexer
What is the index of the current character of lookahead?
getCharPositionInLine() - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
getCharPositionInLine() - Method in class org.antlr.v4.runtime.CommonToken
 
getCharPositionInLine() - Method in class org.antlr.v4.runtime.Lexer
 
getCharPositionInLine() - Method in interface org.antlr.v4.runtime.Token
The index of the first character of this token relative to the beginning of the line at which it occurs, 0..n-1
getCharPositionInLine() - Method in interface org.antlr.v4.runtime.TokenSource
 
getChild(int) - Method in class org.antlr.v4.runtime.ParserRuleContext
 
getChild(Class<? extends T>, int) - Method in class org.antlr.v4.runtime.ParserRuleContext
 
getChild(int) - Method in class org.antlr.v4.runtime.RuleContext
 
getChild(int) - Method in interface org.antlr.v4.runtime.tree.ParseTree
 
getChild(int) - Method in class org.antlr.v4.runtime.tree.TerminalNodeImpl
 
getChild(int) - Method in interface org.antlr.v4.runtime.tree.Tree
If there are children, get the ith value indexed from 0.
getChildCount() - Method in class org.antlr.v4.runtime.ParserRuleContext
 
getChildCount() - Method in class org.antlr.v4.runtime.RuleContext
 
getChildCount() - Method in class org.antlr.v4.runtime.tree.TerminalNodeImpl
 
getChildCount() - Method in interface org.antlr.v4.runtime.tree.Tree
How many children are there? If there is none, then this node represents a leaf node.
getChildren(Tree) - Method in class org.antlr.v4.runtime.tree.gui.TreePostScriptGenerator
 
getComponentGraphics(Graphics) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
getConflictingAlts(ATNConfigSet) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
getConflictingAlts(BitSet, ATNConfigSet) - Method in class org.antlr.v4.runtime.DiagnosticErrorListener
Computes the set of conflicting or ambiguous alternatives from a configuration set, if that information was not already provided by the parser.
getConflictingAltsOrUniqueAlt(ATNConfigSet) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
Sam pointed out a problem with the previous definition, v3, of ambiguous states.
getConflictingAltSubsets(ATNConfigSet) - Static method in enum org.antlr.v4.runtime.atn.PredictionMode
This function gets the conflicting alt subsets from a configuration set.
getContext() - Method in class org.antlr.v4.runtime.Parser
 
getCtx() - Method in exception org.antlr.v4.runtime.RecognitionException
Gets the RuleContext at the time this exception was thrown.
getCurrentToken() - Method in class org.antlr.v4.runtime.Parser
Match needs to return the current input symbol, which gets put into the label for the associated token ref; e.g., x=ID.
getDeadEndConfigs() - Method in exception org.antlr.v4.runtime.LexerNoViableAltException
 
getDeadEndConfigs() - Method in exception org.antlr.v4.runtime.NoViableAltException
 
getDecisionDescription(Parser, DFA) - Method in class org.antlr.v4.runtime.DiagnosticErrorListener
 
getDecisionLookahead(ATNState) - Method in class org.antlr.v4.runtime.atn.LL1Analyzer
Calculates the SLL(1) expected lookahead set for each outgoing transition of an ATNState.
getDecisionState(int) - Method in class org.antlr.v4.runtime.atn.ATN
 
getDFA(int) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
getDFAStrings() - Method in class org.antlr.v4.runtime.Parser
For debugging and other purposes.
getEdgeLabel(int) - Method in class org.antlr.v4.runtime.dfa.DFASerializer
 
getEdgeLabel(int) - Method in class org.antlr.v4.runtime.dfa.LexerDFASerializer
 
getEpsilonTarget(CharStream, LexerATNConfig, Transition, ATNConfigSet, boolean) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
getEpsilonTarget(ATNConfig, Transition, boolean, boolean, boolean) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
getErrorDisplay(String) - Method in class org.antlr.v4.runtime.Lexer
 
getErrorDisplay(int) - Method in class org.antlr.v4.runtime.Lexer
 
getErrorHandler() - Method in class org.antlr.v4.runtime.Parser
 
getErrorHeader(RecognitionException) - Method in class org.antlr.v4.runtime.Recognizer
What is the error header, normally line/character position information?
getErrorListenerDispatch() - Method in class org.antlr.v4.runtime.Recognizer
 
getErrorListeners() - Method in class org.antlr.v4.runtime.Recognizer
 
getErrorRecoverySet(Parser) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
 
getExistingTargetState(DFAState, int) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
Get an existing target state for an edge in the DFA.
getExistingTargetState(DFAState, int) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
Get an existing target state for an edge in the DFA.
getExpectedTokens(int, RuleContext) - Method in class org.antlr.v4.runtime.atn.ATN
Computes the set of input symbols which could follow ATN state number stateNumber in the specified full context.
getExpectedTokens(Parser) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
 
getExpectedTokens() - Method in class org.antlr.v4.runtime.Parser
Computes the set of input symbols which could follow the current parser state and context, as given by Recognizer.getState() and Parser.getContext(), respectively.
getExpectedTokens() - Method in exception org.antlr.v4.runtime.RecognitionException
Gets the set of input symbols which could potentially follow the previously matched symbol at the time this exception was thrown.
getExpectedTokensWithinCurrentRule() - Method in class org.antlr.v4.runtime.Parser
 
getFont() - Method in class org.antlr.v4.runtime.tree.gui.SystemFontMetrics
 
getFont() - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
getFontSize() - Method in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
getGrammarFileName() - Method in class org.antlr.v4.runtime.Recognizer
For debugging and other purposes, might want the grammar name.
getHeight(Tree) - Method in class org.antlr.v4.runtime.tree.gui.TreePostScriptGenerator.VariableExtentProvide
 
getHeight(Tree) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer.VariableExtentProvide
 
getHiddenTokensToLeft(int, int) - Method in class org.antlr.v4.runtime.BufferedTokenStream
Collect all tokens on specified channel to the left of the current token up until we see a token on DEFAULT_TOKEN_CHANNEL.
getHiddenTokensToLeft(int) - Method in class org.antlr.v4.runtime.BufferedTokenStream
Collect all hidden tokens (any off-default channel) to the left of the current token up until we see a token on DEFAULT_TOKEN_CHANNEL.
getHiddenTokensToRight(int, int) - Method in class org.antlr.v4.runtime.BufferedTokenStream
Collect all tokens on specified channel to the right of the current token up until we see a token on DEFAULT_TOKEN_CHANNEL or EOF.
getHiddenTokensToRight(int) - Method in class org.antlr.v4.runtime.BufferedTokenStream
Collect all hidden tokens (any off-default channel) to the right of the current token up until we see a token on DEFAULT_TOKEN_CHANNEL of EOF.
getHighlightedBoxColor() - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
getHighlightedNodeIndex(Tree) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
getInputStream() - Method in class org.antlr.v4.runtime.CommonToken
 
getInputStream() - Method in class org.antlr.v4.runtime.Lexer
 
getInputStream() - Method in exception org.antlr.v4.runtime.LexerNoViableAltException
 
getInputStream() - Method in class org.antlr.v4.runtime.Parser
 
getInputStream() - Method in exception org.antlr.v4.runtime.RecognitionException
Gets the input stream which is the symbol source for the recognizer where this exception was thrown.
getInputStream() - Method in class org.antlr.v4.runtime.Recognizer
 
getInputStream() - Method in interface org.antlr.v4.runtime.Token
Gets the CharStream from which this token was derived.
getInputStream() - Method in interface org.antlr.v4.runtime.TokenSource
From what character stream was this token created? You don't have to implement but it's nice to know where a Token comes from if you have include files etc...
getInterpreter() - Method in class org.antlr.v4.runtime.Recognizer
 
getIntervals() - Method in class org.antlr.v4.runtime.misc.IntervalSet
Return a list of Interval objects.
getInvokingContext(int) - Method in class org.antlr.v4.runtime.Parser
 
getKindOfOps(List<? extends TokenStreamRewriter.RewriteOperation>, Class<T>, int) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
Get all operations before an index of a particular kind
getLastRewriteTokenIndex() - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
getLastRewriteTokenIndex(String) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
getLine() - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
getLine() - Method in class org.antlr.v4.runtime.CommonToken
 
getLine() - Method in class org.antlr.v4.runtime.Lexer
 
getLine() - Method in interface org.antlr.v4.runtime.Token
The line number on which the 1st character of this token was matched, line=1..n
getLine() - Method in interface org.antlr.v4.runtime.TokenSource
 
getLineHeight(int) - Method in class org.antlr.v4.runtime.tree.gui.BasicFontMetrics
 
getLineHeight() - Method in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
getLookaheadName(TokenStream) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
getLoopEntryState() - Method in class org.antlr.v4.runtime.atn.StarLoopbackState
 
getMaxElement() - Method in class org.antlr.v4.runtime.misc.IntervalSet
 
getMinElement() - Method in class org.antlr.v4.runtime.misc.IntervalSet
Return minimum element >= 0
getMissingSymbol(Parser) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
Conjure up a missing token during error recovery.
getModeNames() - Method in class org.antlr.v4.runtime.Lexer
 
getNodeText(Tree, Parser) - Static method in class org.antlr.v4.runtime.tree.Trees
 
getNodeText(Tree, List<String>) - Static method in class org.antlr.v4.runtime.tree.Trees
 
getNumberOfDecisions() - Method in class org.antlr.v4.runtime.atn.ATN
 
getNumberOfOnChannelTokens() - Method in class org.antlr.v4.runtime.CommonTokenStream
Count EOF just once.
getNumberOfSyntaxErrors() - Method in class org.antlr.v4.runtime.Parser
Gets the number of syntax errors reported during parsing.
getNumberOfTransitions() - Method in class org.antlr.v4.runtime.atn.ATNState
 
getOffendingState() - Method in exception org.antlr.v4.runtime.RecognitionException
Get the ATN state number the parser was in at the time the error occurred.
getOffendingToken() - Method in exception org.antlr.v4.runtime.RecognitionException
 
getOrAdd(T) - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
Add o to set if not there; return existing value if already there.
getOrAddImpl(T) - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
 
getPairs() - Method in class org.antlr.v4.runtime.misc.MultiMap
 
getParent(int) - Method in class org.antlr.v4.runtime.atn.ArrayPredictionContext
 
getParent(int) - Method in class org.antlr.v4.runtime.atn.EmptyPredictionContext
 
getParent(int) - Method in class org.antlr.v4.runtime.atn.PredictionContext
 
getParent(int) - Method in class org.antlr.v4.runtime.atn.SingletonPredictionContext
 
getParent() - Method in class org.antlr.v4.runtime.ParserRuleContext
 
getParent() - Method in class org.antlr.v4.runtime.RuleContext
 
getParent() - Method in interface org.antlr.v4.runtime.tree.ParseTree
 
getParent() - Method in class org.antlr.v4.runtime.tree.TerminalNodeImpl
 
getParent() - Method in interface org.antlr.v4.runtime.tree.Tree
The parent of this node.
getParseListeners() - Method in class org.antlr.v4.runtime.Parser
 
getPayload() - Method in class org.antlr.v4.runtime.RuleContext
 
getPayload() - Method in class org.antlr.v4.runtime.tree.TerminalNodeImpl
 
getPayload() - Method in interface org.antlr.v4.runtime.tree.Tree
This method returns whatever object represents the data at this note.
getPredicate() - Method in class org.antlr.v4.runtime.atn.PredicateTransition
 
getPredicate() - Method in exception org.antlr.v4.runtime.FailedPredicateException
 
getPredicatePredictions(BitSet, SemanticContext[]) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
getPredicates() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
 
getPredictionMode() - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
getPredIndex() - Method in exception org.antlr.v4.runtime.FailedPredicateException
 
getPredsForAmbigAlts(BitSet, ATNConfigSet, int) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
getProgram(String) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
getPS() - Method in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
getPS() - Method in class org.antlr.v4.runtime.tree.gui.TreePostScriptGenerator
 
getPS(Tree, List<String>, String, int) - Static method in class org.antlr.v4.runtime.tree.Trees
 
getPS(Tree, List<String>) - Static method in class org.antlr.v4.runtime.tree.Trees
 
getReachableConfigSet(CharStream, ATNConfigSet, ATNConfigSet, int) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
Given a starting configuration set, figure out all ATN configurations we can reach upon input t.
getReachableTarget(Transition, int) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
getReachableTarget(Transition, int) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
getRecognizer() - Method in exception org.antlr.v4.runtime.RecognitionException
Gets the Recognizer where this exception occurred.
getReturnState(int) - Method in class org.antlr.v4.runtime.atn.ArrayPredictionContext
 
getReturnState(int) - Method in class org.antlr.v4.runtime.atn.EmptyPredictionContext
 
getReturnState(int) - Method in class org.antlr.v4.runtime.atn.PredictionContext
 
getReturnState(int) - Method in class org.antlr.v4.runtime.atn.SingletonPredictionContext
 
getRuleContext() - Method in class org.antlr.v4.runtime.Parser
 
getRuleContext(Class<? extends T>, int) - Method in class org.antlr.v4.runtime.ParserRuleContext
 
getRuleContext() - Method in class org.antlr.v4.runtime.RuleContext
 
getRuleContext() - Method in interface org.antlr.v4.runtime.tree.RuleNode
 
getRuleContexts(Class<? extends T>) - Method in class org.antlr.v4.runtime.ParserRuleContext
 
getRuleIndex() - Method in exception org.antlr.v4.runtime.FailedPredicateException
 
getRuleIndex() - Method in class org.antlr.v4.runtime.RuleContext
 
getRuleInvocationStack() - Method in class org.antlr.v4.runtime.Parser
Return List<String> of the rule names in your parser instance leading up to a call to the current rule.
getRuleInvocationStack(RuleContext) - Method in class org.antlr.v4.runtime.Parser
 
getRuleName(int) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
getRuleNames() - Method in class org.antlr.v4.runtime.Recognizer
 
getScale() - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
getSerializationType() - Method in class org.antlr.v4.runtime.atn.ActionTransition
 
getSerializationType() - Method in class org.antlr.v4.runtime.atn.AtomTransition
 
getSerializationType() - Method in class org.antlr.v4.runtime.atn.EpsilonTransition
 
getSerializationType() - Method in class org.antlr.v4.runtime.atn.NotSetTransition
 
getSerializationType() - Method in class org.antlr.v4.runtime.atn.PredicateTransition
 
getSerializationType() - Method in class org.antlr.v4.runtime.atn.RangeTransition
 
getSerializationType() - Method in class org.antlr.v4.runtime.atn.RuleTransition
 
getSerializationType() - Method in class org.antlr.v4.runtime.atn.SetTransition
 
getSerializationType() - Method in class org.antlr.v4.runtime.atn.Transition
 
getSerializationType() - Method in class org.antlr.v4.runtime.atn.WildcardTransition
 
getSharedContextCache() - Method in class org.antlr.v4.runtime.atn.ATNSimulator
 
getSingleElement() - Method in class org.antlr.v4.runtime.misc.IntervalSet
If this set is a single integer, return it otherwise Token.INVALID_TYPE
getSingleElement() - Method in interface org.antlr.v4.runtime.misc.IntSet
 
getSingleViableAlt(Collection<BitSet>) - Static method in enum org.antlr.v4.runtime.atn.PredictionMode
 
getSourceInterval() - Method in class org.antlr.v4.runtime.ParserRuleContext
 
getSourceInterval() - Method in class org.antlr.v4.runtime.RuleContext
 
getSourceInterval() - Method in interface org.antlr.v4.runtime.tree.SyntaxTree
Return an Interval indicating the index in the TokenStream of the first and last token associated with this subtree.
getSourceInterval() - Method in class org.antlr.v4.runtime.tree.TerminalNodeImpl
 
getSourceName() - Method in class org.antlr.v4.runtime.ANTLRFileStream
 
getSourceName() - Method in class org.antlr.v4.runtime.ANTLRInputStream
 
getSourceName() - Method in class org.antlr.v4.runtime.BufferedTokenStream
 
getSourceName() - Method in interface org.antlr.v4.runtime.IntStream
Gets the name of the underlying symbol source.
getSourceName() - Method in class org.antlr.v4.runtime.Lexer
 
getSourceName() - Method in class org.antlr.v4.runtime.Parser
 
getSourceName() - Method in interface org.antlr.v4.runtime.TokenSource
Where are you getting tokens from? normally the implication will simply ask lexers input stream.
getSourceName() - Method in class org.antlr.v4.runtime.UnbufferedCharStream
 
getSourceName() - Method in class org.antlr.v4.runtime.UnbufferedTokenStream
 
getStart() - Method in class org.antlr.v4.runtime.ParserRuleContext
 
getStartIndex() - Method in class org.antlr.v4.runtime.CommonToken
 
getStartIndex() - Method in exception org.antlr.v4.runtime.LexerNoViableAltException
 
getStartIndex() - Method in interface org.antlr.v4.runtime.Token
The starting character index of the token This method is optional; return -1 if not implemented.
getStartToken() - Method in exception org.antlr.v4.runtime.NoViableAltException
 
getState() - Method in class org.antlr.v4.runtime.Recognizer
 
getStates() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
 
getStates() - Method in class org.antlr.v4.runtime.dfa.DFA
Return a list of all states in this DFA, ordered by state number.
getStateString(DFAState) - Method in class org.antlr.v4.runtime.dfa.DFASerializer
 
getStateToAltMap(ATNConfigSet) - Static method in enum org.antlr.v4.runtime.atn.PredictionMode
Get a map from state to alt subset from a configuration set.
getStateType() - Method in class org.antlr.v4.runtime.atn.ATNState
 
getStateType() - Method in class org.antlr.v4.runtime.atn.BasicBlockStartState
 
getStateType() - Method in class org.antlr.v4.runtime.atn.BasicState
 
getStateType() - Method in class org.antlr.v4.runtime.atn.BlockEndState
 
getStateType() - Method in class org.antlr.v4.runtime.atn.LoopEndState
 
getStateType() - Method in class org.antlr.v4.runtime.atn.PlusBlockStartState
 
getStateType() - Method in class org.antlr.v4.runtime.atn.PlusLoopbackState
 
getStateType() - Method in class org.antlr.v4.runtime.atn.RuleStartState
 
getStateType() - Method in class org.antlr.v4.runtime.atn.RuleStopState
 
getStateType() - Method in class org.antlr.v4.runtime.atn.StarBlockStartState
 
getStateType() - Method in class org.antlr.v4.runtime.atn.StarLoopbackState
 
getStateType() - Method in class org.antlr.v4.runtime.atn.StarLoopEntryState
 
getStateType() - Method in class org.antlr.v4.runtime.atn.TokensStartState
 
getStop() - Method in class org.antlr.v4.runtime.ParserRuleContext
 
getStopIndex() - Method in class org.antlr.v4.runtime.CommonToken
 
getStopIndex() - Method in interface org.antlr.v4.runtime.Token
The last character index of the token.
getSymbol() - Method in interface org.antlr.v4.runtime.tree.TerminalNode
 
getSymbol() - Method in class org.antlr.v4.runtime.tree.TerminalNodeImpl
 
getSymbolText(Token) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
 
getSymbolType(Token) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
 
getText(Interval) - Method in class org.antlr.v4.runtime.ANTLRInputStream
 
getText(CharStream) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
Get the text matched so far for the current token.
getText() - Method in class org.antlr.v4.runtime.BufferedTokenStream
Get the text of all tokens in this buffer.
getText(Interval) - Method in class org.antlr.v4.runtime.BufferedTokenStream
 
getText(RuleContext) - Method in class org.antlr.v4.runtime.BufferedTokenStream
 
getText(Token, Token) - Method in class org.antlr.v4.runtime.BufferedTokenStream
 
getText(Interval) - Method in interface org.antlr.v4.runtime.CharStream
This method returns the text for a range of characters within this input stream.
getText() - Method in class org.antlr.v4.runtime.CommonToken
 
getText() - Method in class org.antlr.v4.runtime.Lexer
Return the text matched so far for the current token or any text override.
getText() - Method in class org.antlr.v4.runtime.RuleContext
Return the combined text of all child nodes.
getText() - Method in interface org.antlr.v4.runtime.Token
Get the text of the token
getText(Interval) - Method in interface org.antlr.v4.runtime.TokenStream
Return the text of all tokens within the specified interval.
getText() - Method in interface org.antlr.v4.runtime.TokenStream
Return the text of all tokens in the stream.
getText(RuleContext) - Method in interface org.antlr.v4.runtime.TokenStream
Return the text of all tokens in the source interval of the specified context.
getText(Token, Token) - Method in interface org.antlr.v4.runtime.TokenStream
Return the text of all tokens in this stream between start and stop (inclusive).
getText() - Method in class org.antlr.v4.runtime.TokenStreamRewriter
Return the text from the original tokens altered per the instructions given to this rewriter.
getText(Interval) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
Return the text associated with the tokens in the interval from the original token stream but with the alterations given to this rewriter.
getText(String, Interval) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
getText(Tree) - Method in class org.antlr.v4.runtime.tree.gui.TreePostScriptGenerator
 
getText(Tree) - Method in interface org.antlr.v4.runtime.tree.gui.TreeTextProvider
 
getText(Tree) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer.DefaultTreeTextProvider
 
getText(Tree) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
getText() - Method in interface org.antlr.v4.runtime.tree.ParseTree
Return the combined text of all leaf nodes.
getText() - Method in class org.antlr.v4.runtime.tree.TerminalNodeImpl
 
getText(Interval) - Method in class org.antlr.v4.runtime.UnbufferedCharStream
 
getText() - Method in class org.antlr.v4.runtime.UnbufferedTokenStream
 
getText(RuleContext) - Method in class org.antlr.v4.runtime.UnbufferedTokenStream
 
getText(Token, Token) - Method in class org.antlr.v4.runtime.UnbufferedTokenStream
 
getText(Interval) - Method in class org.antlr.v4.runtime.UnbufferedTokenStream
 
getTextColor() - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
getToken() - Method in class org.antlr.v4.runtime.Lexer
Override if emitting multiple tokens.
getToken(int, int) - Method in class org.antlr.v4.runtime.ParserRuleContext
 
getTokenErrorDisplay(Token) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
How should a token be displayed in an error message? The default is to display just the text, but during development you might want to have a lot of information spit out.
getTokenErrorDisplay(Token) - Method in class org.antlr.v4.runtime.Recognizer
How should a token be displayed in an error message? The default is to display just the text, but during development you might want to have a lot of information spit out.
getTokenFactory() - Method in class org.antlr.v4.runtime.Lexer
 
getTokenFactory() - Method in class org.antlr.v4.runtime.Parser
 
getTokenFactory() - Method in class org.antlr.v4.runtime.Recognizer
 
getTokenFactory() - Method in interface org.antlr.v4.runtime.TokenSource
Gets the factory used for constructing tokens.
getTokenIndex() - Method in class org.antlr.v4.runtime.CommonToken
 
getTokenIndex() - Method in interface org.antlr.v4.runtime.Token
An index from 0..n-1 of the token object in the input stream.
getTokenName(int) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
getTokenName(int) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
getTokenNames() - Method in class org.antlr.v4.runtime.Lexer
Used to print out token names like ID during debugging and error reporting.
getTokenNames() - Method in class org.antlr.v4.runtime.Recognizer
Used to print out token names like ID during debugging and error reporting.
getTokens() - Method in class org.antlr.v4.runtime.BufferedTokenStream
 
getTokens(int, int) - Method in class org.antlr.v4.runtime.BufferedTokenStream
 
getTokens(int, int, Set<Integer>) - Method in class org.antlr.v4.runtime.BufferedTokenStream
Given a start and stop index, return a List of all tokens in the token type BitSet.
getTokens(int, int, int) - Method in class org.antlr.v4.runtime.BufferedTokenStream
 
getTokens(int) - Method in class org.antlr.v4.runtime.ParserRuleContext
 
getTokenSource() - Method in class org.antlr.v4.runtime.BufferedTokenStream
 
getTokenSource() - Method in class org.antlr.v4.runtime.CommonToken
 
getTokenSource() - Method in interface org.antlr.v4.runtime.Token
Gets the TokenSource which created this token.
getTokenSource() - Method in interface org.antlr.v4.runtime.TokenStream
Gets the underlying TokenSource which provides tokens for this stream.
getTokenSource() - Method in class org.antlr.v4.runtime.UnbufferedTokenStream
 
getTokenStream() - Method in class org.antlr.v4.runtime.Parser
 
getTokenStream() - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
getTransitions() - Method in class org.antlr.v4.runtime.atn.ATNState
 
getTree() - Method in class org.antlr.v4.runtime.tree.gui.TreePostScriptGenerator
 
getTree() - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
getTreeTextProvider() - Method in class org.antlr.v4.runtime.tree.gui.TreePostScriptGenerator
 
getTreeTextProvider() - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
getTrimParseTree() - Method in class org.antlr.v4.runtime.Parser
 
getType() - Method in class org.antlr.v4.runtime.CommonToken
 
getType() - Method in class org.antlr.v4.runtime.Lexer
 
getType() - Method in interface org.antlr.v4.runtime.Token
Get the token type of the token
getUniqueAlt(ATNConfigSet) - Static method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
getUniqueAlt(Collection<BitSet>) - Static method in enum org.antlr.v4.runtime.atn.PredictionMode
Returns the unique alternative predicted by all alternative subsets in altsets.
getUseCurvedEdges() - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
getWidth(String, int) - Method in class org.antlr.v4.runtime.tree.gui.BasicFontMetrics
 
getWidth(char, int) - Method in class org.antlr.v4.runtime.tree.gui.BasicFontMetrics
 
getWidth(char) - Method in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
All chars are 600 thousands of an 'em' wide if courier
getWidth(String) - Method in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
getWidth(Tree) - Method in class org.antlr.v4.runtime.tree.gui.TreePostScriptGenerator.VariableExtentProvide
 
getWidth(Tree) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer.VariableExtentProvide
 
globalNodeCount - Static variable in class org.antlr.v4.runtime.atn.PredictionContext
 
grammarName - Variable in class org.antlr.v4.runtime.misc.TestRig
 
grammarType - Variable in class org.antlr.v4.runtime.atn.ATN
The type of the ATN.
GraphicsSupport - Class in org.antlr.v4.runtime.misc
 
GraphicsSupport() - Constructor for class org.antlr.v4.runtime.misc.GraphicsSupport
 
gui - Variable in class org.antlr.v4.runtime.misc.TestRig
 

H

hasConfigInRuleStopState(ATNConfigSet) - Static method in enum org.antlr.v4.runtime.atn.PredictionMode
Checks if any configuration in configs is in a RuleStopState.
hasConflictingAltSet(Collection<BitSet>) - Static method in enum org.antlr.v4.runtime.atn.PredictionMode
Determines if any single alternative subset in altsets contains more than one alternative.
hasEmptyPath() - Method in class org.antlr.v4.runtime.atn.PredictionContext
 
hashCode() - Method in class org.antlr.v4.runtime.atn.ATNConfig
 
hashCode(ATNConfig) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet.ConfigEqualityComparator
 
hashCode() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
 
hashCode() - Method in class org.antlr.v4.runtime.atn.ATNState
 
hashCode() - Method in class org.antlr.v4.runtime.atn.LexerATNConfig
 
hashCode() - Method in class org.antlr.v4.runtime.atn.PredictionContext
 
hashCode() - Method in class org.antlr.v4.runtime.atn.SemanticContext.AND
 
hashCode() - Method in class org.antlr.v4.runtime.atn.SemanticContext.OR
 
hashCode() - Method in class org.antlr.v4.runtime.atn.SemanticContext.Predicate
 
hashCode() - Method in class org.antlr.v4.runtime.dfa.DFAState
 
hashCode() - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
 
hashCode(T) - Method in interface org.antlr.v4.runtime.misc.EqualityComparator
This method returns a hash code for the specified object.
hashCode() - Method in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
hashCode() - Method in class org.antlr.v4.runtime.misc.IntegerList
Returns the hash code value for this list.
hashCode() - Method in class org.antlr.v4.runtime.misc.IntervalSet
 
hashCode(T[], int) - Static method in class org.antlr.v4.runtime.misc.MurmurHash
Utility function to compute the hash code of an array using the MurmurHash algorithm.
hashCode(Object) - Method in class org.antlr.v4.runtime.misc.ObjectEqualityComparator
This method returns a hash code for the specified object.
hashCode() - Method in class org.antlr.v4.runtime.misc.OrderedHashSet
 
hasNext() - Method in class org.antlr.v4.runtime.misc.Array2DHashSet.SetIterator
 
hasNonConflictingAltSet(Collection<BitSet>) - Static method in enum org.antlr.v4.runtime.atn.PredictionMode
Determines if any single alternative subset in altsets contains exactly one alternative.
hasPassedThroughNonGreedyDecision() - Method in class org.antlr.v4.runtime.atn.LexerATNConfig
 
hasSemanticContext - Variable in class org.antlr.v4.runtime.atn.ATNConfigSet
 
hasSLLConflictTerminatingPrediction(PredictionMode, ATNConfigSet) - Static method in enum org.antlr.v4.runtime.atn.PredictionMode
Computes the SLL prediction termination condition.
hasStateAssociatedWithOneAlt(ATNConfigSet) - Static method in enum org.antlr.v4.runtime.atn.PredictionMode
 
header() - Method in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
Compute the header separately because we need to wait for the bounding box
HIDDEN - Static variable in class org.antlr.v4.runtime.Lexer
 
HIDDEN_CHANNEL - Static variable in interface org.antlr.v4.runtime.Token
Anything on different channel than DEFAULT_CHANNEL is not parsed by parser.
highlight(double, double, double, double) - Method in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
Make red box
highlightedBoxColor - Variable in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
highlightedNodes - Variable in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
HIT_PRED - Static variable in class org.antlr.v4.runtime.atn.LL1Analyzer
Special value added to the lookahead sets to indicate that we hit a predicate during analysis if seeThruPreds==false.
hits - Static variable in class org.antlr.v4.runtime.misc.Interval
 

I

id - Variable in class org.antlr.v4.runtime.atn.PredictionContext
 
inContext(String) - Method in class org.antlr.v4.runtime.Parser
 
index() - Method in class org.antlr.v4.runtime.ANTLRInputStream
Return the current input symbol index 0..n where n indicates the last symbol has been read.
index - Variable in class org.antlr.v4.runtime.atn.LexerATNSimulator.SimState
 
index() - Method in class org.antlr.v4.runtime.BufferedTokenStream
 
index - Variable in class org.antlr.v4.runtime.CommonToken
What token number is this from 0..n-1 tokens; < 0 implies invalid index
index() - Method in interface org.antlr.v4.runtime.IntStream
Return the index into the stream of the input symbol referred to by LA(1).
index - Variable in class org.antlr.v4.runtime.TokenStreamRewriter.RewriteOperation
Token buffer index.
index() - Method in class org.antlr.v4.runtime.UnbufferedCharStream
 
index() - Method in class org.antlr.v4.runtime.UnbufferedTokenStream
 
inErrorRecoveryMode(Parser) - Method in interface org.antlr.v4.runtime.ANTLRErrorStrategy
Tests whether or not recognizer is in the process of recovering from an error.
inErrorRecoveryMode(Parser) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
Tests whether or not recognizer is in the process of recovering from an error.
INITAL_BUCKET_CAPACITY - Static variable in class org.antlr.v4.runtime.misc.Array2DHashSet
 
INITAL_BUCKET_CAPACITY - Static variable in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
INITAL_CAPACITY - Static variable in class org.antlr.v4.runtime.misc.Array2DHashSet
 
INITAL_CAPACITY - Static variable in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
INITIAL_BUFFER_SIZE - Static variable in class org.antlr.v4.runtime.ANTLRInputStream
 
INITIAL_NUM_TRANSITIONS - Static variable in class org.antlr.v4.runtime.atn.ATNState
 
initialBucketCapacity - Variable in class org.antlr.v4.runtime.misc.Array2DHashSet
 
initialBucketCapacity - Variable in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
initialize() - Static method in class org.antlr.v4.runtime.misc.MurmurHash
Initialize the hash using the default seed value.
initialize(int) - Static method in class org.antlr.v4.runtime.misc.MurmurHash
Initialize the hash using the specified seed.
input - Variable in class org.antlr.v4.runtime.UnbufferedCharStream
 
inputFiles - Variable in class org.antlr.v4.runtime.misc.TestRig
 
InputMismatchException - Exception in org.antlr.v4.runtime
This signifies any kind of mismatched input exceptions such as when the current input does not match the expected token.
InputMismatchException(Parser) - Constructor for exception org.antlr.v4.runtime.InputMismatchException
 
insertAfter(Token, Object) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
insertAfter(int, Object) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
insertAfter(String, Token, Object) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
insertAfter(String, int, Object) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
insertBefore(Token, Object) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
insertBefore(int, Object) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
insertBefore(String, Token, Object) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
insertBefore(String, int, Object) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
inspect(Parser) - Method in class org.antlr.v4.runtime.RuleContext
Call this method to view a parse tree in a dialog box visually.
inspect(List<String>) - Method in class org.antlr.v4.runtime.RuleContext
 
INSTANCE - Static variable in class org.antlr.v4.runtime.atn.ATNConfigSet.ConfigEqualityComparator
 
INSTANCE - Static variable in class org.antlr.v4.runtime.ConsoleErrorListener
 
INSTANCE - Static variable in class org.antlr.v4.runtime.misc.ObjectEqualityComparator
 
INSTANCE - Static variable in class org.antlr.v4.runtime.Parser.TrimToSizeListener
 
instructionIndex - Variable in class org.antlr.v4.runtime.TokenStreamRewriter.RewriteOperation
What index into rewrites List are we?
IntegerList - Class in org.antlr.v4.runtime.misc
 
IntegerList() - Constructor for class org.antlr.v4.runtime.misc.IntegerList
 
IntegerList(int) - Constructor for class org.antlr.v4.runtime.misc.IntegerList
 
IntegerList(IntegerList) - Constructor for class org.antlr.v4.runtime.misc.IntegerList
 
IntegerList(Collection<Integer>) - Constructor for class org.antlr.v4.runtime.misc.IntegerList
 
IntegerStack - Class in org.antlr.v4.runtime.misc
 
IntegerStack() - Constructor for class org.antlr.v4.runtime.misc.IntegerStack
 
IntegerStack(int) - Constructor for class org.antlr.v4.runtime.misc.IntegerStack
 
IntegerStack(IntegerStack) - Constructor for class org.antlr.v4.runtime.misc.IntegerStack
 
intersection(Interval) - Method in class org.antlr.v4.runtime.misc.Interval
Return the interval in common between this and o
Interval - Class in org.antlr.v4.runtime.misc
An immutable inclusive interval a..b
Interval(int, int) - Constructor for class org.antlr.v4.runtime.misc.Interval
 
INTERVAL_POOL_MAX_VALUE - Static variable in class org.antlr.v4.runtime.misc.Interval
 
intervals - Variable in class org.antlr.v4.runtime.misc.IntervalSet
The list of sorted, disjoint intervals.
IntervalSet - Class in org.antlr.v4.runtime.misc
A set of integers that relies on ranges being common to do "run-length-encoded" like compression (if you view an IntSet like a BitSet with runs of 0s and 1s).
IntervalSet(List<Interval>) - Constructor for class org.antlr.v4.runtime.misc.IntervalSet
 
IntervalSet(IntervalSet) - Constructor for class org.antlr.v4.runtime.misc.IntervalSet
 
IntervalSet(int...) - Constructor for class org.antlr.v4.runtime.misc.IntervalSet
 
IntSet - Interface in org.antlr.v4.runtime.misc
A generic set of ints.
IntStream - Interface in org.antlr.v4.runtime
A simple stream of symbols whose values are represented as integers.
INVALID - Static variable in class org.antlr.v4.runtime.misc.Interval
 
INVALID_ALT_NUMBER - Static variable in class org.antlr.v4.runtime.atn.ATN
 
INVALID_STATE_NUMBER - Static variable in class org.antlr.v4.runtime.atn.ATNState
 
INVALID_TYPE - Static variable in class org.antlr.v4.runtime.atn.ATNState
 
INVALID_TYPE - Static variable in interface org.antlr.v4.runtime.Token
 
invokingState - Variable in class org.antlr.v4.runtime.RuleContext
What state invoked the rule associated with this context? The "return address" is the followState of invokingState If parent is null, this should be -1.
isAcceptState - Variable in class org.antlr.v4.runtime.dfa.DFAState
 
isCtxDependent - Variable in class org.antlr.v4.runtime.atn.ActionTransition
 
isCtxDependent - Variable in class org.antlr.v4.runtime.atn.PredicateTransition
 
isCtxDependent - Variable in class org.antlr.v4.runtime.atn.SemanticContext.Predicate
 
isEmpty() - Method in class org.antlr.v4.runtime.atn.ArrayPredictionContext
 
isEmpty() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
 
isEmpty() - Method in class org.antlr.v4.runtime.atn.EmptyPredictionContext
 
isEmpty() - Method in class org.antlr.v4.runtime.atn.PredictionContext
This means only the PredictionContext.EMPTY context is in set.
isEmpty() - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
 
isEmpty() - Method in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
isEmpty() - Method in class org.antlr.v4.runtime.misc.IntegerList
 
isEmpty() - Method in class org.antlr.v4.runtime.RuleContext
A context is empty if there is no invoking state; meaning nobody call current context.
isEpsilon() - Method in class org.antlr.v4.runtime.atn.ActionTransition
 
isEpsilon() - Method in class org.antlr.v4.runtime.atn.EpsilonTransition
 
isEpsilon() - Method in class org.antlr.v4.runtime.atn.PredicateTransition
 
isEpsilon() - Method in class org.antlr.v4.runtime.atn.RuleTransition
 
isEpsilon() - Method in class org.antlr.v4.runtime.atn.Transition
Are we epsilon, action, sempred?
isExpectedToken(int) - Method in class org.antlr.v4.runtime.Parser
Checks whether or not symbol can follow the current state in the ATN.
isHighlighted(Tree) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
isNil() - Method in class org.antlr.v4.runtime.misc.IntervalSet
return true if this set has no members
isNil() - Method in interface org.antlr.v4.runtime.misc.IntSet
 
isNonGreedyExitState() - Method in class org.antlr.v4.runtime.atn.ATNState
 
isReadonly() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
 
isReadonly() - Method in class org.antlr.v4.runtime.misc.IntervalSet
 
iterator() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
 
iterator() - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
 
iterator() - Method in class org.antlr.v4.runtime.misc.OrderedHashSet
 

J

JFileChooserConfirmOverwrite - Class in org.antlr.v4.runtime.misc
 
JFileChooserConfirmOverwrite() - Constructor for class org.antlr.v4.runtime.misc.JFileChooserConfirmOverwrite
 
join(Iterator<T>, String) - Static method in class org.antlr.v4.runtime.misc.Utils
 
join(T[], String) - Static method in class org.antlr.v4.runtime.misc.Utils
 

K

key - Variable in class org.antlr.v4.runtime.misc.FlexibleHashMap.Entry
 
keySet() - Method in class org.antlr.v4.runtime.misc.DoubleKeyMap
get all primary keys
keySet(Key1) - Method in class org.antlr.v4.runtime.misc.DoubleKeyMap
get all secondary keys associated with a primary key
keySet() - Method in class org.antlr.v4.runtime.misc.FlexibleHashMap
 

L

LA(int) - Method in class org.antlr.v4.runtime.ANTLRInputStream
 
LA(int) - Method in class org.antlr.v4.runtime.BufferedTokenStream
 
LA(int) - Method in interface org.antlr.v4.runtime.IntStream
Gets the value of the symbol at offset i from the current position.
LA(int) - Method in class org.antlr.v4.runtime.UnbufferedCharStream
 
LA(int) - Method in class org.antlr.v4.runtime.UnbufferedTokenStream
 
label - Variable in class org.antlr.v4.runtime.atn.AtomTransition
The token type or character value; or, signifies special label.
label() - Method in class org.antlr.v4.runtime.atn.AtomTransition
 
label() - Method in class org.antlr.v4.runtime.atn.RangeTransition
 
label() - Method in class org.antlr.v4.runtime.atn.SetTransition
 
label() - Method in class org.antlr.v4.runtime.atn.Transition
 
lastChar - Variable in class org.antlr.v4.runtime.UnbufferedCharStream
This is the LA(-1) character for the current position.
lastCharBufferStart - Variable in class org.antlr.v4.runtime.UnbufferedCharStream
When numMarkers > 0, this is the LA(-1) character for the first character in data.
lastErrorIndex - Variable in class org.antlr.v4.runtime.DefaultErrorStrategy
The index into the input stream where the last error occurred.
lastErrorStates - Variable in class org.antlr.v4.runtime.DefaultErrorStrategy
 
lastRewriteTokenIndexes - Variable in class org.antlr.v4.runtime.TokenStreamRewriter
Map String (program name) -> Integer index
lastToken - Variable in class org.antlr.v4.runtime.UnbufferedTokenStream
This is the LT(-1) token for the current position.
lastTokenBufferStart - Variable in class org.antlr.v4.runtime.UnbufferedTokenStream
When numMarkers > 0, this is the LT(-1) token for the first token in UnbufferedTokenStream.tokens.
lazyInit() - Method in class org.antlr.v4.runtime.BufferedTokenStream
 
LB(int) - Method in class org.antlr.v4.runtime.BufferedTokenStream
 
LB(int) - Method in class org.antlr.v4.runtime.CommonTokenStream
 
length() - Method in class org.antlr.v4.runtime.misc.Interval
return number of elements between a and b inclusively.
Lexer - Class in org.antlr.v4.runtime
A lexer is recognizer that draws input symbols from a character stream.
Lexer() - Constructor for class org.antlr.v4.runtime.Lexer
 
Lexer(CharStream) - Constructor for class org.antlr.v4.runtime.Lexer
 
LEXER_START_RULE_NAME - Static variable in class org.antlr.v4.runtime.misc.TestRig
 
lexerActionIndex - Variable in class org.antlr.v4.runtime.atn.LexerATNConfig
Capture lexer action we traverse
lexerActionIndex - Variable in class org.antlr.v4.runtime.dfa.DFAState
 
LexerATNConfig - Class in org.antlr.v4.runtime.atn
 
LexerATNConfig(ATNState, int, PredictionContext) - Constructor for class org.antlr.v4.runtime.atn.LexerATNConfig
 
LexerATNConfig(ATNState, int, PredictionContext, int) - Constructor for class org.antlr.v4.runtime.atn.LexerATNConfig
 
LexerATNConfig(LexerATNConfig, ATNState) - Constructor for class org.antlr.v4.runtime.atn.LexerATNConfig
 
LexerATNConfig(LexerATNConfig, ATNState, int) - Constructor for class org.antlr.v4.runtime.atn.LexerATNConfig
 
LexerATNConfig(LexerATNConfig, ATNState, PredictionContext) - Constructor for class org.antlr.v4.runtime.atn.LexerATNConfig
 
LexerATNSimulator - Class in org.antlr.v4.runtime.atn
"dup" of ParserInterpreter
LexerATNSimulator(ATN, DFA[], PredictionContextCache) - Constructor for class org.antlr.v4.runtime.atn.LexerATNSimulator
 
LexerATNSimulator(Lexer, ATN, DFA[], PredictionContextCache) - Constructor for class org.antlr.v4.runtime.atn.LexerATNSimulator
 
LexerATNSimulator.SimState - Class in org.antlr.v4.runtime.atn
When we hit an accept state in either the DFA or the ATN, we have to notify the character stream to start buffering characters via IntStream.mark() and record the current state.
LexerATNSimulator.SimState() - Constructor for class org.antlr.v4.runtime.atn.LexerATNSimulator.SimState
 
LexerDFASerializer - Class in org.antlr.v4.runtime.dfa
 
LexerDFASerializer(DFA) - Constructor for class org.antlr.v4.runtime.dfa.LexerDFASerializer
 
LexerNoViableAltException - Exception in org.antlr.v4.runtime
 
LexerNoViableAltException(Lexer, CharStream, int, ATNConfigSet) - Constructor for exception org.antlr.v4.runtime.LexerNoViableAltException
 
lexerRuleIndex - Variable in class org.antlr.v4.runtime.dfa.DFAState
 
LIGHT_RED - Static variable in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
line - Variable in class org.antlr.v4.runtime.atn.LexerATNSimulator
line number 1..n within the input
line - Variable in class org.antlr.v4.runtime.atn.LexerATNSimulator.SimState
 
line - Variable in class org.antlr.v4.runtime.CommonToken
 
line(double, double, double, double) - Method in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
lineto(double, double) - Method in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
lineWidth - Variable in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
lineWidth(double) - Method in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
LL1Analyzer - Class in org.antlr.v4.runtime.atn
 
LL1Analyzer(ATN) - Constructor for class org.antlr.v4.runtime.atn.LL1Analyzer
 
load(String, String) - Method in class org.antlr.v4.runtime.ANTLRFileStream
 
load(Reader, int, int) - Method in class org.antlr.v4.runtime.ANTLRInputStream
 
LOAD_FACTOR - Static variable in class org.antlr.v4.runtime.misc.Array2DHashSet
 
LOAD_FACTOR - Static variable in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
log(String, String) - Method in class org.antlr.v4.runtime.misc.LogManager
 
log(String) - Method in class org.antlr.v4.runtime.misc.LogManager
 
LogManager - Class in org.antlr.v4.runtime.misc
 
LogManager() - Constructor for class org.antlr.v4.runtime.misc.LogManager
 
LogManager.Record - Class in org.antlr.v4.runtime.misc
 
LogManager.Record() - Constructor for class org.antlr.v4.runtime.misc.LogManager.Record
 
LOOK(ATNState, RuleContext) - Method in class org.antlr.v4.runtime.atn.LL1Analyzer
Compute set of tokens that can follow s in the ATN in the specified ctx.
LOOK(ATNState, ATNState, RuleContext) - Method in class org.antlr.v4.runtime.atn.LL1Analyzer
Compute set of tokens that can follow s in the ATN in the specified ctx.
LOOP_END - Static variable in class org.antlr.v4.runtime.atn.ATNState
 
loopBackState - Variable in class org.antlr.v4.runtime.atn.LoopEndState
 
loopBackState - Variable in class org.antlr.v4.runtime.atn.PlusBlockStartState
 
loopBackState - Variable in class org.antlr.v4.runtime.atn.StarLoopEntryState
 
LoopEndState - Class in org.antlr.v4.runtime.atn
Mark the end of a * or + loop.
LoopEndState() - Constructor for class org.antlr.v4.runtime.atn.LoopEndState
 
LT(int) - Method in class org.antlr.v4.runtime.ANTLRInputStream
 
LT(int) - Method in class org.antlr.v4.runtime.BufferedTokenStream
 
LT(int) - Method in class org.antlr.v4.runtime.CommonTokenStream
 
LT(int) - Method in interface org.antlr.v4.runtime.TokenStream
Get the Token instance associated with the value returned by LA(k).
LT(int) - Method in class org.antlr.v4.runtime.UnbufferedTokenStream
 

M

main(String[]) - Static method in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
main(String[]) - Static method in class org.antlr.v4.runtime.misc.LogManager
 
main(String[]) - Static method in class org.antlr.v4.runtime.misc.TestRig
 
map(K, V) - Method in class org.antlr.v4.runtime.misc.MultiMap
 
mark() - Method in class org.antlr.v4.runtime.ANTLRInputStream
mark/release do nothing; we have entire buffer
mark() - Method in class org.antlr.v4.runtime.BufferedTokenStream
 
mark() - Method in interface org.antlr.v4.runtime.IntStream
A mark provides a guarantee that seek() operations will be valid over a "marked range" extending from the index where mark() was called to the current index().
mark() - Method in class org.antlr.v4.runtime.UnbufferedCharStream
Return a marker that we can release later.
mark() - Method in class org.antlr.v4.runtime.UnbufferedTokenStream
Return a marker that we can release later.
match(CharStream, int) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
match(int) - Method in class org.antlr.v4.runtime.Parser
Match current input symbol against ttype.
match_calls - Static variable in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
matchATN(CharStream) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
matches(int, int, int) - Method in class org.antlr.v4.runtime.atn.ActionTransition
 
matches(int, int, int) - Method in class org.antlr.v4.runtime.atn.AtomTransition
 
matches(int, int, int) - Method in class org.antlr.v4.runtime.atn.EpsilonTransition
 
matches(int, int, int) - Method in class org.antlr.v4.runtime.atn.NotSetTransition
 
matches(int, int, int) - Method in class org.antlr.v4.runtime.atn.PredicateTransition
 
matches(int, int, int) - Method in class org.antlr.v4.runtime.atn.RangeTransition
 
matches(int, int, int) - Method in class org.antlr.v4.runtime.atn.RuleTransition
 
matches(int, int, int) - Method in class org.antlr.v4.runtime.atn.SetTransition
 
matches(int, int, int) - Method in class org.antlr.v4.runtime.atn.Transition
 
matches(int, int, int) - Method in class org.antlr.v4.runtime.atn.WildcardTransition
 
matchWildcard() - Method in class org.antlr.v4.runtime.Parser
Match current input symbol as a wildcard.
MAX_CHAR - Static variable in class org.antlr.v4.runtime.tree.gui.BasicFontMetrics
 
MAX_CHAR_VALUE - Static variable in class org.antlr.v4.runtime.Lexer
 
MAX_DFA_EDGE - Static variable in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
maxCharHeight - Variable in class org.antlr.v4.runtime.tree.gui.BasicFontMetrics
 
maxTokenType - Variable in class org.antlr.v4.runtime.atn.ATN
The maximum value for any symbol recognized by a transition in the ATN.
merge(PredictionContext, PredictionContext, boolean, DoubleKeyMap<PredictionContext, PredictionContext, PredictionContext>) - Static method in class org.antlr.v4.runtime.atn.PredictionContext
 
mergeArrays(ArrayPredictionContext, ArrayPredictionContext, boolean, DoubleKeyMap<PredictionContext, PredictionContext, PredictionContext>) - Static method in class org.antlr.v4.runtime.atn.PredictionContext
Merge two ArrayPredictionContext instances.
mergeCache - Variable in class org.antlr.v4.runtime.atn.ParserATNSimulator
Each prediction operation uses a cache for merge of prediction contexts.
mergeRoot(SingletonPredictionContext, SingletonPredictionContext, boolean) - Static method in class org.antlr.v4.runtime.atn.PredictionContext
Handle case where at least one of a or b is PredictionContext.EMPTY.
mergeSingletons(SingletonPredictionContext, SingletonPredictionContext, boolean, DoubleKeyMap<PredictionContext, PredictionContext, PredictionContext>) - Static method in class org.antlr.v4.runtime.atn.PredictionContext
Merge two SingletonPredictionContext instances.
MIN_CHAR_VALUE - Static variable in class org.antlr.v4.runtime.Lexer
 
MIN_DFA_EDGE - Static variable in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
MIN_TOKEN_INDEX - Static variable in class org.antlr.v4.runtime.TokenStreamRewriter
 
MIN_USER_TOKEN_TYPE - Static variable in interface org.antlr.v4.runtime.Token
 
misses - Static variable in class org.antlr.v4.runtime.misc.Interval
 
mode - Variable in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
mode(int) - Method in class org.antlr.v4.runtime.Lexer
 
modeNameToStartState - Variable in class org.antlr.v4.runtime.atn.ATN
 
modeToStartState - Variable in class org.antlr.v4.runtime.atn.ATN
 
MORE - Static variable in class org.antlr.v4.runtime.Lexer
 
more() - Method in class org.antlr.v4.runtime.Lexer
 
move(double, double) - Method in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
MultiMap<K,V> - Class in org.antlr.v4.runtime.misc
 
MultiMap() - Constructor for class org.antlr.v4.runtime.misc.MultiMap
 
MurmurHash - Class in org.antlr.v4.runtime.misc
 

N

n - Variable in class org.antlr.v4.runtime.ANTLRInputStream
How many characters are actually in the buffer
n - Variable in class org.antlr.v4.runtime.misc.Array2DHashSet
How many elements in set
n - Variable in class org.antlr.v4.runtime.misc.FlexibleHashMap
How many elements in set
n - Variable in class org.antlr.v4.runtime.UnbufferedCharStream
The number of characters currently in data.
n - Variable in class org.antlr.v4.runtime.UnbufferedTokenStream
The number of tokens currently in tokens.
name - Variable in class org.antlr.v4.runtime.ANTLRInputStream
What is name or source of this char stream?
name - Variable in class org.antlr.v4.runtime.UnbufferedCharStream
The name or source of this char stream.
next() - Method in class org.antlr.v4.runtime.misc.Array2DHashSet.SetIterator
 
nextChar() - Method in class org.antlr.v4.runtime.UnbufferedCharStream
Override to provide different source of characters than input.
nextToken() - Method in class org.antlr.v4.runtime.Lexer
Return a token from this source; i.e., match a token on the char stream.
nextToken() - Method in interface org.antlr.v4.runtime.TokenSource
Return a Token object from your input stream (usually a CharStream).
nextTokenOnChannel(int, int) - Method in class org.antlr.v4.runtime.BufferedTokenStream
Given a starting index, return the index of the next token on channel.
nextTokens(ATNState, RuleContext) - Method in class org.antlr.v4.runtime.atn.ATN
Compute the set of valid tokens that can occur starting in state s.
nextTokens(ATNState) - Method in class org.antlr.v4.runtime.atn.ATN
Compute the set of valid tokens that can occur starting in s and staying in same rule.
nextTokenWithinRule - Variable in class org.antlr.v4.runtime.atn.ATNState
Used to cache lookahead during parsing, not used during construction
nodeHeightPadding - Variable in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
nodeHeightPaddingAbove - Variable in class org.antlr.v4.runtime.tree.gui.TreePostScriptGenerator
 
nodeHeightPaddingBelow - Variable in class org.antlr.v4.runtime.tree.gui.TreePostScriptGenerator
 
nodeWidthPadding - Variable in class org.antlr.v4.runtime.tree.gui.TreePostScriptGenerator
 
nodeWidthPadding - Variable in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
NONE - Static variable in class org.antlr.v4.runtime.atn.SemanticContext
 
nonGreedy - Variable in class org.antlr.v4.runtime.atn.DecisionState
 
NOT_SET - Static variable in class org.antlr.v4.runtime.atn.Transition
 
notifyErrorListeners(String) - Method in class org.antlr.v4.runtime.Parser
 
notifyErrorListeners(Token, String, RecognitionException) - Method in class org.antlr.v4.runtime.Parser
 
notifyListeners(LexerNoViableAltException) - Method in class org.antlr.v4.runtime.Lexer
 
NotNull - Annotation Type in org.antlr.v4.runtime.misc
 
NotSetTransition - Class in org.antlr.v4.runtime.atn
 
NotSetTransition(ATNState, IntervalSet) - Constructor for class org.antlr.v4.runtime.atn.NotSetTransition
 
noViableAlt(TokenStream, ParserRuleContext, ATNConfigSet, int) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
NoViableAltException - Exception in org.antlr.v4.runtime
Indicates that the parser could not decide which of two or more paths to take based upon the remaining input.
NoViableAltException(Parser) - Constructor for exception org.antlr.v4.runtime.NoViableAltException
 
NoViableAltException(Parser, TokenStream, Token, Token, ATNConfigSet, ParserRuleContext) - Constructor for exception org.antlr.v4.runtime.NoViableAltException
 
Nullable - Annotation Type in org.antlr.v4.runtime.misc
 
numMarkers - Variable in class org.antlr.v4.runtime.UnbufferedCharStream
Count up with mark() and down with release().
numMarkers - Variable in class org.antlr.v4.runtime.UnbufferedTokenStream
Count up with mark() and down with release().
numNonnull(Object[]) - Static method in class org.antlr.v4.runtime.misc.Utils
 

O

ObjectEqualityComparator - Class in org.antlr.v4.runtime.misc
This default implementation of EqualityComparator uses object equality for comparisons by calling Object.hashCode() and Object.equals(java.lang.Object).
ObjectEqualityComparator() - Constructor for class org.antlr.v4.runtime.misc.ObjectEqualityComparator
 
of(int, int) - Static method in class org.antlr.v4.runtime.misc.Interval
Interval objects are used readonly so share all with the same single value a==b up to some max size.
of(int) - Static method in class org.antlr.v4.runtime.misc.IntervalSet
Create a set with a single element, el.
of(int, int) - Static method in class org.antlr.v4.runtime.misc.IntervalSet
Create a set with all ints within range [a..b] (inclusive)
onlyHasEpsilonTransitions() - Method in class org.antlr.v4.runtime.atn.ATNState
 
open() - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
opnds - Variable in class org.antlr.v4.runtime.atn.SemanticContext.AND
 
opnds - Variable in class org.antlr.v4.runtime.atn.SemanticContext.OR
 
optimizeConfigs(ATNSimulator) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
 
or(SemanticContext, SemanticContext) - Static method in class org.antlr.v4.runtime.atn.SemanticContext
 
or(IntervalSet[]) - Static method in class org.antlr.v4.runtime.misc.IntervalSet
combine all sets in the array returned the or'd value
or(IntSet) - Method in class org.antlr.v4.runtime.misc.IntervalSet
 
or(IntSet) - Method in interface org.antlr.v4.runtime.misc.IntSet
 
OrderedATNConfigSet - Class in org.antlr.v4.runtime.atn
 
OrderedATNConfigSet() - Constructor for class org.antlr.v4.runtime.atn.OrderedATNConfigSet
 
OrderedATNConfigSet.LexerConfigHashSet - Class in org.antlr.v4.runtime.atn
 
OrderedATNConfigSet.LexerConfigHashSet() - Constructor for class org.antlr.v4.runtime.atn.OrderedATNConfigSet.LexerConfigHashSet
 
OrderedHashSet<T> - Class in org.antlr.v4.runtime.misc
A HashMap that remembers the order that the elements were added.
OrderedHashSet() - Constructor for class org.antlr.v4.runtime.misc.OrderedHashSet
 
org.antlr.v4.runtime - package org.antlr.v4.runtime
 
org.antlr.v4.runtime.atn - package org.antlr.v4.runtime.atn
 
org.antlr.v4.runtime.dfa - package org.antlr.v4.runtime.dfa
 
org.antlr.v4.runtime.misc - package org.antlr.v4.runtime.misc
 
org.antlr.v4.runtime.tree - package org.antlr.v4.runtime.tree
 
org.antlr.v4.runtime.tree.gui - package org.antlr.v4.runtime.tree.gui
 
outOfRange - Static variable in class org.antlr.v4.runtime.misc.Interval
 

P

p - Variable in class org.antlr.v4.runtime.ANTLRInputStream
0..n-1 index into string of next char
p - Variable in class org.antlr.v4.runtime.BufferedTokenStream
The index into BufferedTokenStream.tokens of the current token (next token to consume).
p - Variable in class org.antlr.v4.runtime.UnbufferedCharStream
0..n-1 index into data of next character.
p - Variable in class org.antlr.v4.runtime.UnbufferedTokenStream
0..n-1 index into tokens of next token.
paint(Graphics) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
paintBox(Graphics, Tree) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
paintEdges(Graphics, Tree) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
Pair<A,B> - Class in org.antlr.v4.runtime.misc
 
Pair(A, B) - Constructor for class org.antlr.v4.runtime.misc.Pair
 
parent - Variable in class org.antlr.v4.runtime.atn.SemanticContext
 
parent - Variable in class org.antlr.v4.runtime.atn.SingletonPredictionContext
 
parent - Variable in class org.antlr.v4.runtime.RuleContext
What context invoked this rule?
parent - Variable in class org.antlr.v4.runtime.tree.TerminalNodeImpl
 
parents - Variable in class org.antlr.v4.runtime.atn.ArrayPredictionContext
Parent can be null only if full ctx mode and we make an array from PredictionContext.EMPTY and non-empty.
ParseCancellationException - Exception in org.antlr.v4.runtime.misc
This exception is thrown to cancel a parsing operation.
ParseCancellationException() - Constructor for exception org.antlr.v4.runtime.misc.ParseCancellationException
 
ParseCancellationException(String) - Constructor for exception org.antlr.v4.runtime.misc.ParseCancellationException
 
ParseCancellationException(Throwable) - Constructor for exception org.antlr.v4.runtime.misc.ParseCancellationException
 
ParseCancellationException(String, Throwable) - Constructor for exception org.antlr.v4.runtime.misc.ParseCancellationException
 
parser - Variable in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
Parser - Class in org.antlr.v4.runtime
This is all the parsing support code essentially; most of it is error recovery stuff.
Parser(TokenStream) - Constructor for class org.antlr.v4.runtime.Parser
 
Parser.TraceListener - Class in org.antlr.v4.runtime
 
Parser.TraceListener() - Constructor for class org.antlr.v4.runtime.Parser.TraceListener
 
Parser.TrimToSizeListener - Class in org.antlr.v4.runtime
 
Parser.TrimToSizeListener() - Constructor for class org.antlr.v4.runtime.Parser.TrimToSizeListener
 
ParserATNSimulator - Class in org.antlr.v4.runtime.atn
The embodiment of the adaptive LL(*), ALL(*), parsing strategy.
ParserATNSimulator(ATN, DFA[], PredictionContextCache) - Constructor for class org.antlr.v4.runtime.atn.ParserATNSimulator
Testing only!
ParserATNSimulator(Parser, ATN, DFA[], PredictionContextCache) - Constructor for class org.antlr.v4.runtime.atn.ParserATNSimulator
 
ParserRuleContext - Class in org.antlr.v4.runtime
A rule invocation record for parsing.
ParserRuleContext() - Constructor for class org.antlr.v4.runtime.ParserRuleContext
 
ParserRuleContext(ParserRuleContext, int) - Constructor for class org.antlr.v4.runtime.ParserRuleContext
 
ParseTree - Interface in org.antlr.v4.runtime.tree
An interface to access the tree of RuleContext objects created during a parse that makes the data structure look like a simple parse tree.
ParseTreeListener - Interface in org.antlr.v4.runtime.tree
 
ParseTreeProperty<V> - Class in org.antlr.v4.runtime.tree
Associate a property with a parse tree node.
ParseTreeProperty() - Constructor for class org.antlr.v4.runtime.tree.ParseTreeProperty
 
ParseTreeVisitor<T> - Interface in org.antlr.v4.runtime.tree
This interface defines the basic notion of a parse tree visitor.
ParseTreeWalker - Class in org.antlr.v4.runtime.tree
 
ParseTreeWalker() - Constructor for class org.antlr.v4.runtime.tree.ParseTreeWalker
 
peek() - Method in class org.antlr.v4.runtime.misc.IntegerStack
 
PLUS_BLOCK_START - Static variable in class org.antlr.v4.runtime.atn.ATNState
 
PLUS_LOOP_BACK - Static variable in class org.antlr.v4.runtime.atn.ATNState
 
PlusBlockStartState - Class in org.antlr.v4.runtime.atn
Start of (A|B|...)+ loop.
PlusBlockStartState() - Constructor for class org.antlr.v4.runtime.atn.PlusBlockStartState
 
PlusLoopbackState - Class in org.antlr.v4.runtime.atn
Decision state for A+ and (A|B)+.
PlusLoopbackState() - Constructor for class org.antlr.v4.runtime.atn.PlusLoopbackState
 
pop() - Method in class org.antlr.v4.runtime.misc.IntegerStack
 
popMode() - Method in class org.antlr.v4.runtime.Lexer
 
POSTSCRIPT_FONT_NAMES - Static variable in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
PostScriptDocument - Class in org.antlr.v4.runtime.tree.gui
 
PostScriptDocument() - Constructor for class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
PostScriptDocument(String, int) - Constructor for class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
pred - Variable in class org.antlr.v4.runtime.dfa.DFAState.PredPrediction
 
PREDICATE - Static variable in class org.antlr.v4.runtime.atn.Transition
 
predicateDFAState(DFAState, DecisionState) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
predicates - Variable in class org.antlr.v4.runtime.dfa.DFAState
During SLL parsing, this is a list of predicates associated with the ATN configurations of the DFA state.
PredicateTransition - Class in org.antlr.v4.runtime.atn
TODO: this is old comment: A tree of semantic predicates from the grammar AST if label==SEMPRED.
PredicateTransition(ATNState, int, int, boolean) - Constructor for class org.antlr.v4.runtime.atn.PredicateTransition
 
prediction - Variable in class org.antlr.v4.runtime.dfa.DFAState
if accept state, what ttype do we match or alt do we predict? This is set to ATN.INVALID_ALT_NUMBER when DFAState.predicates!=null or DFAState.requiresFullContext.
PredictionContext - Class in org.antlr.v4.runtime.atn
 
PredictionContext(int) - Constructor for class org.antlr.v4.runtime.atn.PredictionContext
 
PredictionContextCache - Class in org.antlr.v4.runtime.atn
Used to cache PredictionContext objects.
PredictionContextCache() - Constructor for class org.antlr.v4.runtime.atn.PredictionContextCache
 
PredictionMode - Enum in org.antlr.v4.runtime.atn
 
predIndex - Variable in class org.antlr.v4.runtime.atn.PredicateTransition
 
predIndex - Variable in class org.antlr.v4.runtime.atn.SemanticContext.Predicate
 
predTransition(ATNConfig, PredicateTransition, boolean, boolean, boolean) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
prevAccept - Variable in class org.antlr.v4.runtime.atn.LexerATNSimulator
Used during DFA/ATN exec to record the most recent accept configuration info
previousTokenOnChannel(int, int) - Method in class org.antlr.v4.runtime.BufferedTokenStream
Given a starting index, return the index of the previous token on channel.
printTree - Variable in class org.antlr.v4.runtime.misc.TestRig
 
process() - Method in class org.antlr.v4.runtime.misc.TestRig
 
process(Lexer, Class<? extends Parser>, Parser, InputStream, Reader) - Method in class org.antlr.v4.runtime.misc.TestRig
 
PROGRAM_INIT_SIZE - Static variable in class org.antlr.v4.runtime.TokenStreamRewriter
 
programs - Variable in class org.antlr.v4.runtime.TokenStreamRewriter
You may have multiple, named streams of rewrite operations.
properlyContains(Interval) - Method in class org.antlr.v4.runtime.misc.Interval
 
ProxyErrorListener - Class in org.antlr.v4.runtime
This implementation of ANTLRErrorListener dispatches all calls to a collection of delegate listeners.
ProxyErrorListener(Collection<? extends ANTLRErrorListener>) - Constructor for class org.antlr.v4.runtime.ProxyErrorListener
 
ps - Variable in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
psFile - Variable in class org.antlr.v4.runtime.misc.TestRig
 
push(int) - Method in class org.antlr.v4.runtime.misc.IntegerStack
 
pushMode(int) - Method in class org.antlr.v4.runtime.Lexer
 
pushNewRecursionContext(ParserRuleContext, int, int) - Method in class org.antlr.v4.runtime.Parser
put(Key1, Key2, Value) - Method in class org.antlr.v4.runtime.misc.DoubleKeyMap
 
put(K, V) - Method in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
put(ParseTree, V) - Method in class org.antlr.v4.runtime.tree.ParseTreeProperty
 
putAll(Map<? extends K, ? extends V>) - Method in class org.antlr.v4.runtime.misc.FlexibleHashMap
 

R

RANGE - Static variable in class org.antlr.v4.runtime.atn.Transition
 
RangeTransition - Class in org.antlr.v4.runtime.atn
 
RangeTransition(ATNState, int, int) - Constructor for class org.antlr.v4.runtime.atn.RangeTransition
 
reachesIntoOuterContext - Variable in class org.antlr.v4.runtime.atn.ATNConfig
We cannot execute predicates dependent upon local context unless we know for sure we are in the correct context.
READ_BUFFER_SIZE - Static variable in class org.antlr.v4.runtime.ANTLRInputStream
 
readonly - Variable in class org.antlr.v4.runtime.atn.ATNConfigSet
Indicates that the set of configurations is read-only.
readonly - Variable in class org.antlr.v4.runtime.misc.IntervalSet
 
recog - Variable in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
RecognitionException - Exception in org.antlr.v4.runtime
The root of the ANTLR exception hierarchy.
RecognitionException(Recognizer<?, ?>, IntStream, ParserRuleContext) - Constructor for exception org.antlr.v4.runtime.RecognitionException
 
RecognitionException(String, Recognizer<?, ?>, IntStream, ParserRuleContext) - Constructor for exception org.antlr.v4.runtime.RecognitionException
 
Recognizer<Symbol,ATNInterpreter extends ATNSimulator> - Class in org.antlr.v4.runtime
 
Recognizer() - Constructor for class org.antlr.v4.runtime.Recognizer
 
records - Variable in class org.antlr.v4.runtime.misc.LogManager
 
recover(Parser, RecognitionException) - Method in interface org.antlr.v4.runtime.ANTLRErrorStrategy
This method is called to recover from exception e.
recover(Parser, RecognitionException) - Method in class org.antlr.v4.runtime.BailErrorStrategy
Instead of recovering from exception e, re-throw it wrapped in a ParseCancellationException so it is not caught by the rule function catches.
recover(Parser, RecognitionException) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
This method is called to recover from exception e.
recover(LexerNoViableAltException) - Method in class org.antlr.v4.runtime.Lexer
 
recover(RecognitionException) - Method in class org.antlr.v4.runtime.Lexer
Lexers can normally match any char in it's vocabulary after matching a token, so do the easy thing and just kill a character and hope it all works out.
recoverInline(Parser) - Method in interface org.antlr.v4.runtime.ANTLRErrorStrategy
This method is called when an unexpected symbol is encountered during an inline match operation, such as Parser.match(int).
recoverInline(Parser) - Method in class org.antlr.v4.runtime.BailErrorStrategy
Make sure we don't attempt to recover inline; if the parser successfully recovers, it won't throw an exception.
recoverInline(Parser) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
This method is called when an unexpected symbol is encountered during an inline match operation, such as Parser.match(int).
rect(double, double, double, double) - Method in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
reduceToSingleOperationPerIndex(List<TokenStreamRewriter.RewriteOperation>) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
We need to combine operations and report invalid operations (like overlapping replaces that are not completed nested).
release(int) - Method in class org.antlr.v4.runtime.ANTLRInputStream
 
release(int) - Method in class org.antlr.v4.runtime.BufferedTokenStream
 
release(int) - Method in interface org.antlr.v4.runtime.IntStream
This method releases a marked range created by a call to mark().
release(int) - Method in class org.antlr.v4.runtime.UnbufferedCharStream
Decrement number of markers, resetting buffer if we hit 0.
release(int) - Method in class org.antlr.v4.runtime.UnbufferedTokenStream
 
remove(Object) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
 
remove(Object) - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
 
remove() - Method in class org.antlr.v4.runtime.misc.Array2DHashSet.SetIterator
 
remove(Object) - Method in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
remove(int) - Method in class org.antlr.v4.runtime.misc.IntervalSet
 
remove(int) - Method in interface org.antlr.v4.runtime.misc.IntSet
remove this element from this set
remove(int) - Method in class org.antlr.v4.runtime.misc.OrderedHashSet
 
remove(Object) - Method in class org.antlr.v4.runtime.misc.OrderedHashSet
 
removeAll(Collection<?>) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
 
removeAll(Collection<?>) - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
 
removeAllConfigsNotInRuleStopState(ATNConfigSet, boolean) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
Return a configuration set containing only the configurations from configs which are in a RuleStopState.
removeAllElements(Collection<T>, T) - Static method in class org.antlr.v4.runtime.misc.Utils
 
removeAt(int) - Method in class org.antlr.v4.runtime.misc.IntegerList
 
removeErrorListener(ANTLRErrorListener) - Method in class org.antlr.v4.runtime.Recognizer
 
removeErrorListeners() - Method in class org.antlr.v4.runtime.Recognizer
 
removeFast(T) - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
 
removeFrom(ParseTree) - Method in class org.antlr.v4.runtime.tree.ParseTreeProperty
 
removeHighlightedNodes(Collection<Tree>) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
removeLastChild() - Method in class org.antlr.v4.runtime.ParserRuleContext
Used by enterOuterAlt to toss out a RuleContext previously added as we entered a rule.
removeParseListener(ParseTreeListener) - Method in class org.antlr.v4.runtime.Parser
Remove listener from the list of parse listeners.
removeParseListeners() - Method in class org.antlr.v4.runtime.Parser
Remove all parse listeners.
removeRange(int, int) - Method in class org.antlr.v4.runtime.misc.IntegerList
 
removeState(ATNState) - Method in class org.antlr.v4.runtime.atn.ATN
 
removeTransition(int) - Method in class org.antlr.v4.runtime.atn.ATNState
 
replace(int, Object) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
replace(int, int, Object) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
replace(Token, Object) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
replace(Token, Token, Object) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
replace(String, int, int, Object) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
replace(String, Token, Token, Object) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
reportAmbiguity(Parser, DFA, int, int, boolean, BitSet, ATNConfigSet) - Method in interface org.antlr.v4.runtime.ANTLRErrorListener
This method is called by the parser when a full-context prediction results in an ambiguity.
reportAmbiguity(DFA, DFAState, int, int, boolean, BitSet, ATNConfigSet) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
If context sensitive parsing, we know it's ambiguity not conflict
reportAmbiguity(Parser, DFA, int, int, boolean, BitSet, ATNConfigSet) - Method in class org.antlr.v4.runtime.BaseErrorListener
 
reportAmbiguity(Parser, DFA, int, int, boolean, BitSet, ATNConfigSet) - Method in class org.antlr.v4.runtime.DiagnosticErrorListener
 
reportAmbiguity(Parser, DFA, int, int, boolean, BitSet, ATNConfigSet) - Method in class org.antlr.v4.runtime.ProxyErrorListener
 
reportAttemptingFullContext(Parser, DFA, int, int, BitSet, ATNConfigSet) - Method in interface org.antlr.v4.runtime.ANTLRErrorListener
This method is called when an SLL conflict occurs and the parser is about to use the full context information to make an LL decision.
reportAttemptingFullContext(DFA, BitSet, ATNConfigSet, int, int) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
reportAttemptingFullContext(Parser, DFA, int, int, BitSet, ATNConfigSet) - Method in class org.antlr.v4.runtime.BaseErrorListener
 
reportAttemptingFullContext(Parser, DFA, int, int, BitSet, ATNConfigSet) - Method in class org.antlr.v4.runtime.DiagnosticErrorListener
 
reportAttemptingFullContext(Parser, DFA, int, int, BitSet, ATNConfigSet) - Method in class org.antlr.v4.runtime.ProxyErrorListener
 
reportContextSensitivity(Parser, DFA, int, int, int, ATNConfigSet) - Method in interface org.antlr.v4.runtime.ANTLRErrorListener
This method is called by the parser when a full-context prediction has a unique result.
reportContextSensitivity(DFA, int, ATNConfigSet, int, int) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
reportContextSensitivity(Parser, DFA, int, int, int, ATNConfigSet) - Method in class org.antlr.v4.runtime.BaseErrorListener
 
reportContextSensitivity(Parser, DFA, int, int, int, ATNConfigSet) - Method in class org.antlr.v4.runtime.DiagnosticErrorListener
 
reportContextSensitivity(Parser, DFA, int, int, int, ATNConfigSet) - Method in class org.antlr.v4.runtime.ProxyErrorListener
 
reportError(Parser, RecognitionException) - Method in interface org.antlr.v4.runtime.ANTLRErrorStrategy
Report any kind of RecognitionException.
reportError(Parser, RecognitionException) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
Report any kind of RecognitionException.
reportFailedPredicate(Parser, FailedPredicateException) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
reportInputMismatch(Parser, InputMismatchException) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
reportMatch(Parser) - Method in interface org.antlr.v4.runtime.ANTLRErrorStrategy
This method is called by when the parser successfully matches an input symbol.
reportMatch(Parser) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
This method is called by when the parser successfully matches an input symbol.
reportMissingToken(Parser) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
This method is called to report a syntax error which requires the insertion of a missing token into the input stream.
reportNoViableAlternative(Parser, NoViableAltException) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
reportUnwantedToken(Parser) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
This method is called to report a syntax error which requires the removal of a token from the input stream.
requiresFullContext - Variable in class org.antlr.v4.runtime.dfa.DFAState
Indicates that this state was created during SLL prediction that discovered a conflict between the configurations in the state.
reset(Parser) - Method in interface org.antlr.v4.runtime.ANTLRErrorStrategy
Reset the error handler state for the specified recognizer.
reset() - Method in class org.antlr.v4.runtime.ANTLRInputStream
Reset the stream so that it's in the same state it was when the object was created *except* the data array is not touched.
reset() - Method in class org.antlr.v4.runtime.atn.ATNSimulator
 
reset() - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
reset() - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator.SimState
 
reset() - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
reset() - Method in class org.antlr.v4.runtime.BufferedTokenStream
 
reset(Parser) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
Reset the error handler state for the specified recognizer.
reset() - Method in class org.antlr.v4.runtime.Lexer
 
reset() - Method in class org.antlr.v4.runtime.Parser
reset the parser's state
resolvesToJustOneViableAlt(Collection<BitSet>) - Static method in enum org.antlr.v4.runtime.atn.PredictionMode
Full LL prediction termination.
retainAll(Collection<?>) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
 
retainAll(Collection<?>) - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
 
retry_debug - Static variable in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
returnState - Variable in class org.antlr.v4.runtime.atn.SingletonPredictionContext
 
returnStates - Variable in class org.antlr.v4.runtime.atn.ArrayPredictionContext
Sorted for merge, no duplicates; if present, PredictionContext.EMPTY_RETURN_STATE is always last.
rollback(int) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
rollback(String, int) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
Rollback the instruction stream for a program so that the indicated instruction (via instructionIndex) is no longer in the stream.
root - Variable in class org.antlr.v4.runtime.tree.gui.TreePostScriptGenerator
 
RULE - Static variable in class org.antlr.v4.runtime.atn.Transition
 
RULE_START - Static variable in class org.antlr.v4.runtime.atn.ATNState
 
RULE_STOP - Static variable in class org.antlr.v4.runtime.atn.ATNState
 
RuleContext - Class in org.antlr.v4.runtime
A rule context is a record of a single rule invocation.
RuleContext() - Constructor for class org.antlr.v4.runtime.RuleContext
 
RuleContext(RuleContext, int) - Constructor for class org.antlr.v4.runtime.RuleContext
 
ruleIndex - Variable in class org.antlr.v4.runtime.atn.ActionTransition
 
ruleIndex - Variable in class org.antlr.v4.runtime.atn.ATNState
 
ruleIndex - Variable in class org.antlr.v4.runtime.atn.PredicateTransition
 
ruleIndex - Variable in class org.antlr.v4.runtime.atn.RuleTransition
Ptr to the rule definition object for this rule ref
ruleIndex - Variable in class org.antlr.v4.runtime.atn.SemanticContext.Predicate
 
RuleNode - Interface in org.antlr.v4.runtime.tree
 
RuleStartState - Class in org.antlr.v4.runtime.atn
 
RuleStartState() - Constructor for class org.antlr.v4.runtime.atn.RuleStartState
 
RuleStopState - Class in org.antlr.v4.runtime.atn
The last node in the ATN for a rule, unless that rule is the start symbol.
RuleStopState() - Constructor for class org.antlr.v4.runtime.atn.RuleStopState
 
ruleToActionIndex - Variable in class org.antlr.v4.runtime.atn.ATN
For lexer ATNs, this maps the rule index to the action which should be executed following a match.
ruleToStartState - Variable in class org.antlr.v4.runtime.atn.ATN
Maps from rule index to starting state number.
ruleToStopState - Variable in class org.antlr.v4.runtime.atn.ATN
Maps from rule index to stop state number.
ruleToTokenType - Variable in class org.antlr.v4.runtime.atn.ATN
For lexer ATNs, this maps the rule index to the resulting token type.
ruleTransition(ATNConfig, RuleTransition) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
RuleTransition - Class in org.antlr.v4.runtime.atn
 
RuleTransition(RuleStartState, int, ATNState) - Constructor for class org.antlr.v4.runtime.atn.RuleTransition
 

S

s0 - Variable in class org.antlr.v4.runtime.dfa.DFA
 
save(String) - Method in class org.antlr.v4.runtime.misc.LogManager
 
save() - Method in class org.antlr.v4.runtime.misc.LogManager
 
save(Parser, String) - Method in class org.antlr.v4.runtime.RuleContext
Save this tree in a postscript file
save(Parser, String, String, int) - Method in class org.antlr.v4.runtime.RuleContext
Save this tree in a postscript file using a particular font name and size
save(List<String>, String) - Method in class org.antlr.v4.runtime.RuleContext
Save this tree in a postscript file
save(List<String>, String, String, int) - Method in class org.antlr.v4.runtime.RuleContext
Save this tree in a postscript file using a particular font name and size
save(String) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
saveImage(JComponent, String) - Static method in class org.antlr.v4.runtime.misc.GraphicsSupport
[The "BSD license"] Copyright (c) 2011 Cay Horstmann All rights reserved.
scale - Variable in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
seek(int) - Method in class org.antlr.v4.runtime.ANTLRInputStream
consume() ahead until p==index; can't just set p=index as we must update line and charPositionInLine.
seek(int) - Method in class org.antlr.v4.runtime.BufferedTokenStream
 
seek(int) - Method in interface org.antlr.v4.runtime.IntStream
Set the input cursor to the position indicated by index.
seek(int) - Method in class org.antlr.v4.runtime.UnbufferedCharStream
Seek to absolute character index, which might not be in the current sliding window.
seek(int) - Method in class org.antlr.v4.runtime.UnbufferedTokenStream
 
semanticContext - Variable in class org.antlr.v4.runtime.atn.ATNConfig
 
SemanticContext - Class in org.antlr.v4.runtime.atn
A tree structure used to record the semantic context in which an ATN configuration is valid.
SemanticContext() - Constructor for class org.antlr.v4.runtime.atn.SemanticContext
 
SemanticContext.AND - Class in org.antlr.v4.runtime.atn
 
SemanticContext.AND(SemanticContext, SemanticContext) - Constructor for class org.antlr.v4.runtime.atn.SemanticContext.AND
 
SemanticContext.OR - Class in org.antlr.v4.runtime.atn
 
SemanticContext.OR(SemanticContext, SemanticContext) - Constructor for class org.antlr.v4.runtime.atn.SemanticContext.OR
 
SemanticContext.Predicate - Class in org.antlr.v4.runtime.atn
 
SemanticContext.Predicate() - Constructor for class org.antlr.v4.runtime.atn.SemanticContext.Predicate
 
SemanticContext.Predicate(int, int, boolean) - Constructor for class org.antlr.v4.runtime.atn.SemanticContext.Predicate
 
sempred(RuleContext, int, int) - Method in class org.antlr.v4.runtime.Recognizer
 
serializationNames - Static variable in class org.antlr.v4.runtime.atn.ATNState
 
serializationNames - Static variable in class org.antlr.v4.runtime.atn.Transition
 
serializationTypes - Static variable in class org.antlr.v4.runtime.atn.Transition
 
SERIALIZED_UUID - Static variable in class org.antlr.v4.runtime.atn.ATNSimulator
 
SERIALIZED_VERSION - Static variable in class org.antlr.v4.runtime.atn.ATNSimulator
 
set - Variable in class org.antlr.v4.runtime.atn.SetTransition
 
SET - Static variable in class org.antlr.v4.runtime.atn.Transition
 
set(int, int) - Method in class org.antlr.v4.runtime.misc.IntegerList
 
set(int, T) - Method in class org.antlr.v4.runtime.misc.OrderedHashSet
Replace an existing value with a new value; updates the element list and the hash table, but not the key as that has not changed.
setArcSize(int) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
setBorderColor(Color) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
setBoxColor(Color) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
setBuildParseTree(boolean) - Method in class org.antlr.v4.runtime.Parser
Track the ParserRuleContext objects during the parse and hook them up using the ParserRuleContext.children list so that it forms a parse tree.
setChannel(int) - Method in class org.antlr.v4.runtime.CommonToken
 
setChannel(int) - Method in class org.antlr.v4.runtime.Lexer
 
setChannel(int) - Method in interface org.antlr.v4.runtime.WritableToken
 
setCharPositionInLine(int) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
setCharPositionInLine(int) - Method in class org.antlr.v4.runtime.CommonToken
 
setCharPositionInLine(int) - Method in class org.antlr.v4.runtime.Lexer
 
setCharPositionInLine(int) - Method in interface org.antlr.v4.runtime.WritableToken
 
setErrorHandler(ANTLRErrorStrategy) - Method in class org.antlr.v4.runtime.Parser
 
setFont(String, int) - Method in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
setFont(Font) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
setFontName(String) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
setFontSize(int) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
setHighlightedBoxColor(Color) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
setInputStream(IntStream) - Method in class org.antlr.v4.runtime.Lexer
Set the char stream and reset the lexer
setInputStream(IntStream) - Method in class org.antlr.v4.runtime.Parser
 
setInputStream(IntStream) - Method in class org.antlr.v4.runtime.Recognizer
 
setInterpreter(ATNInterpreter) - Method in class org.antlr.v4.runtime.Recognizer
 
setLastRewriteTokenIndex(String, int) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
 
setLine(int) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
 
setLine(int) - Method in class org.antlr.v4.runtime.CommonToken
 
setLine(int) - Method in class org.antlr.v4.runtime.Lexer
 
setLine(int) - Method in interface org.antlr.v4.runtime.WritableToken
 
setOffendingState(int) - Method in exception org.antlr.v4.runtime.RecognitionException
 
setOffendingToken(Token) - Method in exception org.antlr.v4.runtime.RecognitionException
 
setPredictionMode(PredictionMode) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
setReadonly(boolean) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
 
setReadonly(boolean) - Method in class org.antlr.v4.runtime.misc.IntervalSet
 
setRuleIndex(int) - Method in class org.antlr.v4.runtime.atn.ATNState
 
setScale(double) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
setStartIndex(int) - Method in class org.antlr.v4.runtime.CommonToken
 
setState(int) - Method in class org.antlr.v4.runtime.Recognizer
Indicate that the recognizer has changed internal state that is consistent with the ATN state passed in.
setStopIndex(int) - Method in class org.antlr.v4.runtime.CommonToken
 
setText(String) - Method in class org.antlr.v4.runtime.CommonToken
Override the text for this token.
setText(String) - Method in class org.antlr.v4.runtime.Lexer
Set the complete text of this token; it wipes any previous changes to the text.
setText(String) - Method in interface org.antlr.v4.runtime.WritableToken
 
setTextColor(Color) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
setToken(Token) - Method in class org.antlr.v4.runtime.Lexer
 
setTokenFactory(TokenFactory<?>) - Method in class org.antlr.v4.runtime.Lexer
 
setTokenFactory(TokenFactory<?>) - Method in class org.antlr.v4.runtime.Parser
Tell our token source and error strategy about a new way to create tokens.
setTokenFactory(TokenFactory<?>) - Method in class org.antlr.v4.runtime.Recognizer
 
setTokenFactory(TokenFactory<?>) - Method in interface org.antlr.v4.runtime.TokenSource
Optional method that lets users set factory in lexer or other source
setTokenIndex(int) - Method in class org.antlr.v4.runtime.CommonToken
 
setTokenIndex(int) - Method in interface org.antlr.v4.runtime.WritableToken
 
setTokenSource(TokenSource) - Method in class org.antlr.v4.runtime.BufferedTokenStream
Reset this token stream by setting its token source.
setTokenStream(TokenStream) - Method in class org.antlr.v4.runtime.Parser
Set the token stream and reset the parser.
setTrace(boolean) - Method in class org.antlr.v4.runtime.Parser
During a parse is sometimes useful to listen in on the rule entry and exit events as well as token matches.
setTransition(int, Transition) - Method in class org.antlr.v4.runtime.atn.ATNState
 
SetTransition - Class in org.antlr.v4.runtime.atn
A transition containing a set of values.
SetTransition(ATNState, IntervalSet) - Constructor for class org.antlr.v4.runtime.atn.SetTransition
 
setTreeTextProvider(TreeTextProvider) - Method in class org.antlr.v4.runtime.tree.gui.TreePostScriptGenerator
 
setTreeTextProvider(TreeTextProvider) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
setTrimParseTree(boolean) - Method in class org.antlr.v4.runtime.Parser
Trim the internal lists of the parse tree during parsing to conserve memory.
setType(int) - Method in class org.antlr.v4.runtime.CommonToken
 
setType(int) - Method in class org.antlr.v4.runtime.Lexer
 
setType(int) - Method in interface org.antlr.v4.runtime.WritableToken
 
setup() - Method in class org.antlr.v4.runtime.BufferedTokenStream
 
setUseCurvedEdges(boolean) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
sharedContextCache - Variable in class org.antlr.v4.runtime.atn.ATNSimulator
The context cache maps all PredictionContext objects that are equals() to a single cached copy.
shouldVisitNextChild(RuleNode, T) - Method in class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
This method is called after visiting each child in AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode).
showInDialog(TreeViewer) - Static method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
showTokens - Variable in class org.antlr.v4.runtime.misc.TestRig
 
singleTokenDeletion(Parser) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
This method implements the single-token deletion inline error recovery strategy.
singleTokenInsertion(Parser) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
This method implements the single-token insertion inline error recovery strategy.
SingletonPredictionContext - Class in org.antlr.v4.runtime.atn
 
size() - Method in class org.antlr.v4.runtime.ANTLRInputStream
 
size() - Method in class org.antlr.v4.runtime.atn.ArrayPredictionContext
 
size() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
 
size() - Method in class org.antlr.v4.runtime.atn.EmptyPredictionContext
 
size() - Method in class org.antlr.v4.runtime.atn.PredictionContext
 
size() - Method in class org.antlr.v4.runtime.atn.PredictionContextCache
 
size() - Method in class org.antlr.v4.runtime.atn.SingletonPredictionContext
 
size() - Method in class org.antlr.v4.runtime.BufferedTokenStream
 
size() - Method in interface org.antlr.v4.runtime.IntStream
Returns the total number of symbols in the stream, including a single EOF symbol.
size() - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
 
size() - Method in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
size() - Method in class org.antlr.v4.runtime.misc.IntegerList
 
size() - Method in class org.antlr.v4.runtime.misc.IntervalSet
 
size() - Method in interface org.antlr.v4.runtime.misc.IntSet
Return the size of this set (not the underlying implementation's allocated memory size, for example).
size() - Method in class org.antlr.v4.runtime.UnbufferedCharStream
 
size() - Method in class org.antlr.v4.runtime.UnbufferedTokenStream
 
SKIP - Static variable in class org.antlr.v4.runtime.Lexer
 
skip() - Method in class org.antlr.v4.runtime.Lexer
Instruct the lexer to skip creating a token for current lexer rule and look for another token.
SLL - Variable in class org.antlr.v4.runtime.misc.TestRig
 
sort() - Method in class org.antlr.v4.runtime.misc.IntegerList
 
source - Variable in class org.antlr.v4.runtime.CommonToken
 
STAR_BLOCK_START - Static variable in class org.antlr.v4.runtime.atn.ATNState
 
STAR_LOOP_BACK - Static variable in class org.antlr.v4.runtime.atn.ATNState
 
STAR_LOOP_ENTRY - Static variable in class org.antlr.v4.runtime.atn.ATNState
 
StarBlockStartState - Class in org.antlr.v4.runtime.atn
The block that begins a closure loop.
StarBlockStartState() - Constructor for class org.antlr.v4.runtime.atn.StarBlockStartState
 
StarLoopbackState - Class in org.antlr.v4.runtime.atn
 
StarLoopbackState() - Constructor for class org.antlr.v4.runtime.atn.StarLoopbackState
 
StarLoopEntryState - Class in org.antlr.v4.runtime.atn
 
StarLoopEntryState() - Constructor for class org.antlr.v4.runtime.atn.StarLoopEntryState
 
start - Variable in class org.antlr.v4.runtime.CommonToken
The char position into the input buffer where this token starts
start - Variable in class org.antlr.v4.runtime.ParserRuleContext
For debugging/tracing purposes, we want to track all of the nodes in the ATN traversed by the parser for a particular rule.
startIndex - Variable in class org.antlr.v4.runtime.atn.LexerATNSimulator
The current token's starting index into the character stream.
startRuleName - Variable in class org.antlr.v4.runtime.misc.TestRig
 
startsAfter(Interval) - Method in class org.antlr.v4.runtime.misc.Interval
Does this.a start after other.b? May or may not be disjoint
startsAfterDisjoint(Interval) - Method in class org.antlr.v4.runtime.misc.Interval
Does this start completely after other? Disjoint
startsAfterNonDisjoint(Interval) - Method in class org.antlr.v4.runtime.misc.Interval
Does this start after other? NonDisjoint
startsBeforeDisjoint(Interval) - Method in class org.antlr.v4.runtime.misc.Interval
Does this start completely before other? Disjoint
startsBeforeNonDisjoint(Interval) - Method in class org.antlr.v4.runtime.misc.Interval
Does this start at or before other? Nondisjoint
startState - Variable in class org.antlr.v4.runtime.atn.BlockEndState
 
state - Variable in class org.antlr.v4.runtime.atn.ATNConfig
The ATN state associated with this configuration
stateFactory(int, int) - Static method in class org.antlr.v4.runtime.atn.ATNSimulator
 
stateNumber - Variable in class org.antlr.v4.runtime.atn.ATNState
 
stateNumber - Variable in class org.antlr.v4.runtime.dfa.DFAState
 
states - Variable in class org.antlr.v4.runtime.atn.ATN
 
states - Variable in class org.antlr.v4.runtime.dfa.DFA
A set of all DFA states.
stop - Variable in class org.antlr.v4.runtime.CommonToken
The char position into the input buffer where this token stops
stop - Variable in class org.antlr.v4.runtime.ParserRuleContext
For debugging/tracing purposes, we want to track all of the nodes in the ATN traversed by the parser for a particular rule.
stopState - Variable in class org.antlr.v4.runtime.atn.RuleStartState
 
stroke() - Method in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
subtract(IntSet) - Method in class org.antlr.v4.runtime.misc.IntervalSet
Compute this-other via this&~other.
subtract(IntSet) - Method in interface org.antlr.v4.runtime.misc.IntSet
 
symbol - Variable in class org.antlr.v4.runtime.tree.TerminalNodeImpl
 
sync(Parser) - Method in interface org.antlr.v4.runtime.ANTLRErrorStrategy
This method provides the error handler with an opportunity to handle syntactic or semantic errors in the input stream before they result in a RecognitionException.
sync(Parser) - Method in class org.antlr.v4.runtime.BailErrorStrategy
Make sure we don't attempt to recover from problems in subrules.
sync(int) - Method in class org.antlr.v4.runtime.BufferedTokenStream
Make sure index i in tokens has a token.
sync(Parser) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
The default implementation of ANTLRErrorStrategy.sync(org.antlr.v4.runtime.Parser) makes sure that the current lookahead symbol is consistent with what were expecting at this point in the ATN.
sync(int) - Method in class org.antlr.v4.runtime.UnbufferedCharStream
Make sure we have 'need' elements from current position p.
sync(int) - Method in class org.antlr.v4.runtime.UnbufferedTokenStream
Make sure we have 'need' elements from current position p.
syntaxError(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in interface org.antlr.v4.runtime.ANTLRErrorListener
Upon syntax error, notify any interested parties.
syntaxError(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in class org.antlr.v4.runtime.BaseErrorListener
 
syntaxError(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in class org.antlr.v4.runtime.ConsoleErrorListener
 
syntaxError(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in class org.antlr.v4.runtime.ProxyErrorListener
 
SyntaxTree - Interface in org.antlr.v4.runtime.tree
A tree that knows about an interval in a token stream is some kind of syntax tree.
SystemFontMetrics - Class in org.antlr.v4.runtime.tree.gui
 
SystemFontMetrics(String) - Constructor for class org.antlr.v4.runtime.tree.gui.SystemFontMetrics
 

T

target - Variable in class org.antlr.v4.runtime.atn.Transition
The target of this transition.
TerminalNode - Interface in org.antlr.v4.runtime.tree
 
TerminalNodeImpl - Class in org.antlr.v4.runtime.tree
 
TerminalNodeImpl(Token) - Constructor for class org.antlr.v4.runtime.tree.TerminalNodeImpl
 
TestRig - Class in org.antlr.v4.runtime.misc
Run a lexer/parser combo, optionally printing tree string or generating postscript file.
TestRig(String[]) - Constructor for class org.antlr.v4.runtime.misc.TestRig
 
text - Variable in class org.antlr.v4.runtime.CommonToken
We need to be able to change the text once in a while.
text - Variable in class org.antlr.v4.runtime.TokenStreamRewriter.RewriteOperation
 
text(String, double, double) - Method in class org.antlr.v4.runtime.tree.gui.PostScriptDocument
 
text(Graphics, String, int, int) - Method in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
textColor - Variable in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
threshold - Variable in class org.antlr.v4.runtime.misc.Array2DHashSet
 
threshold - Variable in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
to - Variable in class org.antlr.v4.runtime.atn.RangeTransition
 
toArray() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
 
toArray(T[]) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
 
toArray() - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
 
toArray(U[]) - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
 
toArray() - Method in class org.antlr.v4.runtime.misc.IntegerList
 
toArray() - Method in class org.antlr.v4.runtime.misc.IntervalSet
 
toArray() - Method in class org.antlr.v4.runtime.misc.OrderedHashSet
 
toDOTString(PredictionContext) - Static method in class org.antlr.v4.runtime.atn.PredictionContext
 
toInfoString(Parser) - Method in class org.antlr.v4.runtime.ParserRuleContext
Used for rule context info debugging during parse-time, not so much for ATN debugging
toInt(char) - Static method in class org.antlr.v4.runtime.atn.ATNSimulator
 
toInt32(char[], int) - Static method in class org.antlr.v4.runtime.atn.ATNSimulator
 
toIntegerList() - Method in class org.antlr.v4.runtime.misc.IntervalSet
 
Token - Interface in org.antlr.v4.runtime
A token has properties: text, type, line, character position in the line (so we can ignore tabs), token channel, index, and source from which we obtained this token.
TOKEN_START - Static variable in class org.antlr.v4.runtime.atn.ATNState
 
TokenFactory<Symbol extends Token> - Interface in org.antlr.v4.runtime
The default mechanism for creating tokens.
tokens - Variable in class org.antlr.v4.runtime.BufferedTokenStream
Record every single token pulled from the source so we can reproduce chunks of it later.
tokens - Variable in class org.antlr.v4.runtime.TokenStreamRewriter
Our source stream
tokens - Variable in class org.antlr.v4.runtime.UnbufferedTokenStream
A moving window buffer of the data being scanned.
tokenSource - Variable in class org.antlr.v4.runtime.BufferedTokenStream
 
TokenSource - Interface in org.antlr.v4.runtime
A source of tokens must provide a sequence of tokens via nextToken() and also must reveal it's source of characters; CommonToken's text is computed from a CharStream; it only store indices into the char stream.
tokenSource - Variable in class org.antlr.v4.runtime.UnbufferedTokenStream
 
TokensStartState - Class in org.antlr.v4.runtime.atn
The Tokens rule start state linking to each lexer rule start state
TokensStartState() - Constructor for class org.antlr.v4.runtime.atn.TokensStartState
 
TokenStream - Interface in org.antlr.v4.runtime
An IntStream whose symbols are Token instances.
TokenStreamRewriter - Class in org.antlr.v4.runtime
Useful for rewriting out a buffered input token stream after doing some augmentation or other manipulations on it.
TokenStreamRewriter(TokenStream) - Constructor for class org.antlr.v4.runtime.TokenStreamRewriter
 
TokenStreamRewriter.RewriteOperation - Class in org.antlr.v4.runtime
 
TokenStreamRewriter.RewriteOperation(int) - Constructor for class org.antlr.v4.runtime.TokenStreamRewriter.RewriteOperation
 
TokenStreamRewriter.RewriteOperation(int, Object) - Constructor for class org.antlr.v4.runtime.TokenStreamRewriter.RewriteOperation
 
toLexerString() - Method in class org.antlr.v4.runtime.dfa.DFA
 
toList() - Method in class org.antlr.v4.runtime.misc.IntervalSet
 
toList() - Method in interface org.antlr.v4.runtime.misc.IntSet
 
toLong(char[], int) - Static method in class org.antlr.v4.runtime.atn.ATNSimulator
 
toSet() - Method in class org.antlr.v4.runtime.misc.IntervalSet
 
toString() - Method in class org.antlr.v4.runtime.ANTLRInputStream
 
toString() - Method in class org.antlr.v4.runtime.atn.ActionTransition
 
toString() - Method in class org.antlr.v4.runtime.atn.ArrayPredictionContext
 
toString() - Method in class org.antlr.v4.runtime.atn.ATNConfig
 
toString(Recognizer<?, ?>, boolean) - Method in class org.antlr.v4.runtime.atn.ATNConfig
 
toString() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
 
toString() - Method in class org.antlr.v4.runtime.atn.ATNState
 
toString() - Method in class org.antlr.v4.runtime.atn.AtomTransition
 
toString() - Method in class org.antlr.v4.runtime.atn.EmptyPredictionContext
 
toString() - Method in class org.antlr.v4.runtime.atn.EpsilonTransition
 
toString() - Method in class org.antlr.v4.runtime.atn.NotSetTransition
 
toString() - Method in class org.antlr.v4.runtime.atn.PredicateTransition
 
toString(Recognizer<?, ?>) - Method in class org.antlr.v4.runtime.atn.PredictionContext
 
toString(Recognizer<?, ?>, RuleContext) - Method in class org.antlr.v4.runtime.atn.PredictionContext
 
toString() - Method in class org.antlr.v4.runtime.atn.RangeTransition
 
toString() - Method in class org.antlr.v4.runtime.atn.SemanticContext.AND
 
toString() - Method in class org.antlr.v4.runtime.atn.SemanticContext.OR
 
toString() - Method in class org.antlr.v4.runtime.atn.SemanticContext.Predicate
 
toString() - Method in class org.antlr.v4.runtime.atn.SetTransition
 
toString() - Method in class org.antlr.v4.runtime.atn.SingletonPredictionContext
 
toString() - Method in class org.antlr.v4.runtime.atn.WildcardTransition
 
toString() - Method in class org.antlr.v4.runtime.CommonToken
 
toString() - Method in class org.antlr.v4.runtime.dfa.DFA
 
toString(String[]) - Method in class org.antlr.v4.runtime.dfa.DFA
 
toString() - Method in class org.antlr.v4.runtime.dfa.DFASerializer
 
toString() - Method in class org.antlr.v4.runtime.dfa.DFAState.PredPrediction
 
toString() - Method in class org.antlr.v4.runtime.dfa.DFAState
 
toString() - Method in exception org.antlr.v4.runtime.LexerNoViableAltException
 
toString() - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
 
toString() - Method in class org.antlr.v4.runtime.misc.FlexibleHashMap.Entry
 
toString() - Method in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
toString() - Method in class org.antlr.v4.runtime.misc.IntegerList
Returns a string representation of this list.
toString() - Method in class org.antlr.v4.runtime.misc.Interval
 
toString() - Method in class org.antlr.v4.runtime.misc.IntervalSet
 
toString(boolean) - Method in class org.antlr.v4.runtime.misc.IntervalSet
 
toString(String[]) - Method in class org.antlr.v4.runtime.misc.IntervalSet
 
toString() - Method in interface org.antlr.v4.runtime.misc.IntSet
 
toString() - Method in class org.antlr.v4.runtime.misc.LogManager.Record
 
toString() - Method in class org.antlr.v4.runtime.misc.LogManager
 
toString() - Method in class org.antlr.v4.runtime.misc.OrderedHashSet
 
toString() - Method in class org.antlr.v4.runtime.RuleContext
 
toString(Recognizer<?, ?>) - Method in class org.antlr.v4.runtime.RuleContext
 
toString(List<String>) - Method in class org.antlr.v4.runtime.RuleContext
 
toString(Recognizer<?, ?>, RuleContext) - Method in class org.antlr.v4.runtime.RuleContext
 
toString(List<String>, RuleContext) - Method in class org.antlr.v4.runtime.RuleContext
 
toString() - Method in class org.antlr.v4.runtime.TokenStreamRewriter.RewriteOperation
 
toString() - Method in class org.antlr.v4.runtime.tree.TerminalNodeImpl
 
toStrings(Recognizer<?, ?>, int) - Method in class org.antlr.v4.runtime.atn.PredictionContext
 
toStrings(Recognizer<?, ?>, PredictionContext, int) - Method in class org.antlr.v4.runtime.atn.PredictionContext
 
toStringTree(Parser) - Method in class org.antlr.v4.runtime.RuleContext
Print out a whole tree, not just a node, in LISP format (root child1 ..
toStringTree(List<String>) - Method in class org.antlr.v4.runtime.RuleContext
Print out a whole tree, not just a node, in LISP format (root child1 ..
toStringTree() - Method in class org.antlr.v4.runtime.RuleContext
 
toStringTree(Parser) - Method in interface org.antlr.v4.runtime.tree.ParseTree
Specialize toStringTree so that it can print out more information based upon the parser.
toStringTree(Parser) - Method in class org.antlr.v4.runtime.tree.TerminalNodeImpl
 
toStringTree() - Method in class org.antlr.v4.runtime.tree.TerminalNodeImpl
 
toStringTree() - Method in interface org.antlr.v4.runtime.tree.Tree
Print out a whole tree, not just a node, in LISP format {@code (root child1 ..
toStringTree(Tree) - Static method in class org.antlr.v4.runtime.tree.Trees
Print out a whole tree in LISP form.
toStringTree(Tree, Parser) - Static method in class org.antlr.v4.runtime.tree.Trees
Print out a whole tree in LISP form.
toStringTree(Tree, List<String>) - Static method in class org.antlr.v4.runtime.tree.Trees
Print out a whole tree in LISP form.
toTableString() - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
 
toTableString() - Method in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
toUUID(char[], int) - Static method in class org.antlr.v4.runtime.atn.ATNSimulator
 
trace - Variable in class org.antlr.v4.runtime.misc.TestRig
 
transition(int) - Method in class org.antlr.v4.runtime.atn.ATNState
 
Transition - Class in org.antlr.v4.runtime.atn
An ATN transition between any two ATN states.
Transition(ATNState) - Constructor for class org.antlr.v4.runtime.atn.Transition
 
transitions - Variable in class org.antlr.v4.runtime.atn.ATNState
Track the transitions emanating from this ATN state.
Tree - Interface in org.antlr.v4.runtime.tree
The basic notion of a tree has a parent, a payload, and a list of children.
treeLayout - Variable in class org.antlr.v4.runtime.tree.gui.TreePostScriptGenerator
 
treeLayout - Variable in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
TreePostScriptGenerator - Class in org.antlr.v4.runtime.tree.gui
 
TreePostScriptGenerator(List<String>, Tree) - Constructor for class org.antlr.v4.runtime.tree.gui.TreePostScriptGenerator
 
TreePostScriptGenerator(List<String>, Tree, String, int) - Constructor for class org.antlr.v4.runtime.tree.gui.TreePostScriptGenerator
 
TreePostScriptGenerator.VariableExtentProvide - Class in org.antlr.v4.runtime.tree.gui
 
TreePostScriptGenerator.VariableExtentProvide() - Constructor for class org.antlr.v4.runtime.tree.gui.TreePostScriptGenerator.VariableExtentProvide
 
Trees - Class in org.antlr.v4.runtime.tree
A set of utility routines useful for all kinds of ANTLR trees.
treeTextProvider - Variable in class org.antlr.v4.runtime.tree.gui.TreePostScriptGenerator
 
TreeTextProvider - Interface in org.antlr.v4.runtime.tree.gui
 
treeTextProvider - Variable in class org.antlr.v4.runtime.tree.gui.TreeViewer
 
TreeViewer - Class in org.antlr.v4.runtime.tree.gui
 
TreeViewer(List<String>, Tree) - Constructor for class org.antlr.v4.runtime.tree.gui.TreeViewer
 
TreeViewer.DefaultTreeTextProvider - Class in org.antlr.v4.runtime.tree.gui
 
TreeViewer.DefaultTreeTextProvider(List<String>) - Constructor for class org.antlr.v4.runtime.tree.gui.TreeViewer.DefaultTreeTextProvider
 
TreeViewer.VariableExtentProvide - Class in org.antlr.v4.runtime.tree.gui
 
TreeViewer.VariableExtentProvide(TreeViewer) - Constructor for class org.antlr.v4.runtime.tree.gui.TreeViewer.VariableExtentProvide
 
triggerEnterRuleEvent() - Method in class org.antlr.v4.runtime.Parser
Notify any parse listeners of an enter rule event.
triggerExitRuleEvent() - Method in class org.antlr.v4.runtime.Parser
Notify any parse listeners of an exit rule event.
trimToSize() - Method in class org.antlr.v4.runtime.misc.IntegerList
 
Triple<A,B,C> - Class in org.antlr.v4.runtime.misc
 
Triple(A, B, C) - Constructor for class org.antlr.v4.runtime.misc.Triple
 
type - Variable in class org.antlr.v4.runtime.CommonToken
 

U

UnbufferedCharStream - Class in org.antlr.v4.runtime
Do not buffer up the entire char stream.
UnbufferedCharStream() - Constructor for class org.antlr.v4.runtime.UnbufferedCharStream
Useful for subclasses that pull char from other than this.input.
UnbufferedCharStream(int) - Constructor for class org.antlr.v4.runtime.UnbufferedCharStream
Useful for subclasses that pull char from other than this.input.
UnbufferedCharStream(InputStream) - Constructor for class org.antlr.v4.runtime.UnbufferedCharStream
 
UnbufferedCharStream(Reader) - Constructor for class org.antlr.v4.runtime.UnbufferedCharStream
 
UnbufferedCharStream(InputStream, int) - Constructor for class org.antlr.v4.runtime.UnbufferedCharStream
 
UnbufferedCharStream(Reader, int) - Constructor for class org.antlr.v4.runtime.UnbufferedCharStream
 
UnbufferedTokenStream<T extends Token> - Class in org.antlr.v4.runtime
 
UnbufferedTokenStream(TokenSource) - Constructor for class org.antlr.v4.runtime.UnbufferedTokenStream
 
UnbufferedTokenStream(TokenSource, int) - Constructor for class org.antlr.v4.runtime.UnbufferedTokenStream
 
union(Interval) - Method in class org.antlr.v4.runtime.misc.Interval
Return the interval computed from combining this and other
uniqueAlt - Variable in class org.antlr.v4.runtime.atn.ATNConfigSet
 
UNKNOWN_SOURCE_NAME - Static variable in interface org.antlr.v4.runtime.IntStream
The value returned by IntStream.getSourceName() when the actual name of the underlying source is not known.
unrollRecursionContexts(ParserRuleContext) - Method in class org.antlr.v4.runtime.Parser
 
update(int, int) - Static method in class org.antlr.v4.runtime.misc.MurmurHash
Update the intermediate hash value for the next input value.
update(int, Object) - Static method in class org.antlr.v4.runtime.misc.MurmurHash
Update the intermediate hash value for the next input value.
Utils - Class in org.antlr.v4.runtime.misc
 
Utils() - Constructor for class org.antlr.v4.runtime.misc.Utils
 

V

value - Variable in class org.antlr.v4.runtime.misc.FlexibleHashMap.Entry
 
valueOf(String) - Static method in enum org.antlr.v4.runtime.atn.ATNType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.antlr.v4.runtime.atn.PredictionMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.antlr.v4.runtime.atn.ATNType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.antlr.v4.runtime.atn.PredictionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values(Key1) - Method in class org.antlr.v4.runtime.misc.DoubleKeyMap
Get all values associated with primary key
values() - Method in class org.antlr.v4.runtime.misc.FlexibleHashMap
 
visit(ParseTree) - Method in class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
Visit a parse tree, and return a user-defined result of the operation.
visit(ParseTree) - Method in interface org.antlr.v4.runtime.tree.ParseTreeVisitor
Visit a parse tree, and return a user-defined result of the operation.
visitChildren(RuleNode) - Method in class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
Visit the children of a node, and return a user-defined result of the operation.
visitChildren(RuleNode) - Method in interface org.antlr.v4.runtime.tree.ParseTreeVisitor
Visit the children of a node, and return a user-defined result of the operation.
visitErrorNode(ErrorNode) - Method in class org.antlr.v4.runtime.Parser.TraceListener
 
visitErrorNode(ErrorNode) - Method in class org.antlr.v4.runtime.Parser.TrimToSizeListener
 
visitErrorNode(ErrorNode) - Method in class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
Visit an error node, and return a user-defined result of the operation.
visitErrorNode(ErrorNode) - Method in interface org.antlr.v4.runtime.tree.ParseTreeListener
 
visitErrorNode(ErrorNode) - Method in interface org.antlr.v4.runtime.tree.ParseTreeVisitor
Visit an error node, and return a user-defined result of the operation.
visitTerminal(TerminalNode) - Method in class org.antlr.v4.runtime.Parser.TraceListener
 
visitTerminal(TerminalNode) - Method in class org.antlr.v4.runtime.Parser.TrimToSizeListener
 
visitTerminal(TerminalNode) - Method in class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
Visit a terminal node, and return a user-defined result of the operation.
visitTerminal(TerminalNode) - Method in interface org.antlr.v4.runtime.tree.ParseTreeListener
 
visitTerminal(TerminalNode) - Method in interface org.antlr.v4.runtime.tree.ParseTreeVisitor
Visit a terminal node, and return a user-defined result of the operation.

W

waitForClose(Window) - Static method in class org.antlr.v4.runtime.misc.Utils
 
walk(ParseTreeListener, ParseTree) - Method in class org.antlr.v4.runtime.tree.ParseTreeWalker
 
widths - Variable in class org.antlr.v4.runtime.tree.gui.BasicFontMetrics
 
WILDCARD - Static variable in class org.antlr.v4.runtime.atn.Transition
 
WildcardTransition - Class in org.antlr.v4.runtime.atn
 
WildcardTransition(ATNState) - Constructor for class org.antlr.v4.runtime.atn.WildcardTransition
 
WritableToken - Interface in org.antlr.v4.runtime
 
writeFile(String, String) - Static method in class org.antlr.v4.runtime.misc.Utils
 
writePS(Tree, List<String>, String, String, int) - Static method in class org.antlr.v4.runtime.tree.Trees
 
writePS(Tree, List<String>, String) - Static method in class org.antlr.v4.runtime.tree.Trees
 

_

_buildParseTrees - Variable in class org.antlr.v4.runtime.Parser
Specifies whether or not the parser should construct a parse tree during the parsing process.
_channel - Variable in class org.antlr.v4.runtime.Lexer
The channel number for the current token
_ctx - Variable in class org.antlr.v4.runtime.Parser
The ParserRuleContext object for the currently executing rule.
_errHandler - Variable in class org.antlr.v4.runtime.Parser
The error handling strategy for the parser.
_factory - Variable in class org.antlr.v4.runtime.Lexer
How to create token objects
_hitEOF - Variable in class org.antlr.v4.runtime.Lexer
Once we see EOF on char stream, next token will be EOF.
_input - Variable in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
_input - Variable in class org.antlr.v4.runtime.Lexer
 
_input - Variable in class org.antlr.v4.runtime.Parser
The input stream.
_interp - Variable in class org.antlr.v4.runtime.Recognizer
 
_LOOK(ATNState, ATNState, PredictionContext, IntervalSet, Set<ATNConfig>, BitSet, boolean, boolean) - Method in class org.antlr.v4.runtime.atn.LL1Analyzer
Compute set of tokens that can follow s in the ATN in the specified ctx.
_mode - Variable in class org.antlr.v4.runtime.Lexer
 
_modeStack - Variable in class org.antlr.v4.runtime.Lexer
 
_outerContext - Variable in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
_parseListeners - Variable in class org.antlr.v4.runtime.Parser
The list of ParseTreeListener listeners registered to receive events during the parse.
_startIndex - Variable in class org.antlr.v4.runtime.atn.ParserATNSimulator
 
_syntaxErrors - Variable in class org.antlr.v4.runtime.Parser
The number of syntax errors reported during parsing.
_text - Variable in class org.antlr.v4.runtime.Lexer
You can set the text for the current token to override what is in the input char buffer.
_token - Variable in class org.antlr.v4.runtime.Lexer
The goal of all lexer rules/methods is to create a token object.
_tokenFactorySourcePair - Variable in class org.antlr.v4.runtime.Lexer
 
_tokenStartCharIndex - Variable in class org.antlr.v4.runtime.Lexer
What character index in the stream did the current token start at? Needed, for example, to get the text for current token.
_tokenStartCharPositionInLine - Variable in class org.antlr.v4.runtime.Lexer
The character position of first character within the line
_tokenStartLine - Variable in class org.antlr.v4.runtime.Lexer
The line on which the first character of the token resides
_type - Variable in class org.antlr.v4.runtime.Lexer
The token type for the current token
A B C D E F G H I J K L M N O P R S T U V W _ 

Copyright © 1992-2013 ANTLR. All Rights Reserved.