Java.target.apidocs.index-all.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of antlr4-perf-testsuite Show documentation
Show all versions of antlr4-perf-testsuite Show documentation
The ANTLR 4 grammar compiler.
Index (ANTLR 4 Runtime (Optimized) 4.7.3 API)
A B C D E F G H I J K L M N O P R S T U V W X _
A
- a - Variable in class org.antlr.v4.runtime.misc.Interval
-
The start of the interval.
- AbstractEdgeMap<T> - Class in org.antlr.v4.runtime.dfa
-
- AbstractEdgeMap(int, int) - Constructor for class org.antlr.v4.runtime.dfa.AbstractEdgeMap
-
- AbstractEdgeMap.AbstractEntrySet - Class in org.antlr.v4.runtime.dfa
-
- AbstractEdgeMap.AbstractEntrySet() - Constructor for class org.antlr.v4.runtime.dfa.AbstractEdgeMap.AbstractEntrySet
-
- 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<Result> - Class in org.antlr.v4.runtime.tree
-
- AbstractParseTreeVisitor() - Constructor for class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
-
- AbstractPredicateTransition - Class in org.antlr.v4.runtime.atn
-
- AbstractPredicateTransition(ATNState) - Constructor for class org.antlr.v4.runtime.atn.AbstractPredicateTransition
-
- accept(CharStream, LexerActionExecutor, 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
-
- AcceptStateInfo - Class in org.antlr.v4.runtime.dfa
-
Stores information about a
DFAState
which is an accept state under
some condition.
- AcceptStateInfo(int) - Constructor for class org.antlr.v4.runtime.dfa.AcceptStateInfo
-
- AcceptStateInfo(int, LexerActionExecutor) - Constructor for class org.antlr.v4.runtime.dfa.AcceptStateInfo
-
- ACTION - Static variable in class org.antlr.v4.runtime.atn.Transition
-
- action(RuleContext, int, int) - Method in class org.antlr.v4.runtime.Recognizer
-
- action(RuleContext, int, int) - Method in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
- 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
-
- adaptivePredict(TokenStream, int, ParserRuleContext, boolean) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- adaptivePredict(TokenStream, int, ParserRuleContext) - Method in class org.antlr.v4.runtime.atn.ProfilingATNSimulator
-
- add(ATNConfig) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- add(ATNConfig, PredictionContextCache) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- 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
-
Adds the specified value to the current 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 ATNConfig>, PredictionContextCache) - 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
-
Modify the current
IntSet
object to contain all elements that are
present in itself, the specified set
, or both.
- addAnyChild(T) - Method in class org.antlr.v4.runtime.ParserRuleContext
-
Add a parse tree node to this as a child.
- addChild(RuleContext) - Method in class org.antlr.v4.runtime.ParserRuleContext
-
- addChild(TerminalNode) - Method in class org.antlr.v4.runtime.ParserRuleContext
-
Add a token leaf node child.
- addChild(Token) - Method in class org.antlr.v4.runtime.ParserRuleContext
-
Deprecated.
- addContextToParseTree() - Method in class org.antlr.v4.runtime.Parser
-
- addDecisionOverride(int, int, int) - Method in class org.antlr.v4.runtime.ParserInterpreter
-
Override this parser interpreters normal decision-making process
at a particular decision and input token index.
- addDFAContextState(DFA, ATNConfigSet, int, PredictionContextCache) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
See comment on LexerInterpreter.addDFAState.
- 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, IntegerList, ATNConfigSet, PredictionContextCache) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- addDFAEdge(DFAState, int, DFAState) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- 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, ATNConfigSet, PredictionContextCache) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
See comment on LexerInterpreter.addDFAState.
- addEmptyContext() - Method in class org.antlr.v4.runtime.atn.ArrayPredictionContext
-
- addEmptyContext() - Method in class org.antlr.v4.runtime.atn.EmptyPredictionContext
-
- addEmptyContext() - Method in class org.antlr.v4.runtime.atn.PredictionContext
-
- addEmptyContext() - Method in class org.antlr.v4.runtime.atn.SingletonPredictionContext
-
- addErrorListener(ANTLRErrorListener<? super Symbol>) - Method in class org.antlr.v4.runtime.Recognizer
-
- addErrorNode(ErrorNode) - Method in class org.antlr.v4.runtime.ParserRuleContext
-
Add an error node child.
- addErrorNode(Token) - Method in class org.antlr.v4.runtime.ParserRuleContext
-
Deprecated.
- addOptimizedTransition(Transition) - Method in class org.antlr.v4.runtime.atn.ATNState
-
- 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
-
- addState(DFAState) - Method in class org.antlr.v4.runtime.dfa.DFA
-
- 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(Result, Result) - 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.dfa.DFAState.PredPrediction
-
- always_try_local_context - Variable in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- ambiguities - Variable in class org.antlr.v4.runtime.atn.DecisionInfo
-
A collection of
AmbiguityInfo
instances describing the
ambiguities encountered during LL prediction for this decision.
- AmbiguityInfo - Class in org.antlr.v4.runtime.atn
-
This class represents profiling event information for an ambiguity.
- AmbiguityInfo(int, SimulatorState, BitSet, TokenStream, int, int) - Constructor for class org.antlr.v4.runtime.atn.AmbiguityInfo
-
Constructs a new instance of the
AmbiguityInfo
class with the
specified detailed ambiguity information.
- 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
IntSet
object containing all elements that are
present in both the current set and the specified set a
.
- and(IntSet) - Method in interface org.antlr.v4.runtime.misc.IntSet
-
Return a new
IntSet
object containing all elements that are
present in both the current set and the specified set a
.
- annotations - Variable in class org.antlr.v4.runtime.tree.ParseTreeProperty
-
- ANTLRErrorListener<Symbol> - 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
-
Deprecated.
as of 4.7 Please use
CharStreams
interface.
- ANTLRFileStream(String) - Constructor for class org.antlr.v4.runtime.ANTLRFileStream
-
Deprecated.
- ANTLRFileStream(String, String) - Constructor for class org.antlr.v4.runtime.ANTLRFileStream
-
Deprecated.
- ANTLRInputStream - Class in org.antlr.v4.runtime
-
Deprecated.
as of 4.7 Please use
CharStreams
interface.
- ANTLRInputStream() - Constructor for class org.antlr.v4.runtime.ANTLRInputStream
-
Deprecated.
- ANTLRInputStream(String) - Constructor for class org.antlr.v4.runtime.ANTLRInputStream
-
Deprecated.
Copy data in string to a local char array
- ANTLRInputStream(char[], int) - Constructor for class org.antlr.v4.runtime.ANTLRInputStream
-
Deprecated.
This is the preferred constructor for strings as no data is copied
- ANTLRInputStream(Reader) - Constructor for class org.antlr.v4.runtime.ANTLRInputStream
-
Deprecated.
- ANTLRInputStream(Reader, int) - Constructor for class org.antlr.v4.runtime.ANTLRInputStream
-
Deprecated.
- ANTLRInputStream(Reader, int, int) - Constructor for class org.antlr.v4.runtime.ANTLRInputStream
-
Deprecated.
- ANTLRInputStream(InputStream) - Constructor for class org.antlr.v4.runtime.ANTLRInputStream
-
Deprecated.
- ANTLRInputStream(InputStream, int) - Constructor for class org.antlr.v4.runtime.ANTLRInputStream
-
Deprecated.
- ANTLRInputStream(InputStream, int, int) - Constructor for class org.antlr.v4.runtime.ANTLRInputStream
-
Deprecated.
- ANYWHERE - Static variable in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
- append(LexerActionExecutor, LexerAction) - Static method in class org.antlr.v4.runtime.atn.LexerActionExecutor
-
Creates a
LexerActionExecutor
which executes the actions for
the input lexerActionExecutor
followed by a specified
lexerAction
.
- append(CharBuffer) - Method in class org.antlr.v4.runtime.CodePointBuffer.Builder
-
- appendContext(PredictionContext, PredictionContextCache) - Method in class org.antlr.v4.runtime.atn.ArrayPredictionContext
-
- appendContext(int, PredictionContextCache) - Method in class org.antlr.v4.runtime.atn.ATNConfig
-
- appendContext(PredictionContext, PredictionContextCache) - Method in class org.antlr.v4.runtime.atn.ATNConfig
-
- appendContext(int, PredictionContextCache) - Method in class org.antlr.v4.runtime.atn.EmptyPredictionContext
-
- appendContext(PredictionContext, PredictionContextCache) - Method in class org.antlr.v4.runtime.atn.EmptyPredictionContext
-
- appendContext(int, PredictionContextCache) - Method in class org.antlr.v4.runtime.atn.PredictionContext
-
- appendContext(PredictionContext, PredictionContextCache) - Method in class org.antlr.v4.runtime.atn.PredictionContext
-
- appendContext(PredictionContext, PredictionContextCache) - Method in class org.antlr.v4.runtime.atn.SingletonPredictionContext
-
- applyPrecedenceFilter(ATNConfigSet, ParserRuleContext, PredictionContextCache) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
This method transforms the start state computed by
ParserATNSimulator.computeStartState(org.antlr.v4.runtime.dfa.DFA, org.antlr.v4.runtime.ParserRuleContext, boolean)
to the special start state used by a
precedence DFA for a particular precedence value.
- Args - Class in org.antlr.v4.runtime.misc
-
- 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
-
- ArrayEdgeMap<T> - Class in org.antlr.v4.runtime.dfa
-
- ArrayEdgeMap(int, int) - Constructor for class org.antlr.v4.runtime.dfa.ArrayEdgeMap
-
- ArrayPredictionContext - Class in org.antlr.v4.runtime.atn
-
- 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.ATNSerializer
-
- 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
-
- atn - Variable in class org.antlr.v4.runtime.LexerInterpreter
-
- atn - Variable in class org.antlr.v4.runtime.ParserInterpreter
-
- ATNConfig - Class in org.antlr.v4.runtime.atn
-
Represents a location with context in an ATN.
- ATNConfig(ATNState, int, PredictionContext) - Constructor for class org.antlr.v4.runtime.atn.ATNConfig
-
- ATNConfig(ATNConfig, ATNState, PredictionContext) - Constructor for class org.antlr.v4.runtime.atn.ATNConfig
-
- ATNConfigSet - Class in org.antlr.v4.runtime.atn
-
Represents a set of ATN configurations (see
ATNConfig
).
- ATNConfigSet() - Constructor for class org.antlr.v4.runtime.atn.ATNConfigSet
-
- ATNConfigSet(ATNConfigSet, boolean) - Constructor for class org.antlr.v4.runtime.atn.ATNConfigSet
-
- ATNDeserializationOptions - Class in org.antlr.v4.runtime.atn
-
- ATNDeserializationOptions() - Constructor for class org.antlr.v4.runtime.atn.ATNDeserializationOptions
-
- ATNDeserializationOptions(ATNDeserializationOptions) - Constructor for class org.antlr.v4.runtime.atn.ATNDeserializationOptions
-
- ATNDeserializer - Class in org.antlr.v4.runtime.atn
-
- ATNDeserializer() - Constructor for class org.antlr.v4.runtime.atn.ATNDeserializer
-
- ATNDeserializer(ATNDeserializationOptions) - Constructor for class org.antlr.v4.runtime.atn.ATNDeserializer
-
- ATNSerializer - Class in org.antlr.v4.runtime.atn
-
- ATNSerializer(ATN, List<String>) - Constructor for class org.antlr.v4.runtime.atn.ATNSerializer
-
- ATNSerializer(ATN, List<String>, List<String>) - Constructor for class org.antlr.v4.runtime.atn.ATNSerializer
-
- ATNSimulator - Class in org.antlr.v4.runtime.atn
-
- ATNSimulator(ATN) - Constructor for class org.antlr.v4.runtime.atn.ATNSimulator
-
- atnSimulator - Variable in class org.antlr.v4.runtime.atn.ParseInfo
-
- 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
-
The end of the interval (inclusive).
- BailErrorStrategy - Class in org.antlr.v4.runtime
-
This implementation of
ANTLRErrorStrategy
responds to syntax errors
by immediately canceling the parse operation with a
ParseCancellationException
.
- BailErrorStrategy() - Constructor for class org.antlr.v4.runtime.BailErrorStrategy
-
- BANG - Static variable in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
- BaseErrorListener - Class in org.antlr.v4.runtime
-
Provides an empty default implementation of
ANTLRErrorListener
.
- 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
-
- 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
-
- 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
-
This implementation of
TokenStream
loads tokens from a
TokenSource
on-demand, and places the tokens in a buffer to provide
access to any previous token by index.
- BufferedTokenStream(TokenSource) - Constructor for class org.antlr.v4.runtime.BufferedTokenStream
-
- bufferFromChannel(ReadableByteChannel, Charset, int, CodingErrorAction, long) - Static method in enum org.antlr.v4.runtime.CharStreams
-
- build() - Method in class org.antlr.v4.runtime.CodePointBuffer.Builder
-
- builder(int) - Static method in class org.antlr.v4.runtime.CodePointBuffer
-
C
- 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
-
- canMerge(ATNConfig, long, ATNConfig) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- canMerge(ATNConfig, long, ATNConfig) - Method in class org.antlr.v4.runtime.atn.OrderedATNConfigSet
-
- 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
-
This is the backing field for
CommonToken.getChannel()
and
CommonToken.setChannel(int)
.
- channel - Variable in class org.antlr.v4.runtime.CommonTokenStream
-
Specifies the channel to use for filtering tokens.
- channelNames - Variable in class org.antlr.v4.runtime.LexerInterpreter
-
- channelNames - Static variable in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
- 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
-
This is the backing field for
CommonToken.getCharPositionInLine()
and
CommonToken.setCharPositionInLine(int)
.
- CharStream - Interface in org.antlr.v4.runtime
-
A source of characters for an ANTLR lexer.
- CharStreams - Enum in org.antlr.v4.runtime
-
This class represents the primary interface for creating
CharStream
s
from a variety of sources as of 4.7.
- checkCondition(boolean) - Method in class org.antlr.v4.runtime.atn.ATNDeserializer
-
- checkCondition(boolean, String) - Method in class org.antlr.v4.runtime.atn.ATNDeserializer
-
- checkCondition(boolean) - Static method in class org.antlr.v4.runtime.atn.ATNSimulator
-
Deprecated.
Use
ATNDeserializer.checkCondition(boolean)
instead.
- checkCondition(boolean, String) - Static method in class org.antlr.v4.runtime.atn.ATNSimulator
-
Deprecated.
Use
ATNDeserializer.checkCondition(boolean, String)
instead.
- checkDependencies(Class<?>) - Static method in class org.antlr.v4.runtime.misc.RuleDependencyChecker
-
- 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.dfa.AbstractEdgeMap
-
- clear() - Method in class org.antlr.v4.runtime.dfa.ArrayEdgeMap
-
- clear() - Method in interface org.antlr.v4.runtime.dfa.EdgeMap
-
- clear() - Method in class org.antlr.v4.runtime.dfa.EmptyEdgeMap
-
- clear() - Method in class org.antlr.v4.runtime.dfa.HashEdgeMap
-
- clear() - Method in class org.antlr.v4.runtime.dfa.SingletonEdgeMap
-
- clear() - Method in class org.antlr.v4.runtime.dfa.SparseEdgeMap
-
Deprecated.
- 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
-
- clearDFA() - Method in class org.antlr.v4.runtime.atn.ATN
-
- clearDFA() - Method in class org.antlr.v4.runtime.atn.ATNSimulator
-
Clear the DFA cache used by the current instance.
- clearExplicitSemanticContext() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- clone() - Method in class org.antlr.v4.runtime.atn.ATNConfig
-
- clone(boolean) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- clone(boolean) - Method in class org.antlr.v4.runtime.atn.OrderedATNConfigSet
-
- clone() - Method in class org.antlr.v4.runtime.misc.OrderedHashSet
-
- closure(CharStream, ATNConfig, ATNConfigSet, boolean, 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(ATNConfigSet, ATNConfigSet, boolean, boolean, PredictionContextCache, boolean) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- closure(ATNConfig, ATNConfigSet, ATNConfigSet, Set<ATNConfig>, boolean, boolean, PredictionContextCache, int, boolean) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- CodePointBuffer - Class in org.antlr.v4.runtime
-
- CodePointBuffer.Builder - Class in org.antlr.v4.runtime
-
- CodePointBuffer.Type - Enum in org.antlr.v4.runtime
-
- CodePointCharStream - Class in org.antlr.v4.runtime
-
Alternative to
ANTLRInputStream
which treats the input
as a series of Unicode code points, instead of a series of UTF-16
code units.
- CodePointTransitions - Class in org.antlr.v4.runtime.atn
-
Utility class to create
AtomTransition
, RangeTransition
,
and SetTransition
appropriately based on the range of the input.
- CodePointTransitions() - Constructor for class org.antlr.v4.runtime.atn.CodePointTransitions
-
- CommonToken - Class in org.antlr.v4.runtime
-
- CommonToken(int) - Constructor for class org.antlr.v4.runtime.CommonToken
-
Constructs a new
CommonToken
with the specified token type.
- CommonToken(Tuple2<? extends 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
-
Constructs a new
CommonToken
with the specified token type and
text.
- CommonToken(Token) - Constructor for class org.antlr.v4.runtime.CommonToken
-
Constructs a new
CommonToken
as a copy of another Token
.
- CommonTokenFactory - Class in org.antlr.v4.runtime
-
This default implementation of
TokenFactory
creates
CommonToken
objects.
- CommonTokenFactory(boolean) - Constructor for class org.antlr.v4.runtime.CommonTokenFactory
-
Constructs a
CommonTokenFactory
with the specified value for
CommonTokenFactory.copyText
.
- CommonTokenFactory() - Constructor for class org.antlr.v4.runtime.CommonTokenFactory
-
- CommonTokenStream - Class in org.antlr.v4.runtime
-
This class extends
BufferedTokenStream
with functionality to filter
token streams to tokens on a particular channel (tokens where
Token.getChannel()
returns a particular value).
- CommonTokenStream(TokenSource) - Constructor for class org.antlr.v4.runtime.CommonTokenStream
-
Constructs a new
CommonTokenStream
using the specified token
source and the default token channel (Token.DEFAULT_CHANNEL
).
- CommonTokenStream(TokenSource, int) - Constructor for class org.antlr.v4.runtime.CommonTokenStream
-
Constructs a new
CommonTokenStream
using the specified token
source and filtering tokens to the specified channel.
- comparator - Variable in class org.antlr.v4.runtime.misc.Array2DHashSet
-
- comparator - Variable in class org.antlr.v4.runtime.misc.FlexibleHashMap
-
- compareTo(SemanticContext.PrecedencePredicate) - Method in class org.antlr.v4.runtime.atn.SemanticContext.PrecedencePredicate
-
- compile(String, int) - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
-
For repeated use of a tree pattern, compile it to a
ParseTreePattern
using this method.
- compileParseTreePattern(String, int) - Method in class org.antlr.v4.runtime.Parser
-
The preferred method of getting a tree pattern.
- compileParseTreePattern(String, int, Lexer) - Method in class org.antlr.v4.runtime.Parser
-
The same as
Parser.compileParseTreePattern(String, int)
but specify a
Lexer
rather than trying to deduce it from this parser.
- complement(int, int) - Method in class org.antlr.v4.runtime.misc.IntervalSet
-
- complement(IntSet) - Method in class org.antlr.v4.runtime.misc.IntervalSet
-
Return a new
IntSet
object containing all elements that are
present in elements
but not present in the current set.
- complement(IntSet) - Method in interface org.antlr.v4.runtime.misc.IntSet
-
Return a new
IntSet
object containing all elements that are
present in elements
but not present in the current set.
- COMPLETE_CHAR_SET - Static variable in class org.antlr.v4.runtime.misc.IntervalSet
-
- computeReachSet(DFA, SimulatorState, int, PredictionContextCache) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- computeReachSet(DFA, SimulatorState, int, PredictionContextCache) - Method in class org.antlr.v4.runtime.atn.ProfilingATNSimulator
-
- computeStartState(CharStream, ATNState) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
-
- computeStartState(DFA, ParserRuleContext, boolean) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- computeStartState(DFA, ParserRuleContext, boolean) - Method in class org.antlr.v4.runtime.atn.ProfilingATNSimulator
-
- 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, ParserRuleContext, int, boolean, PredictionContextCache) - 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.
- computeTargetState(DFA, DFAState, ParserRuleContext, int, boolean, PredictionContextCache) - Method in class org.antlr.v4.runtime.atn.ProfilingATNSimulator
-
- configs - Variable in class org.antlr.v4.runtime.dfa.DFAState
-
- configWithAltAtStopState(Collection<ATNConfig>, int) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- ConflictInfo - Class in org.antlr.v4.runtime.atn
-
This class stores information about a configuration conflict.
- ConflictInfo(BitSet, boolean) - Constructor for class org.antlr.v4.runtime.atn.ConflictInfo
-
- conflictingAltResolvedBySLL - Variable in class org.antlr.v4.runtime.atn.ProfilingATNSimulator
-
At the point of LL failover, we record how SLL would resolve the conflict so that
we can determine whether or not a decision / input pair is context-sensitive.
- ConsoleErrorListener - Class in org.antlr.v4.runtime
-
- ConsoleErrorListener() - Constructor for class org.antlr.v4.runtime.ConsoleErrorListener
-
- constructToken(TokenSource, int, String, Token) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
-
- consume() - Method in class org.antlr.v4.runtime.ANTLRInputStream
-
Deprecated.
- consume(CharStream) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
-
- consume() - Method in class org.antlr.v4.runtime.BufferedTokenStream
-
- consume() - Method in class org.antlr.v4.runtime.CodePointCharStream
-
- 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(ATNConfig) - Method in class org.antlr.v4.runtime.atn.ATNConfig
-
- contains(Object) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- contains(Object) - Method in class org.antlr.v4.runtime.dfa.AbstractEdgeMap.AbstractEntrySet
-
- 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
-
Returns
true
if the set contains the specified element.
- contains(int) - Method in interface org.antlr.v4.runtime.misc.IntSet
-
Returns
true
if the set contains the specified element.
- containsAll(Collection<?>) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- containsAll(Collection<?>) - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
-
- containsFast(T) - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
-
- containsKey(int) - Method in class org.antlr.v4.runtime.dfa.ArrayEdgeMap
-
- containsKey(int) - Method in interface org.antlr.v4.runtime.dfa.EdgeMap
-
- containsKey(int) - Method in class org.antlr.v4.runtime.dfa.EmptyEdgeMap
-
- containsKey(int) - Method in class org.antlr.v4.runtime.dfa.HashEdgeMap
-
- containsKey(int) - Method in class org.antlr.v4.runtime.dfa.SingletonEdgeMap
-
- containsKey(int) - Method in class org.antlr.v4.runtime.dfa.SparseEdgeMap
-
Deprecated.
- containsKey(Object) - Method in class org.antlr.v4.runtime.misc.FlexibleHashMap
-
- containsValue(Object) - Method in class org.antlr.v4.runtime.misc.FlexibleHashMap
-
- contextSensitivities - Variable in class org.antlr.v4.runtime.atn.DecisionInfo
-
A collection of
ContextSensitivityInfo
instances describing the
context sensitivities encountered during LL prediction for this decision.
- ContextSensitivityInfo - Class in org.antlr.v4.runtime.atn
-
This class represents profiling event information for a context sensitivity.
- ContextSensitivityInfo(int, SimulatorState, TokenStream, int, int) - Constructor for class org.antlr.v4.runtime.atn.ContextSensitivityInfo
-
Constructs a new instance of the
ContextSensitivityInfo
class
with the specified detailed context sensitivity information.
- copyFrom(ParserRuleContext) - Method in class org.antlr.v4.runtime.ParserRuleContext
-
COPY a ctx (I'm deliberately not using copy constructor) to avoid
confusion with creating node with parent.
- copyState(LexerATNSimulator) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
-
- copyText - Variable in class org.antlr.v4.runtime.CommonTokenFactory
-
Indicates whether
CommonToken.setText(java.lang.String)
should be called after
constructing tokens to explicitly set the text.
- create(ATNState, int, PredictionContext) - Static method in class org.antlr.v4.runtime.atn.ATNConfig
-
- create(ATNState, int, PredictionContext, SemanticContext) - Static method in class org.antlr.v4.runtime.atn.ATNConfig
-
- create(ATNState, int, PredictionContext, SemanticContext, LexerActionExecutor) - Static method in class org.antlr.v4.runtime.atn.ATNConfig
-
- create(Tuple2<? extends 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(T1, T2) - Static method in class org.antlr.v4.runtime.misc.Tuple
-
- create(T1, T2, T3) - Static method in class org.antlr.v4.runtime.misc.Tuple
-
- create(Tuple2<? extends 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.misc.Array2DHashSet
-
Return an array of
T
with length capacity
.
- createBuckets(int) - Method in class org.antlr.v4.runtime.misc.Array2DHashSet
-
Return an array of
T[]
with length capacity
.
- createDFAState(DFA, ATNConfigSet) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- createErrorNode(ParserRuleContext, Token) - Method in class org.antlr.v4.runtime.Parser
-
How to create an error node, given a token, associated with a parent.
- createInterpreterRuleContext(ParserRuleContext, int, int) - Method in class org.antlr.v4.runtime.ParserInterpreter
-
Provide simple "factory" for InterpreterRuleContext's.
- createTerminalNode(ParserRuleContext, Token) - Method in class org.antlr.v4.runtime.Parser
-
How to create a token leaf node associated with a parent.
- createWithCodePoint(ATNState, int) - Static method in class org.antlr.v4.runtime.atn.CodePointTransitions
-
If
codePoint
is <= U+FFFF, returns a new AtomTransition
.
- createWithCodePointRange(ATNState, int, int) - Static method in class org.antlr.v4.runtime.atn.CodePointTransitions
-
- currentCharIndex - Variable in class org.antlr.v4.runtime.UnbufferedCharStream
-
Absolute character index.
- currentDecision - Variable in class org.antlr.v4.runtime.atn.ProfilingATNSimulator
-
- currentPrime - Variable in class org.antlr.v4.runtime.misc.Array2DHashSet
-
- currentPrime - Variable in class org.antlr.v4.runtime.misc.FlexibleHashMap
-
- currentState - Variable in class org.antlr.v4.runtime.atn.ProfilingATNSimulator
-
- currentTokenIndex - Variable in class org.antlr.v4.runtime.UnbufferedTokenStream
-
Absolute token index.
D
- data - Variable in class org.antlr.v4.runtime.ANTLRInputStream
-
Deprecated.
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
-
- decision - Variable in class org.antlr.v4.runtime.atn.DecisionEventInfo
-
The invoked decision number which this event is related to.
- decision - Variable in class org.antlr.v4.runtime.atn.DecisionInfo
-
The decision number, which is an index into
ATN.decisionToState
.
- decision - Variable in class org.antlr.v4.runtime.atn.DecisionState
-
- decision - Variable in class org.antlr.v4.runtime.dfa.DFA
-
- DecisionEventInfo - Class in org.antlr.v4.runtime.atn
-
This is the base class for gathering detailed information about prediction
events which occur during parsing.
- DecisionEventInfo(int, SimulatorState, TokenStream, int, int, boolean) - Constructor for class org.antlr.v4.runtime.atn.DecisionEventInfo
-
- DecisionInfo - Class in org.antlr.v4.runtime.atn
-
This class contains profiling gathered for a particular decision.
- DecisionInfo(int) - Constructor for class org.antlr.v4.runtime.atn.DecisionInfo
-
Constructs a new instance of the
DecisionInfo
class to contain
statistics for a particular decision.
- decisions - Variable in class org.antlr.v4.runtime.atn.ProfilingATNSimulator
-
- 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.ATN
-
- 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.
- decode(char[]) - Method in class org.antlr.v4.runtime.atn.ATNSerializer
-
- DEFAULT - Static variable in class org.antlr.v4.runtime.CommonTokenFactory
-
The default
CommonTokenFactory
instance.
- 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_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 implementation of
ANTLRErrorStrategy
used for
error reporting and recovery in ANTLR 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
-
- defineMode(String, TokensStartState) - 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
- Dependents - Enum in org.antlr.v4.runtime
-
- depth() - Method in class org.antlr.v4.runtime.RuleContext
-
- descendants(ParseTree) - Static method in class org.antlr.v4.runtime.tree.Trees
-
Deprecated.
- deserialize(char[]) - Method in class org.antlr.v4.runtime.atn.ATNDeserializer
-
- deserialize(char[]) - Static method in class org.antlr.v4.runtime.atn.ATNSimulator
-
Deprecated.
Use
ATNDeserializer.deserialize(char[])
instead.
- DFA - Class in org.antlr.v4.runtime.dfa
-
- DFA(ATNState) - Constructor for class org.antlr.v4.runtime.dfa.DFA
-
Constructs a
DFA
instance associated with a lexer mode.
- DFA(ATNState, int) - Constructor for class org.antlr.v4.runtime.dfa.DFA
-
Constructs a
DFA
instance associated with a decision.
- 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
-
Deprecated.
Use
DFASerializer.DFASerializer(DFA, Vocabulary)
instead.
- DFASerializer(DFA, Vocabulary) - Constructor for class org.antlr.v4.runtime.dfa.DFASerializer
-
- DFASerializer(DFA, Recognizer<?, ?>) - Constructor for class org.antlr.v4.runtime.dfa.DFASerializer
-
- DFASerializer(DFA, String[], String[], ATN) - Constructor for class org.antlr.v4.runtime.dfa.DFASerializer
-
Deprecated.
- DFASerializer(DFA, Vocabulary, String[], ATN) - 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(DFA, ATNConfigSet) - Constructor for class org.antlr.v4.runtime.dfa.DFAState
-
Constructs a new
DFAState
for a DFA.
- DFAState(EmptyEdgeMap<DFAState>, EmptyEdgeMap<DFAState>, ATNConfigSet) - Constructor for class org.antlr.v4.runtime.dfa.DFAState
-
Constructs a new
DFAState
with explicit initial values for the
outgoing edge and context edge maps.
- 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.
- 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.
- disjoint(Interval) - Method in class org.antlr.v4.runtime.misc.Interval
-
Are both ranges disjoint? I.e., no overlap?
- 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
-
- 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>) - Method in class org.antlr.v4.runtime.atn.ATNDeserializer
-
- edgeFactory(ATN, int, int, int, int, int, int, List<IntervalSet>) - Static method in class org.antlr.v4.runtime.atn.ATNSimulator
-
- EdgeMap<T> - Interface in org.antlr.v4.runtime.dfa
-
- elementName(String[], int) - Method in class org.antlr.v4.runtime.misc.IntervalSet
-
Deprecated.
Use
IntervalSet.elementName(Vocabulary, int)
instead.
- elementName(Vocabulary, int) - Method in class org.antlr.v4.runtime.misc.IntervalSet
-
- 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.
- elements - Variable in class org.antlr.v4.runtime.tree.xpath.XPath
-
- 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_FULL - Static variable in class org.antlr.v4.runtime.atn.PredictionContext
-
- EMPTY_FULL_STATE_KEY - Static variable in class org.antlr.v4.runtime.atn.PredictionContext
-
- EMPTY_LOCAL - Static variable in class org.antlr.v4.runtime.atn.PredictionContext
-
- EMPTY_LOCAL_STATE_KEY - Static variable in class org.antlr.v4.runtime.atn.PredictionContext
-
- EMPTY_SET - Static variable in class org.antlr.v4.runtime.misc.IntervalSet
-
- EMPTY_SOURCE - Static variable in class org.antlr.v4.runtime.CommonToken
-
An empty
Tuple2
which is used as the default value of
CommonToken.source
for tokens that do not have a source.
- EMPTY_VOCABULARY - Static variable in class org.antlr.v4.runtime.VocabularyImpl
-
Gets an empty
Vocabulary
instance.
- emptyContext() - Static method in class org.antlr.v4.runtime.ParserRuleContext
-
- EmptyEdgeMap<T> - Class in org.antlr.v4.runtime.dfa
-
This implementation of
AbstractEdgeMap
represents an empty edge map.
- EmptyEdgeMap(int, int) - Constructor for class org.antlr.v4.runtime.dfa.EmptyEdgeMap
-
- EmptyPredictionContext - Class in org.antlr.v4.runtime.atn
-
- enable_global_context_dfa - Variable in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
Determines whether the DFA is used for full-context predictions.
- 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
-
- ensureRemaining(int) - Method in class org.antlr.v4.runtime.CodePointBuffer.Builder
-
- ensureWritable() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- 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
-
- enterLeftFactoredRule(ParserRuleContext, int, int) - Method in class org.antlr.v4.runtime.Parser
-
- enterOuterAlt(ParserRuleContext, int) - Method in class org.antlr.v4.runtime.Parser
-
- enterRecursionRule(ParserRuleContext, int) - Method in class org.antlr.v4.runtime.Parser
-
Deprecated.
- enterRecursionRule(ParserRuleContext, int, int, int) - Method in class org.antlr.v4.runtime.Parser
-
- enterRecursionRule(ParserRuleContext, int, int, int) - Method in class org.antlr.v4.runtime.ParserInterpreter
-
- 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.dfa.ArrayEdgeMap
-
- entrySet() - Method in interface org.antlr.v4.runtime.dfa.EdgeMap
-
- entrySet() - Method in class org.antlr.v4.runtime.dfa.EmptyEdgeMap
-
- entrySet() - Method in class org.antlr.v4.runtime.dfa.HashEdgeMap
-
- entrySet() - Method in class org.antlr.v4.runtime.dfa.SingletonEdgeMap
-
- entrySet() - Method in class org.antlr.v4.runtime.dfa.SparseEdgeMap
-
Deprecated.
- 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
-
- eofToken - Variable in class org.antlr.v4.runtime.ListTokenSource
-
This field caches the EOF token for the token source.
- 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
-
- EpsilonTransition(ATNState, int) - 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(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.ConflictInfo
-
- equals(Object) - Method in class org.antlr.v4.runtime.atn.EmptyPredictionContext
-
- equals(Object) - Method in class org.antlr.v4.runtime.atn.LexerActionExecutor
-
- equals(Object) - Method in class org.antlr.v4.runtime.atn.LexerChannelAction
-
- equals(Object) - Method in class org.antlr.v4.runtime.atn.LexerCustomAction
-
- equals(Object) - Method in class org.antlr.v4.runtime.atn.LexerIndexedCustomAction
-
- equals(Object) - Method in class org.antlr.v4.runtime.atn.LexerModeAction
-
- equals(Object) - Method in class org.antlr.v4.runtime.atn.LexerMoreAction
-
- equals(Object) - Method in class org.antlr.v4.runtime.atn.LexerPopModeAction
-
- equals(Object) - Method in class org.antlr.v4.runtime.atn.LexerPushModeAction
-
- equals(Object) - Method in class org.antlr.v4.runtime.atn.LexerSkipAction
-
- equals(Object) - Method in class org.antlr.v4.runtime.atn.LexerTypeAction
-
- equals(Object) - Method in class org.antlr.v4.runtime.atn.PredictionContext
-
- equals(PredictionContext, PredictionContext) - Method in class org.antlr.v4.runtime.atn.PredictionContext.IdentityEqualityComparator
-
- equals(Object) - Method in class org.antlr.v4.runtime.atn.PredictionContextCache.IdentityCommutativePredictionContextOperands
-
- equals(Object) - Method in class org.antlr.v4.runtime.atn.PredictionContextCache.PredictionContextAndInt
-
- 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.PrecedencePredicate
-
- 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
-
- equals(Object) - Method in class org.antlr.v4.runtime.misc.Tuple2
-
- equals(Object) - Method in class org.antlr.v4.runtime.misc.Tuple3
-
- equals(Object, Object) - Static method in class org.antlr.v4.runtime.misc.Utils
-
- ERROR - Static variable in class org.antlr.v4.runtime.atn.ATNSimulator
-
Must distinguish between missing edge and edge we know leads nowhere
- ErrorInfo - Class in org.antlr.v4.runtime.atn
-
This class represents profiling event information for a syntax error
identified during prediction.
- ErrorInfo(int, SimulatorState, TokenStream, int, int) - Constructor for class org.antlr.v4.runtime.atn.ErrorInfo
-
Constructs a new instance of the
ErrorInfo
class with the
specified detailed syntax error information.
- 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
-
Indicates whether the error strategy is currently "recovering from an
error".
- errors - Variable in class org.antlr.v4.runtime.atn.DecisionInfo
-
A collection of
ErrorInfo
instances describing the parse errors
identified during calls to ParserATNSimulator.adaptivePredict(org.antlr.v4.runtime.TokenStream, int, org.antlr.v4.runtime.ParserRuleContext)
for
this decision.
- escape - Variable in class org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
-
- 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<T, ?>, RuleContext) - Method in class org.antlr.v4.runtime.atn.SemanticContext.AND
-
For context independent predicates, we evaluate them without a local
context (i.e., null context).
- eval(Recognizer<T, ?>, 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<T, ?>, RuleContext) - Method in class org.antlr.v4.runtime.atn.SemanticContext.OR
-
For context independent predicates, we evaluate them without a local
context (i.e., null context).
- eval(Recognizer<T, ?>, RuleContext) - Method in class org.antlr.v4.runtime.atn.SemanticContext.PrecedencePredicate
-
- eval(Recognizer<T, ?>, RuleContext) - Method in class org.antlr.v4.runtime.atn.SemanticContext.Predicate
-
- eval() - Method in interface org.antlr.v4.runtime.misc.Func0
-
- eval(T1) - Method in interface org.antlr.v4.runtime.misc.Func1
-
- eval(T) - Method in interface org.antlr.v4.runtime.misc.Predicate
-
- evalPrecedence(Recognizer<?, ?>, RuleContext) - Method in class org.antlr.v4.runtime.atn.SemanticContext.AND
-
- evalPrecedence(Recognizer<?, ?>, RuleContext) - Method in class org.antlr.v4.runtime.atn.SemanticContext
-
Evaluate the precedence predicates for the context and reduce the result.
- evalPrecedence(Recognizer<?, ?>, RuleContext) - Method in class org.antlr.v4.runtime.atn.SemanticContext.OR
-
- evalPrecedence(Recognizer<?, ?>, RuleContext) - Method in class org.antlr.v4.runtime.atn.SemanticContext.PrecedencePredicate
-
- evalResult - Variable in class org.antlr.v4.runtime.atn.PredicateEvalInfo
-
The result of evaluating the semantic context
PredicateEvalInfo.semctx
.
- 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.
- evalSemanticContext(SemanticContext, ParserRuleContext, int) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
Evaluate a semantic context within a specific parser context.
- evalSemanticContext(SemanticContext, ParserRuleContext, int) - Method in class org.antlr.v4.runtime.atn.ProfilingATNSimulator
-
- evaluate(ParseTree) - Method in class org.antlr.v4.runtime.tree.xpath.XPath
-
Return a list of all nodes starting at
t
as root that satisfy the
path.
- evaluate(ParseTree) - Method in class org.antlr.v4.runtime.tree.xpath.XPathElement
-
Given tree rooted at
t
return all nodes matched by this path
element.
- evaluate(ParseTree) - Method in class org.antlr.v4.runtime.tree.xpath.XPathRuleAnywhereElement
-
- evaluate(ParseTree) - Method in class org.antlr.v4.runtime.tree.xpath.XPathRuleElement
-
- evaluate(ParseTree) - Method in class org.antlr.v4.runtime.tree.xpath.XPathTokenAnywhereElement
-
- evaluate(ParseTree) - Method in class org.antlr.v4.runtime.tree.xpath.XPathTokenElement
-
- evaluate(ParseTree) - Method in class org.antlr.v4.runtime.tree.xpath.XPathWildcardAnywhereElement
-
- evaluate(ParseTree) - Method in class org.antlr.v4.runtime.tree.xpath.XPathWildcardElement
-
- 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 that forced this rule to return.
- execATN(CharStream, DFAState) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
-
- execATN(DFA, TokenStream, int, SimulatorState) - 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.
- execDFA(DFA, TokenStream, int, SimulatorState) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- execute(Lexer) - Method in interface org.antlr.v4.runtime.atn.LexerAction
-
Execute the lexer action in the context of the specified
Lexer
.
- execute(Lexer, CharStream, int) - Method in class org.antlr.v4.runtime.atn.LexerActionExecutor
-
Execute the actions encapsulated by this executor within the context of a
particular
Lexer
.
- execute(Lexer) - Method in class org.antlr.v4.runtime.atn.LexerChannelAction
-
Execute the lexer action in the context of the specified
Lexer
.
- execute(Lexer) - Method in class org.antlr.v4.runtime.atn.LexerCustomAction
-
Execute the lexer action in the context of the specified
Lexer
.
- execute(Lexer) - Method in class org.antlr.v4.runtime.atn.LexerIndexedCustomAction
-
Execute the lexer action in the context of the specified
Lexer
.
- execute(Lexer) - Method in class org.antlr.v4.runtime.atn.LexerModeAction
-
Execute the lexer action in the context of the specified
Lexer
.
- execute(Lexer) - Method in class org.antlr.v4.runtime.atn.LexerMoreAction
-
Execute the lexer action in the context of the specified
Lexer
.
- execute(Lexer) - Method in class org.antlr.v4.runtime.atn.LexerPopModeAction
-
Execute the lexer action in the context of the specified
Lexer
.
- execute(Lexer) - Method in class org.antlr.v4.runtime.atn.LexerPushModeAction
-
Execute the lexer action in the context of the specified
Lexer
.
- execute(Lexer) - Method in class org.antlr.v4.runtime.atn.LexerSkipAction
-
Execute the lexer action in the context of the specified
Lexer
.
- execute(Lexer) - Method in class org.antlr.v4.runtime.atn.LexerTypeAction
-
Execute the lexer action in the context of the specified
Lexer
.
- 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
-
Indicates whether the
Token.EOF
token has been fetched from
BufferedTokenStream.tokenSource
and added to BufferedTokenStream.tokens
.
- fileName - Variable in class org.antlr.v4.runtime.ANTLRFileStream
-
Deprecated.
- 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
-
- findAll(ParseTree, String) - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreePattern
-
Find all nodes using XPath and then try to match those subtrees against
this tree pattern.
- findAll(ParseTree, String, Parser) - Static method in class org.antlr.v4.runtime.tree.xpath.XPath
-
- findAllNodes(ParseTree, int, boolean) - Static method in class org.antlr.v4.runtime.tree.Trees
-
- findAllRuleNodes(ParseTree, int) - Static method in class org.antlr.v4.runtime.tree.Trees
-
- findAllTokenNodes(ParseTree, int) - Static method in class org.antlr.v4.runtime.tree.Trees
-
- findNodeSuchThat(Tree, Predicate<Tree>) - Static method in class org.antlr.v4.runtime.tree.Trees
-
Return first node satisfying the pred
- findReturnState(int) - Method in class org.antlr.v4.runtime.atn.ArrayPredictionContext
-
- findReturnState(int) - Method in class org.antlr.v4.runtime.atn.EmptyPredictionContext
-
- findReturnState(int) - Method in class org.antlr.v4.runtime.atn.PredictionContext
-
- findReturnState(int) - Method in class org.antlr.v4.runtime.atn.SingletonPredictionContext
-
- 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.
- fixOffsetBeforeMatch(int) - Method in class org.antlr.v4.runtime.atn.LexerActionExecutor
-
Creates a
LexerActionExecutor
which encodes the current offset
for position-dependent lexer actions.
- 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
- force_global_context - Variable in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- from - Variable in class org.antlr.v4.runtime.atn.RangeTransition
-
- fromBuffer(CodePointBuffer) - Static method in class org.antlr.v4.runtime.CodePointCharStream
-
Constructs a
CodePointCharStream
which provides access
to the Unicode code points stored in codePointBuffer
.
- fromBuffer(CodePointBuffer, String) - Static method in class org.antlr.v4.runtime.CodePointCharStream
-
Constructs a named
CodePointCharStream
which provides access
to the Unicode code points stored in codePointBuffer
.
- fromChannel(ReadableByteChannel) - Static method in enum org.antlr.v4.runtime.CharStreams
-
Creates a
CharStream
given an opened ReadableByteChannel
containing UTF-8 bytes.
- fromChannel(ReadableByteChannel, Charset) - Static method in enum org.antlr.v4.runtime.CharStreams
-
Creates a
CharStream
given an opened ReadableByteChannel
and the
charset of the bytes contained in the channel.
- fromChannel(ReadableByteChannel, int, CodingErrorAction, String) - Static method in enum org.antlr.v4.runtime.CharStreams
-
Creates a
CharStream
given an opened ReadableByteChannel
containing UTF-8 bytes.
- fromChannel(ReadableByteChannel, Charset, int, CodingErrorAction, String, long) - Static method in enum org.antlr.v4.runtime.CharStreams
-
- fromFile(File) - Static method in enum org.antlr.v4.runtime.CharStreams
-
Creates a
CharStream
given a path to a UTF-8
encoded file on disk.
- fromFile(File, Charset) - Static method in enum org.antlr.v4.runtime.CharStreams
-
Creates a
CharStream
given a path to a file on disk and the
charset of the bytes contained in the file.
- fromFileName(String) - Static method in enum org.antlr.v4.runtime.CharStreams
-
Creates a
CharStream
given a string containing a
path to a UTF-8 file on disk.
- fromFileName(String, Charset) - Static method in enum org.antlr.v4.runtime.CharStreams
-
Creates a
CharStream
given a string containing a
path to a file on disk and the charset of the bytes
contained in the file.
- fromReader(Reader) - Static method in enum org.antlr.v4.runtime.CharStreams
-
Creates a
CharStream
given a Reader
.
- fromReader(Reader, String) - Static method in enum org.antlr.v4.runtime.CharStreams
-
Creates a
CharStream
given a Reader
and its
source name.
- fromRuleContext(ATN, RuleContext) - Static method in class org.antlr.v4.runtime.atn.PredictionContext
-
- fromRuleContext(ATN, RuleContext, boolean) - Static method in class org.antlr.v4.runtime.atn.PredictionContext
-
- fromStream(InputStream) - Static method in enum org.antlr.v4.runtime.CharStreams
-
Creates a
CharStream
given an opened InputStream
containing UTF-8 bytes.
- fromStream(InputStream, Charset) - Static method in enum org.antlr.v4.runtime.CharStreams
-
Creates a
CharStream
given an opened InputStream
and the
charset of the bytes contained in the stream.
- fromStream(InputStream, Charset, String, long) - Static method in enum org.antlr.v4.runtime.CharStreams
-
- fromString(String) - Static method in enum org.antlr.v4.runtime.CharStreams
-
Creates a
CharStream
given a String
.
- fromString(String, String) - Static method in enum org.antlr.v4.runtime.CharStreams
-
- fromTokenNames(String[]) - Static method in class org.antlr.v4.runtime.VocabularyImpl
-
Returns a
VocabularyImpl
instance from the specified set of token
names.
- FULL_CONTEXT - Static variable in class org.antlr.v4.runtime.atn.EmptyPredictionContext
-
- fullCtx - Variable in class org.antlr.v4.runtime.atn.DecisionEventInfo
-
true
if the current event occurred during LL prediction;
otherwise, false
if the input occurred during SLL prediction.
- Func0<Result> - Interface in org.antlr.v4.runtime.misc
-
- Func1<T1,Result> - Interface in org.antlr.v4.runtime.misc
-
G
- get(int) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- 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(int) - Method in class org.antlr.v4.runtime.CodePointBuffer
-
- get(int) - Method in class org.antlr.v4.runtime.dfa.ArrayEdgeMap
-
- get(int) - Method in interface org.antlr.v4.runtime.dfa.EdgeMap
-
- get(int) - Method in class org.antlr.v4.runtime.dfa.EmptyEdgeMap
-
- get(int) - Method in class org.antlr.v4.runtime.dfa.HashEdgeMap
-
- get(int) - Method in class org.antlr.v4.runtime.dfa.SingletonEdgeMap
-
- get(int) - Method in class org.antlr.v4.runtime.dfa.SparseEdgeMap
-
Deprecated.
- 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.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(String) - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreeMatch
-
Get the last node associated with a specific
label
.
- get(int) - Method in class org.antlr.v4.runtime.UnbufferedTokenStream
-
- getAcceptStateInfo() - Method in class org.antlr.v4.runtime.dfa.DFAState
-
- getAction() - Method in class org.antlr.v4.runtime.atn.LexerIndexedCustomAction
-
Gets the lexer action to execute.
- getActionIndex() - Method in class org.antlr.v4.runtime.atn.LexerCustomAction
-
Gets the action index to use for calls to
Recognizer.action(org.antlr.v4.runtime.RuleContext, int, int)
.
- getActionType() - Method in interface org.antlr.v4.runtime.atn.LexerAction
-
Gets the serialization type of the lexer action.
- getActionType() - Method in class org.antlr.v4.runtime.atn.LexerChannelAction
-
Gets the serialization type of the lexer action.
- getActionType() - Method in class org.antlr.v4.runtime.atn.LexerCustomAction
-
Gets the serialization type of the lexer action.
- getActionType() - Method in class org.antlr.v4.runtime.atn.LexerIndexedCustomAction
-
Gets the serialization type of the lexer action.
- getActionType() - Method in class org.antlr.v4.runtime.atn.LexerModeAction
-
Gets the serialization type of the lexer action.
- getActionType() - Method in class org.antlr.v4.runtime.atn.LexerMoreAction
-
Gets the serialization type of the lexer action.
- getActionType() - Method in class org.antlr.v4.runtime.atn.LexerPopModeAction
-
Gets the serialization type of the lexer action.
- getActionType() - Method in class org.antlr.v4.runtime.atn.LexerPushModeAction
-
Gets the serialization type of the lexer action.
- getActionType() - Method in class org.antlr.v4.runtime.atn.LexerSkipAction
-
Gets the serialization type of the lexer action.
- getActionType() - Method in class org.antlr.v4.runtime.atn.LexerTypeAction
-
Gets the serialization type of the lexer action.
- getAll(String) - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreeMatch
-
Return all nodes matching a rule or token tag with the specified label.
- getAllTokens() - Method in class org.antlr.v4.runtime.Lexer
-
Return a list of all Token objects in input char stream.
- getAlt() - Method in class org.antlr.v4.runtime.atn.ATNConfig
-
What alt (or lexer rule) is predicted by this configuration
- getAltNumber() - Method in class org.antlr.v4.runtime.RuleContext
-
For rule associated with this parse tree internal node, return
the outer alternative number used to match the input.
- getAltNumber() - Method in class org.antlr.v4.runtime.RuleContextWithAltNum
-
- 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.
- getAlts(ATNConfigSet) - Static method in enum org.antlr.v4.runtime.atn.PredictionMode
-
Get union of all alts from configs.
- getAmbiguousAlternatives() - Method in class org.antlr.v4.runtime.atn.AmbiguityInfo
-
Gets the set of alternatives in the decision that lead to a valid parse.
- getAncestors(Tree) - Static method in class org.antlr.v4.runtime.tree.Trees
-
Return a list of all ancestors of this node.
- getAsCached(PredictionContext) - Method in class org.antlr.v4.runtime.atn.PredictionContextCache
-
- getATN() - Method in class org.antlr.v4.runtime.LexerInterpreter
-
- getATN() - Method in class org.antlr.v4.runtime.ParserInterpreter
-
- getATN() - Method in class org.antlr.v4.runtime.Recognizer
-
Get the
ATN
used by the recognizer for prediction.
- getATNState() - Method in class org.antlr.v4.runtime.ParserInterpreter
-
- getATNWithBypassAlts() - Method in class org.antlr.v4.runtime.Parser
-
The ATN with bypass alternatives is expensive to create so we create it
lazily.
- 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.ATN
-
- getCachedContext(PredictionContext, ConcurrentMap<PredictionContext, PredictionContext>, PredictionContext.IdentityHashMap) - Static method in class org.antlr.v4.runtime.atn.PredictionContext
-
- getChannel() - Method in class org.antlr.v4.runtime.atn.LexerChannelAction
-
Gets the channel to use for the
Token
created by the lexer.
- 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.
- getChannel() - Method in class org.antlr.v4.runtime.tree.pattern.RuleTagToken
-
Return the channel this token.
- getChannelNames() - Method in class org.antlr.v4.runtime.Lexer
-
- getChannelNames() - Method in class org.antlr.v4.runtime.LexerInterpreter
-
- getChannelNames() - Method in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
- 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 class org.antlr.v4.runtime.ListTokenSource
-
Get the index into the current line for the current position in the input
stream.
- 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
-
Get the index into the current line for the current position in the input
stream.
- getCharPositionInLine() - Method in class org.antlr.v4.runtime.tree.pattern.RuleTagToken
-
The index of the first character of this token relative to the
beginning of the line at which it occurs, 0..n-1
- getChild(int) - Method in class org.antlr.v4.runtime.atn.PredictionContext
-
- getChild(PredictionContext, int) - Method in class org.antlr.v4.runtime.atn.PredictionContextCache
-
- 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
i
th value indexed from 0.
- getChildContext(RuleContext, int) - Static method in class org.antlr.v4.runtime.RuleContext
-
- 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) - Static method in class org.antlr.v4.runtime.tree.Trees
-
Return ordered list of all children of this node
- getConflictedAlts() - Method in class org.antlr.v4.runtime.atn.ConflictInfo
-
Gets the set of conflicting alternatives for the configuration set.
- getConflictInfo() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- getConflictingAlts() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- 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.
- getConflictingAltsFromConfigSet(ATNConfigSet) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- 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.atn.ATNConfig
-
- getContext() - Method in class org.antlr.v4.runtime.Parser
-
- getContext() - Method in exception org.antlr.v4.runtime.RecognitionException
-
Gets the
RuleContext
at the time this exception was thrown.
- getContextCacheSize() - Method in class org.antlr.v4.runtime.atn.ATN
-
- getContextEdgeMap() - Method in class org.antlr.v4.runtime.dfa.DFAState
-
- getContextLabel(int) - Method in class org.antlr.v4.runtime.dfa.DFASerializer
-
- getContextTarget(int) - Method in class org.antlr.v4.runtime.dfa.DFAState
-
- getCurrentState() - Method in class org.antlr.v4.runtime.atn.ProfilingATNSimulator
-
- 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
-
- getDecisionInfo() - Method in class org.antlr.v4.runtime.atn.ParseInfo
-
Gets an array of
DecisionInfo
instances containing the profiling
information gathered for each decision in the ATN.
- getDecisionInfo() - Method in class org.antlr.v4.runtime.atn.ProfilingATNSimulator
-
- 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
-
- getDecisionToDFA() - Method in class org.antlr.v4.runtime.atn.ATN
-
- getDecoded(ATN, List<String>, List<String>) - Static method in class org.antlr.v4.runtime.atn.ATNSerializer
-
- getDefaultOptions() - Static method in class org.antlr.v4.runtime.atn.ATNDeserializationOptions
-
- getDelegates() - Method in class org.antlr.v4.runtime.ProxyErrorListener
-
- getDependencies(Class<?>) - Static method in class org.antlr.v4.runtime.misc.RuleDependencyChecker
-
- getDependencies(RoundEnvironment) - Static method in class org.antlr.v4.runtime.misc.RuleDependencyProcessor
-
- getDescendants(ParseTree) - Static method in class org.antlr.v4.runtime.tree.Trees
-
Get all descendents; includes t itself.
- getDFA(int) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
-
- getDFASize() - Method in class org.antlr.v4.runtime.atn.ParseInfo
-
Gets the total number of DFA states stored in the DFA cache for all
decisions in the ATN.
- getDFASize(int) - Method in class org.antlr.v4.runtime.atn.ParseInfo
-
Gets the total number of DFA states stored in the DFA cache for a
particular decision.
- getDFAStrings() - Method in class org.antlr.v4.runtime.Parser
-
For debugging and other purposes.
- getDipsIntoOuterContext() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- getDisplayName(int) - Method in interface org.antlr.v4.runtime.Vocabulary
-
Gets the display name of a token type.
- getDisplayName(int) - Method in class org.antlr.v4.runtime.VocabularyImpl
-
- getEdgeLabel(int) - Method in class org.antlr.v4.runtime.dfa.DFASerializer
-
- getEdgeLabel(int) - Method in class org.antlr.v4.runtime.dfa.LexerDFASerializer
-
- getEdgeMap() - Method in class org.antlr.v4.runtime.dfa.DFAState
-
- getEmptyContextEdgeMap() - Method in class org.antlr.v4.runtime.dfa.DFA
-
Gets an empty edge map initialized with the minimum and maximum context
values allowed to be stored in this DFA.
- getEmptyEdgeMap() - Method in class org.antlr.v4.runtime.dfa.DFA
-
Gets an empty edge map initialized with the minimum and maximum symbol
values allowed to be stored in this DFA.
- getEpsilonTarget(CharStream, ATNConfig, Transition, ATNConfigSet, boolean, boolean) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
-
- getEpsilonTarget(ATNConfig, Transition, boolean, boolean, PredictionContextCache, 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.Parser
-
- 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.
- getExistingTargetState(DFAState, int) - Method in class org.antlr.v4.runtime.atn.ProfilingATNSimulator
-
- 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
-
- getGrammarFileName() - Method in class org.antlr.v4.runtime.LexerInterpreter
-
- getGrammarFileName() - Method in class org.antlr.v4.runtime.ParserInterpreter
-
- getGrammarFileName() - Method in class org.antlr.v4.runtime.Recognizer
-
For debugging and other purposes, might want the grammar name.
- getGrammarFileName() - Method in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
- 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
Lexer.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
Lexer.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
Lexer.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
Lexer.DEFAULT_TOKEN_CHANNEL
or EOF.
- 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.ListTokenSource
-
Get the
CharStream
from which this token source is currently
providing tokens.
- 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
-
Get the
CharStream
from which this token source is currently
providing tokens.
- getInputStream() - Method in class org.antlr.v4.runtime.tree.pattern.RuleTagToken
-
Gets the
CharStream
from which this token was derived.
- getInterpreter() - Method in class org.antlr.v4.runtime.Recognizer
-
Get the ATN interpreter used by the recognizer for prediction.
- 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
-
- getItem1() - Method in class org.antlr.v4.runtime.misc.Tuple2
-
- getItem1() - Method in class org.antlr.v4.runtime.misc.Tuple3
-
- getItem2() - Method in class org.antlr.v4.runtime.misc.Tuple2
-
- getItem2() - Method in class org.antlr.v4.runtime.misc.Tuple3
-
- getItem3() - Method in class org.antlr.v4.runtime.misc.Tuple3
-
- getKey(ATNConfig) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- getKey(ATNConfig) - Method in class org.antlr.v4.runtime.atn.OrderedATNConfigSet
-
- getKey() - Method in class org.antlr.v4.runtime.dfa.SingletonEdgeMap
-
- getKeys() - Method in class org.antlr.v4.runtime.dfa.SparseEdgeMap
-
Deprecated.
- 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
- getLabel() - Method in class org.antlr.v4.runtime.tree.pattern.RuleTagToken
-
Gets the label associated with the rule tag.
- getLabel() - Method in class org.antlr.v4.runtime.tree.pattern.TokenTagToken
-
Gets the label associated with the rule tag.
- getLabels() - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreeMatch
-
Return a mapping from label → [list of nodes].
- getLastRewriteTokenIndex() - Method in class org.antlr.v4.runtime.TokenStreamRewriter
-
- getLastRewriteTokenIndex(String) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
-
- getLexer() - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
-
Used to convert the tree pattern string into a series of tokens.
- getLexerActionExecutor() - Method in class org.antlr.v4.runtime.atn.ATNConfig
-
- getLexerActionExecutor() - Method in class org.antlr.v4.runtime.dfa.AcceptStateInfo
-
Gets the
LexerActionExecutor
which can be used to execute actions
and/or commands after the lexer matches a token.
- getLexerActionExecutor() - Method in class org.antlr.v4.runtime.dfa.DFAState
-
- getLexerActions() - Method in class org.antlr.v4.runtime.atn.LexerActionExecutor
-
Gets the lexer actions to be executed by this executor.
- 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 class org.antlr.v4.runtime.ListTokenSource
-
Get the line number for the current position in the input stream.
- 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
-
Get the line number for the current position in the input stream.
- getLine() - Method in class org.antlr.v4.runtime.tree.pattern.RuleTagToken
-
The line number on which the 1st character of this token was matched,
line=1..n
- getLiteralName(int) - Method in interface org.antlr.v4.runtime.Vocabulary
-
Gets the string literal associated with a token type.
- getLiteralName(int) - Method in class org.antlr.v4.runtime.VocabularyImpl
-
- getLLDecisions() - Method in class org.antlr.v4.runtime.atn.ParseInfo
-
Gets the decision numbers for decisions that required one or more
full-context predictions during parsing.
- getLookaheadName(TokenStream) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- getLoopEntryState() - Method in class org.antlr.v4.runtime.atn.StarLoopbackState
-
- getMatcher() - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreePattern
-
Get the
ParseTreePatternMatcher
which created this tree pattern.
- getMaxDfaEdge() - Method in class org.antlr.v4.runtime.dfa.DFA
-
Gets the maximum input symbol value which can be stored in this DFA.
- getMaxElement() - Method in class org.antlr.v4.runtime.misc.IntervalSet
-
Returns the maximum value contained in the set.
- getMaxSparseSize() - Method in class org.antlr.v4.runtime.dfa.SparseEdgeMap
-
Deprecated.
- getMaxTokenType() - Method in interface org.antlr.v4.runtime.Vocabulary
-
Returns the highest token type value.
- getMaxTokenType() - Method in class org.antlr.v4.runtime.VocabularyImpl
-
- getMinDfaEdge() - Method in class org.antlr.v4.runtime.dfa.DFA
-
Gets the minimum input symbol value which can be stored in this DFA.
- getMinElement() - Method in class org.antlr.v4.runtime.misc.IntervalSet
-
Returns the minimum value contained in the set.
- getMismatchedNode() - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreeMatch
-
Get the node at which we first detected a mismatch.
- getMissingSymbol(Parser) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
-
Conjure up a missing token during error recovery.
- getMode() - Method in class org.antlr.v4.runtime.atn.LexerModeAction
-
Get the lexer mode this action should transition the lexer to.
- getMode() - Method in class org.antlr.v4.runtime.atn.LexerPushModeAction
-
Get the lexer mode this action should transition the lexer to.
- getModeNames() - Method in class org.antlr.v4.runtime.Lexer
-
- getModeNames() - Method in class org.antlr.v4.runtime.LexerInterpreter
-
- getModeNames() - Method in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
- 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
-
- getNonStopStateNumber() - Method in class org.antlr.v4.runtime.atn.ATNState
-
For all states except
RuleStopState
, this returns the state
number.
- getNonStopStateNumber() - Method in class org.antlr.v4.runtime.atn.RuleStopState
-
- getNumberOfDecisions() - Method in class org.antlr.v4.runtime.atn.ATN
-
- getNumberOfOnChannelTokens() - Method in class org.antlr.v4.runtime.CommonTokenStream
-
Count EOF just once.
- getNumberOfOptimizedTransitions() - Method in class org.antlr.v4.runtime.atn.ATNState
-
- 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
-
- getOffendingToken(Recognizer<T, ?>) - Method in exception org.antlr.v4.runtime.RecognitionException
-
- getOffset() - Method in class org.antlr.v4.runtime.atn.LexerIndexedCustomAction
-
Gets the location in the input
CharStream
at which the lexer
action should be executed.
- getOperands() - Method in class org.antlr.v4.runtime.atn.SemanticContext.AND
-
- getOperands() - Method in class org.antlr.v4.runtime.atn.SemanticContext.Operator
-
Gets the operands for the semantic context operator.
- getOperands() - Method in class org.antlr.v4.runtime.atn.SemanticContext.OR
-
- getOptimizedTransition(int) - Method in class org.antlr.v4.runtime.atn.ATNState
-
- 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
-
- getOuterContextDepth() - Method 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.
- getOverrideDecisionRoot() - Method in class org.antlr.v4.runtime.ParserInterpreter
-
- 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 interface org.antlr.v4.runtime.tree.RuleNode
-
- getParent() - Method in interface org.antlr.v4.runtime.tree.TerminalNode
-
- 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.
- getParseInfo() - Method in class org.antlr.v4.runtime.Parser
-
- getParseInfo() - Method in class org.antlr.v4.runtime.Recognizer
-
If profiling during the parse/lex, this will return DecisionInfo records
for each decision in recognizer in a ParseInfo object.
- getParseListeners() - Method in class org.antlr.v4.runtime.Parser
-
- getParser() - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- getParser() - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
-
Used to collect to the grammar file name, token names, rule names for
used to parse the pattern into a parse tree.
- getPattern() - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreeMatch
-
Get the tree pattern we are matching against.
- getPattern() - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreePattern
-
Get the tree pattern in concrete syntax form.
- getPatternRuleIndex() - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreePattern
-
Get the parser rule which serves as the outermost rule for the tree
pattern.
- getPatternTree() - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreePattern
-
Get the tree pattern as a
ParseTree
.
- 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.
- getPrecedence() - Method in class org.antlr.v4.runtime.Parser
-
Get the precedence level for the top-most precedence rule.
- getPrecedenceStartState(int, boolean) - Method in class org.antlr.v4.runtime.dfa.DFA
-
Get the start state for a specific precedence value.
- getPredicate() - Method in class org.antlr.v4.runtime.atn.PrecedencePredicateTransition
-
- 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
-
- getPrediction() - Method in class org.antlr.v4.runtime.dfa.AcceptStateInfo
-
Gets the prediction made by this accept state.
- getPrediction() - Method in class org.antlr.v4.runtime.dfa.DFAState
-
- 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
-
- 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(ATNConfig, Transition, int) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- getReachesIntoOuterContext() - Method in class org.antlr.v4.runtime.atn.ATNConfig
-
- getRecognizer() - Method in exception org.antlr.v4.runtime.RecognitionException
-
Gets the
Recognizer
where this exception occurred.
- getRepresentedAlternatives() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
Get the set of all alternatives represented by configurations in this
set.
- getReturnState(int) - Method in class org.antlr.v4.runtime.atn.ArrayPredictionContext
-
- getReturnState(int) - Method in class org.antlr.v4.runtime.atn.EmptyPredictionContext
-
- getReturnState(RuleContext) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- getReturnState(int) - Method in class org.antlr.v4.runtime.atn.PredictionContext
-
- getReturnState(int) - Method in class org.antlr.v4.runtime.atn.SingletonPredictionContext
-
- getRootContext() - Method in class org.antlr.v4.runtime.ParserInterpreter
-
Return the root of the parse, which can be useful if the parser
bails out.
- getRootOfSubtreeEnclosingRegion(ParseTree, int, int) - Static method in class org.antlr.v4.runtime.tree.Trees
-
Find smallest subtree of t enclosing range startTokenIndex..stopTokenIndex
inclusively using postorder traversal.
- 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 class org.antlr.v4.runtime.atn.LexerCustomAction
-
Gets the rule index to use for calls to
Recognizer.action(org.antlr.v4.runtime.RuleContext, int, int)
.
- getRuleIndex() - Method in exception org.antlr.v4.runtime.FailedPredicateException
-
- getRuleIndex() - Method in class org.antlr.v4.runtime.InterpreterRuleContext
-
- getRuleIndex(String) - Method in class org.antlr.v4.runtime.Parser
-
Get a rule's index (i.e.,
RULE_ruleName
field) or -1 if not found.
- getRuleIndex() - Method in class org.antlr.v4.runtime.RuleContext
-
- getRuleIndexMap() - Method in class org.antlr.v4.runtime.Recognizer
-
Get a map from rule names to rule indexes.
- 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
-
- getRuleName() - Method in class org.antlr.v4.runtime.tree.pattern.RuleTagToken
-
Gets the name of the rule associated with this rule tag.
- getRuleNames() - Method in class org.antlr.v4.runtime.LexerInterpreter
-
- getRuleNames() - Method in class org.antlr.v4.runtime.ParserInterpreter
-
- getRuleNames() - Method in class org.antlr.v4.runtime.Recognizer
-
- getRuleNames() - Method in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
- getRuleTagToken(ParseTree) - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
-
Is
t
(expr <expr>)
subtree?
- getSemanticContext() - Method in class org.antlr.v4.runtime.atn.ATNConfig
-
- 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.PrecedencePredicateTransition
-
- 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
-
- getSerialized(ATN, List<String>) - Static method in class org.antlr.v4.runtime.atn.ATNSerializer
-
- getSerializedAsChars(ATN, List<String>) - Static method in class org.antlr.v4.runtime.atn.ATNSerializer
-
- getSerializedAsString(ATN, List<String>) - Static method in class org.antlr.v4.runtime.atn.ATNSerializer
-
Used by Java target to encode short/int array as chars in string.
- getSerializedATN() - Method in class org.antlr.v4.runtime.Recognizer
-
If this recognizer was generated, it will have a serialized ATN
representation of the grammar.
- getSerializedATN() - Method in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
- getSingleElement() - Method in class org.antlr.v4.runtime.misc.IntervalSet
-
Returns the single value contained in the set, if
IntSet.size()
is 1;
otherwise, returns Token.INVALID_TYPE
.
- getSingleElement() - Method in interface org.antlr.v4.runtime.misc.IntSet
-
Returns the single value contained in the set, if
IntSet.size()
is 1;
otherwise, returns Token.INVALID_TYPE
.
- 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
-
Deprecated.
- getSourceName() - Method in class org.antlr.v4.runtime.ANTLRInputStream
-
Deprecated.
- getSourceName() - Method in class org.antlr.v4.runtime.BufferedTokenStream
-
- getSourceName() - Method in class org.antlr.v4.runtime.CodePointCharStream
-
- 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.ListTokenSource
-
Gets the name of the underlying input source.
- getSourceName() - Method in class org.antlr.v4.runtime.Parser
-
- getSourceName() - Method in interface org.antlr.v4.runtime.TokenSource
-
Gets the name of the underlying input source.
- 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
-
Get the initial token in this context.
- 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.
- getStartIndex() - Method in class org.antlr.v4.runtime.tree.pattern.RuleTagToken
-
The starting character index of the token
This method is optional; return -1 if not implemented.
- getStartState(DFA, TokenStream, ParserRuleContext, boolean) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- getStartState(DFA, TokenStream, ParserRuleContext, boolean) - Method in class org.antlr.v4.runtime.atn.ProfilingATNSimulator
-
- getStartToken() - Method in exception org.antlr.v4.runtime.NoViableAltException
-
- getState() - Method in class org.antlr.v4.runtime.atn.ATNConfig
-
Gets the ATN state associated with this configuration
- getState() - Method in class org.antlr.v4.runtime.Recognizer
-
- getStateNumber() - Method in class org.antlr.v4.runtime.atn.ATNState
-
Gets the state number.
- getStates() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- 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
-
Get the final token in this context.
- 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.
- getStopIndex() - Method in class org.antlr.v4.runtime.tree.pattern.RuleTagToken
-
The last character index of the token.
- getSupportedSourceVersion() - Method in class org.antlr.v4.runtime.misc.RuleDependencyProcessor
-
- getSymbol() - Method in interface org.antlr.v4.runtime.tree.TerminalNode
-
- getSymbol() - Method in class org.antlr.v4.runtime.tree.TerminalNodeImpl
-
- getSymbolicName(int) - Method in interface org.antlr.v4.runtime.Vocabulary
-
Gets the symbolic name associated with a token type.
- getSymbolicName(int) - Method in class org.antlr.v4.runtime.VocabularyImpl
-
- getSymbolText(Token) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
-
- getSymbolType(Token) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
-
- getTarget(int) - Method in class org.antlr.v4.runtime.dfa.DFAState
-
- getText(Interval) - Method in class org.antlr.v4.runtime.ANTLRInputStream
-
Deprecated.
- 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(Object, Object) - 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(Object, Object) - 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(String) - Method in class org.antlr.v4.runtime.TokenStreamRewriter
-
Return the text from the original tokens altered per the
instructions given to this rewriter in programName.
- 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() - 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.pattern.RuleTagToken
-
Get the text of the token.
- getText() - Method in class org.antlr.v4.runtime.tree.pattern.TokenTagToken
-
Get the text of the token.
- 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(Object, Object) - Method in class org.antlr.v4.runtime.UnbufferedTokenStream
-
- getText(Interval) - Method in class org.antlr.v4.runtime.UnbufferedTokenStream
-
- 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
-
Deprecated.
This method is not called by the ANTLR 4 Runtime. Specific
implementations of
ANTLRErrorStrategy
may provide a similar
feature when necessary. For example, see
DefaultErrorStrategy.getTokenErrorDisplay(org.antlr.v4.runtime.Token)
.
- getTokenFactory() - Method in class org.antlr.v4.runtime.Lexer
-
- getTokenFactory() - Method in class org.antlr.v4.runtime.ListTokenSource
-
Gets the
TokenFactory
this token source is currently using for
creating Token
objects from the input.
- getTokenFactory() - Method in class org.antlr.v4.runtime.Parser
-
- getTokenFactory() - Method in interface org.antlr.v4.runtime.TokenSource
-
Gets the
TokenFactory
this token source is currently using for
creating Token
objects from the input.
- 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.
- getTokenIndex() - Method in class org.antlr.v4.runtime.tree.pattern.RuleTagToken
-
An index from 0..n-1 of the token object in the input stream.
- getTokenName(int) - Method in class org.antlr.v4.runtime.atn.ATNSerializer
-
- getTokenName(int) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
-
- getTokenName(int) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- getTokenName() - Method in class org.antlr.v4.runtime.tree.pattern.TokenTagToken
-
Gets the token name.
- getTokenNames() - Method in class org.antlr.v4.runtime.Lexer
-
Deprecated.
- getTokenNames() - Method in class org.antlr.v4.runtime.LexerInterpreter
-
Deprecated.
- getTokenNames() - Method in class org.antlr.v4.runtime.ParserInterpreter
-
Deprecated.
- getTokenNames() - Method in class org.antlr.v4.runtime.Recognizer
-
Deprecated.
Use
Recognizer.getVocabulary()
instead.
- getTokenNames() - Method in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
Deprecated.
- getTokens() - Method in class org.antlr.v4.runtime.BufferedTokenStream
-
- getTokens(int, int) - Method in class org.antlr.v4.runtime.BufferedTokenStream
-
- getTokens(int, int, BitSet) - 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.tree.pattern.RuleTagToken
-
Gets the
TokenSource
which created this token.
- getTokenSource() - Method in class org.antlr.v4.runtime.UnbufferedTokenStream
-
- getTokenStream() - Method in class org.antlr.v4.runtime.TokenStreamRewriter
-
- getTokenType(String) - Method in class org.antlr.v4.runtime.Recognizer
-
- getTokenTypeMap() - Method in class org.antlr.v4.runtime.Recognizer
-
Get a map from token names to token types.
- getTotalATNLookaheadOps() - Method in class org.antlr.v4.runtime.atn.ParseInfo
-
Gets the total number of ATN lookahead operations for SLL and LL
prediction across all decisions made during parsing.
- getTotalLLATNLookaheadOps() - Method in class org.antlr.v4.runtime.atn.ParseInfo
-
Gets the total number of ATN lookahead operations for LL prediction
across all decisions made during parsing.
- getTotalLLLookaheadOps() - Method in class org.antlr.v4.runtime.atn.ParseInfo
-
Gets the total number of LL lookahead operations across all decisions
made during parsing.
- getTotalSLLATNLookaheadOps() - Method in class org.antlr.v4.runtime.atn.ParseInfo
-
Gets the total number of ATN lookahead operations for SLL prediction
across all decisions made during parsing.
- getTotalSLLLookaheadOps() - Method in class org.antlr.v4.runtime.atn.ParseInfo
-
Gets the total number of SLL lookahead operations across all decisions
made during parsing.
- getTotalTimeInPrediction() - Method in class org.antlr.v4.runtime.atn.ParseInfo
-
Gets the total time spent during prediction across all decisions made
during parsing.
- getTransitions() - Method in class org.antlr.v4.runtime.atn.ATNState
-
- getTree() - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreeMatch
-
Get the parse tree we are trying to match to a pattern.
- getTrimParseTree() - Method in class org.antlr.v4.runtime.Parser
-
- getType() - Method in class org.antlr.v4.runtime.atn.LexerTypeAction
-
Gets the type to assign to a token created by the lexer.
- 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
- getType() - Method in class org.antlr.v4.runtime.tree.pattern.RuleTagToken
-
Get the token type of the token
- getUniqueAlt() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- getUniqueAlt(Collection<ATNConfig>) - 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
.
- getValue() - Method in class org.antlr.v4.runtime.dfa.SingletonEdgeMap
-
- getValues() - Method in class org.antlr.v4.runtime.dfa.SparseEdgeMap
-
Deprecated.
- getVocabulary() - Method in class org.antlr.v4.runtime.LexerInterpreter
-
- getVocabulary() - Method in class org.antlr.v4.runtime.ParserInterpreter
-
- getVocabulary() - Method in class org.antlr.v4.runtime.Recognizer
-
Get the vocabulary used by the recognizer.
- getVocabulary() - Method in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
- getX() - Method in class org.antlr.v4.runtime.atn.PredictionContextCache.IdentityCommutativePredictionContextOperands
-
- getXPathElement(Token, boolean) - Method in class org.antlr.v4.runtime.tree.xpath.XPath
-
Convert word like
*
or ID
or expr
to a path
element.
- getY() - Method in class org.antlr.v4.runtime.atn.PredictionContextCache.IdentityCommutativePredictionContextOperands
-
- grammarFileName - Variable in class org.antlr.v4.runtime.LexerInterpreter
-
- grammarFileName - Variable in class org.antlr.v4.runtime.ParserInterpreter
-
- grammarType - Variable in class org.antlr.v4.runtime.atn.ATN
-
The type of the ATN.
H
- handleNoViableAlt(TokenStream, int, SimulatorState) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
This method is used to improve the localization of error messages by
choosing an alternative rather than throwing a
NoViableAltException
in particular prediction scenarios where the
ATNSimulator.ERROR
state was reached during ATN simulation.
- 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.
- hasEmpty() - Method in class org.antlr.v4.runtime.atn.ArrayPredictionContext
-
- hasEmpty() - Method in class org.antlr.v4.runtime.atn.EmptyPredictionContext
-
- hasEmpty() - Method in class org.antlr.v4.runtime.atn.PredictionContext
-
- hasEmpty() - Method in class org.antlr.v4.runtime.atn.SingletonPredictionContext
-
- hashCode() - Method in class org.antlr.v4.runtime.atn.ATNConfig
-
- 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.ConflictInfo
-
- hashCode() - Method in class org.antlr.v4.runtime.atn.LexerActionExecutor
-
- hashCode() - Method in class org.antlr.v4.runtime.atn.LexerChannelAction
-
- hashCode() - Method in class org.antlr.v4.runtime.atn.LexerCustomAction
-
- hashCode() - Method in class org.antlr.v4.runtime.atn.LexerIndexedCustomAction
-
- hashCode() - Method in class org.antlr.v4.runtime.atn.LexerModeAction
-
- hashCode() - Method in class org.antlr.v4.runtime.atn.LexerMoreAction
-
- hashCode() - Method in class org.antlr.v4.runtime.atn.LexerPopModeAction
-
- hashCode() - Method in class org.antlr.v4.runtime.atn.LexerPushModeAction
-
- hashCode() - Method in class org.antlr.v4.runtime.atn.LexerSkipAction
-
- hashCode() - Method in class org.antlr.v4.runtime.atn.LexerTypeAction
-
- hashCode() - Method in class org.antlr.v4.runtime.atn.PredictionContext
-
- hashCode(PredictionContext) - Method in class org.antlr.v4.runtime.atn.PredictionContext.IdentityEqualityComparator
-
- hashCode() - Method in class org.antlr.v4.runtime.atn.PredictionContextCache.IdentityCommutativePredictionContextOperands
-
- hashCode() - Method in class org.antlr.v4.runtime.atn.PredictionContextCache.PredictionContextAndInt
-
- 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.PrecedencePredicate
-
- 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.Interval
-
- 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
-
- hashCode() - Method in class org.antlr.v4.runtime.misc.Tuple2
-
- hashCode() - Method in class org.antlr.v4.runtime.misc.Tuple3
-
- HashEdgeMap<T> - Class in org.antlr.v4.runtime.dfa
-
- HashEdgeMap(int, int) - Constructor for class org.antlr.v4.runtime.dfa.HashEdgeMap
-
- HashEdgeMap(int, int, int) - Constructor for class org.antlr.v4.runtime.dfa.HashEdgeMap
-
- 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.ATNConfig
-
- hasSemanticContext() - Method 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
-
- hasUnicodeSMPTransitions() - Method in class org.antlr.v4.runtime.atn.ATN
-
- 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.
- 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
.
I
- i - Variable in class org.antlr.v4.runtime.ListTokenSource
-
The index into
ListTokenSource.tokens
of token to return by the next call to
ListTokenSource.nextToken()
.
- ID - Static variable in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
- inContext(String) - Method in class org.antlr.v4.runtime.Parser
-
- index() - Method in class org.antlr.v4.runtime.ANTLRInputStream
-
Deprecated.
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() - Method in class org.antlr.v4.runtime.CodePointCharStream
-
- index - Variable in class org.antlr.v4.runtime.CommonToken
-
This is the backing field for
CommonToken.getTokenIndex()
and
CommonToken.setTokenIndex(int)
.
- 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
-
Deprecated.
- 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.atn.DecisionEventInfo
-
The input token stream which is being parsed.
- input - Variable in class org.antlr.v4.runtime.UnbufferedCharStream
-
- 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
-
- InputMismatchException(Parser, int, ParserRuleContext) - 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
-
- INSTANCE - Static variable in class org.antlr.v4.runtime.atn.LexerMoreAction
-
Provides a singleton instance of this parameterless lexer action.
- INSTANCE - Static variable in class org.antlr.v4.runtime.atn.LexerPopModeAction
-
Provides a singleton instance of this parameterless lexer action.
- INSTANCE - Static variable in class org.antlr.v4.runtime.atn.LexerSkipAction
-
Provides a singleton instance of this parameterless lexer action.
- INSTANCE - Static variable in class org.antlr.v4.runtime.atn.PredictionContext.IdentityEqualityComparator
-
- INSTANCE - Static variable in class org.antlr.v4.runtime.ConsoleErrorListener
-
Provides a default instance of
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
-
- InterpreterDataReader - Class in org.antlr.v4.runtime.misc
-
- InterpreterDataReader() - Constructor for class org.antlr.v4.runtime.misc.InterpreterDataReader
-
- InterpreterDataReader.InterpreterData - Class in org.antlr.v4.runtime.misc
-
- InterpreterDataReader.InterpreterData() - Constructor for class org.antlr.v4.runtime.misc.InterpreterDataReader.InterpreterData
-
- InterpreterRuleContext - Class in org.antlr.v4.runtime
-
This class extends
ParserRuleContext
by allowing the value of
InterpreterRuleContext.getRuleIndex()
to be explicitly set for the context.
- InterpreterRuleContext(ParserRuleContext, int, int) - Constructor for class org.antlr.v4.runtime.InterpreterRuleContext
-
Constructs a new
InterpreterRuleContext
with the specified
parent, invoking state, and rule index.
- 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
-
This class implements the
IntSet
backed by a sorted array of
non-overlapping intervals.
- 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 integers.
- 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
-
- invert - Variable in class org.antlr.v4.runtime.tree.xpath.XPathElement
-
- invocations - Variable in class org.antlr.v4.runtime.atn.DecisionInfo
-
The total number of times
ParserATNSimulator.adaptivePredict(org.antlr.v4.runtime.TokenStream, int, org.antlr.v4.runtime.ParserRuleContext)
was
invoked for this decision.
- 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 this context object represents
the start rule.
- isAcceptState(DFAState, boolean) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
Determines if a particular DFA state should be treated as an accept state
for the current prediction mode.
- isAcceptState() - Method in class org.antlr.v4.runtime.dfa.DFAState
-
- isAncestorOf(Tree, Tree) - Static method in class org.antlr.v4.runtime.tree.Trees
-
Return true if t is u's parent or a node on path to root from u.
- isContextSensitive() - Method in class org.antlr.v4.runtime.dfa.DFA
-
- isContextSensitive() - Method in class org.antlr.v4.runtime.dfa.DFAState
-
- isContextSymbol(int) - Method 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
-
- isEmpty() - Method in class org.antlr.v4.runtime.atn.SingletonPredictionContext
-
- isEmpty() - Method in class org.antlr.v4.runtime.dfa.ArrayEdgeMap
-
- isEmpty() - Method in class org.antlr.v4.runtime.dfa.DFA
-
- isEmpty() - Method in interface org.antlr.v4.runtime.dfa.EdgeMap
-
- isEmpty() - Method in class org.antlr.v4.runtime.dfa.EmptyEdgeMap
-
- isEmpty() - Method in class org.antlr.v4.runtime.dfa.HashEdgeMap
-
- isEmpty() - Method in class org.antlr.v4.runtime.dfa.SingletonEdgeMap
-
- isEmpty() - Method in class org.antlr.v4.runtime.dfa.SparseEdgeMap
-
Deprecated.
- 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 called
current context.
- isEmptyLocal(PredictionContext) - Static method in class org.antlr.v4.runtime.atn.PredictionContext
-
- 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.PrecedencePredicateTransition
-
- 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
-
Determines if the transition is an "epsilon" transition.
- isExact() - Method in class org.antlr.v4.runtime.atn.ConflictInfo
-
Gets whether or not the configuration conflict is an exact conflict.
- isExactConflict() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- isExpectedToken(int) - Method in class org.antlr.v4.runtime.Parser
-
Checks whether or not
symbol
can follow the current state in the
ATN.
- isFeatureSupported(UUID, UUID) - Method in class org.antlr.v4.runtime.atn.ATNDeserializer
-
Determines if a particular serialized representation of an ATN supports
a particular feature, identified by the
UUID
used for serializing
the ATN at the time the feature was first introduced.
- isFullContext() - Method in class org.antlr.v4.runtime.atn.EmptyPredictionContext
-
- isGenerateRuleBypassTransitions() - Method in class org.antlr.v4.runtime.atn.ATNDeserializationOptions
-
- isMatchedEOF() - Method in class org.antlr.v4.runtime.Parser
-
- isNil() - Method in class org.antlr.v4.runtime.misc.IntervalSet
-
Returns
true
if this set contains no elements.
- isNil() - Method in interface org.antlr.v4.runtime.misc.IntSet
-
Returns
true
if this set contains no elements.
- isNonGreedyExitState() - Method in class org.antlr.v4.runtime.atn.ATNState
-
- isOptimize() - Method in class org.antlr.v4.runtime.atn.ATNDeserializationOptions
-
- isOptimized() - Method in class org.antlr.v4.runtime.atn.ATNState
-
- isOutermostConfigSet() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- isPositionDependent() - Method in interface org.antlr.v4.runtime.atn.LexerAction
-
Gets whether the lexer action is position-dependent.
- isPositionDependent() - Method in class org.antlr.v4.runtime.atn.LexerChannelAction
-
Gets whether the lexer action is position-dependent.
- isPositionDependent() - Method in class org.antlr.v4.runtime.atn.LexerCustomAction
-
Gets whether the lexer action is position-dependent.
- isPositionDependent() - Method in class org.antlr.v4.runtime.atn.LexerIndexedCustomAction
-
Gets whether the lexer action is position-dependent.
- isPositionDependent() - Method in class org.antlr.v4.runtime.atn.LexerModeAction
-
Gets whether the lexer action is position-dependent.
- isPositionDependent() - Method in class org.antlr.v4.runtime.atn.LexerMoreAction
-
Gets whether the lexer action is position-dependent.
- isPositionDependent() - Method in class org.antlr.v4.runtime.atn.LexerPopModeAction
-
Gets whether the lexer action is position-dependent.
- isPositionDependent() - Method in class org.antlr.v4.runtime.atn.LexerPushModeAction
-
Gets whether the lexer action is position-dependent.
- isPositionDependent() - Method in class org.antlr.v4.runtime.atn.LexerSkipAction
-
Gets whether the lexer action is position-dependent.
- isPositionDependent() - Method in class org.antlr.v4.runtime.atn.LexerTypeAction
-
Gets whether the lexer action is position-dependent.
- isPrecedenceDfa() - Method in class org.antlr.v4.runtime.dfa.DFA
-
Gets whether this DFA is a precedence DFA.
- isPrecedenceFilterSuppressed() - Method in class org.antlr.v4.runtime.atn.ATNConfig
-
- isPrecedenceRule - Variable in class org.antlr.v4.runtime.atn.RuleStartState
-
- isReadOnly() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- isReadOnly() - Method in class org.antlr.v4.runtime.atn.ATNDeserializationOptions
-
- isReadonly() - Method in class org.antlr.v4.runtime.misc.IntervalSet
-
- isTrace() - Method in class org.antlr.v4.runtime.Parser
-
Gets whether a
Parser.TraceListener
is registered as a parse listener
for the parser.
- isVerifyATN() - Method in class org.antlr.v4.runtime.atn.ATNDeserializationOptions
-
- 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
- join(PredictionContext, PredictionContext) - Static method in class org.antlr.v4.runtime.atn.PredictionContext
-
- join(PredictionContext, PredictionContext) - Method in class org.antlr.v4.runtime.atn.PredictionContextCache
-
- join(Iterable<?>, String) - Static method in class org.antlr.v4.runtime.misc.Utils
-
- join(T[], String) - Static method in class org.antlr.v4.runtime.misc.Utils
-
- join(Iterator<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
-
Deprecated.
- 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
-
- 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
-
- 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
-
- leftFactored - Variable in class org.antlr.v4.runtime.atn.RuleStartState
-
- 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(CharStream) - Constructor for class org.antlr.v4.runtime.Lexer
-
- LexerAction - Interface in org.antlr.v4.runtime.atn
-
Represents a single action which can be executed following the successful
match of a lexer rule.
- LexerActionExecutor - Class in org.antlr.v4.runtime.atn
-
Represents an executor for a sequence of lexer actions which traversed during
the matching operation of a lexer rule (token).
- LexerActionExecutor(LexerAction[]) - Constructor for class org.antlr.v4.runtime.atn.LexerActionExecutor
-
Constructs an executor for a sequence of
LexerAction
actions.
- lexerActionFactory(LexerActionType, int, int) - Method in class org.antlr.v4.runtime.atn.ATNDeserializer
-
- lexerActions - Variable in class org.antlr.v4.runtime.atn.ATN
-
For lexer ATNs, this is an array of
LexerAction
objects which may
be referenced by action transitions in the ATN.
- LexerActionType - Enum in org.antlr.v4.runtime.atn
-
Represents the serialization type of a
LexerAction
.
- LexerATNSimulator - Class in org.antlr.v4.runtime.atn
-
"dup" of ParserInterpreter
- LexerATNSimulator(ATN) - Constructor for class org.antlr.v4.runtime.atn.LexerATNSimulator
-
- LexerATNSimulator(Lexer, ATN) - 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
-
- LexerChannelAction - Class in org.antlr.v4.runtime.atn
-
Implements the
channel
lexer action by calling
Lexer.setChannel(int)
with the assigned channel.
- LexerChannelAction(int) - Constructor for class org.antlr.v4.runtime.atn.LexerChannelAction
-
Constructs a new
channel
action with the specified channel value.
- LexerCustomAction - Class in org.antlr.v4.runtime.atn
-
Executes a custom lexer action by calling
Recognizer.action(org.antlr.v4.runtime.RuleContext, int, int)
with the
rule and action indexes assigned to the custom action.
- LexerCustomAction(int, int) - Constructor for class org.antlr.v4.runtime.atn.LexerCustomAction
-
Constructs a custom lexer action with the specified rule and action
indexes.
- LexerDFASerializer - Class in org.antlr.v4.runtime.dfa
-
- LexerDFASerializer(DFA) - Constructor for class org.antlr.v4.runtime.dfa.LexerDFASerializer
-
- LexerIndexedCustomAction - Class in org.antlr.v4.runtime.atn
-
This implementation of
LexerAction
is used for tracking input offsets
for position-dependent actions within a LexerActionExecutor
.
- LexerIndexedCustomAction(int, LexerAction) - Constructor for class org.antlr.v4.runtime.atn.LexerIndexedCustomAction
-
Constructs a new indexed custom action by associating a character offset
with a
LexerAction
.
- LexerInterpreter - Class in org.antlr.v4.runtime
-
- LexerInterpreter(String, Collection<String>, Collection<String>, Collection<String>, ATN, CharStream) - Constructor for class org.antlr.v4.runtime.LexerInterpreter
-
Deprecated.
- LexerInterpreter(String, Vocabulary, Collection<String>, Collection<String>, ATN, CharStream) - Constructor for class org.antlr.v4.runtime.LexerInterpreter
-
Deprecated.
- LexerInterpreter(String, Vocabulary, Collection<String>, Collection<String>, Collection<String>, ATN, CharStream) - Constructor for class org.antlr.v4.runtime.LexerInterpreter
-
- LexerModeAction - Class in org.antlr.v4.runtime.atn
-
Implements the
mode
lexer action by calling Lexer.mode(int)
with
the assigned mode.
- LexerModeAction(int) - Constructor for class org.antlr.v4.runtime.atn.LexerModeAction
-
Constructs a new
mode
action with the specified mode value.
- LexerMoreAction - Class in org.antlr.v4.runtime.atn
-
Implements the
more
lexer action by calling Lexer.more()
.
- LexerNoViableAltException - Exception in org.antlr.v4.runtime
-
- LexerNoViableAltException(Lexer, CharStream, int, ATNConfigSet) - Constructor for exception org.antlr.v4.runtime.LexerNoViableAltException
-
- LexerPopModeAction - Class in org.antlr.v4.runtime.atn
-
Implements the
popMode
lexer action by calling Lexer.popMode()
.
- LexerPushModeAction - Class in org.antlr.v4.runtime.atn
-
Implements the
pushMode
lexer action by calling
Lexer.pushMode(int)
with the assigned mode.
- LexerPushModeAction(int) - Constructor for class org.antlr.v4.runtime.atn.LexerPushModeAction
-
Constructs a new
pushMode
action with the specified mode value.
- LexerSkipAction - Class in org.antlr.v4.runtime.atn
-
Implements the
skip
lexer action by calling Lexer.skip()
.
- LexerTypeAction - Class in org.antlr.v4.runtime.atn
-
Implements the
type
lexer action by calling Lexer.setType(int)
with the assigned type.
- LexerTypeAction(int) - Constructor for class org.antlr.v4.runtime.atn.LexerTypeAction
-
Constructs a new
type
action with the specified token type value.
- 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
-
This is the backing field for
CommonToken.getLine()
and CommonToken.setLine(int)
.
- ListTokenSource - Class in org.antlr.v4.runtime
-
Provides an implementation of
TokenSource
as a wrapper around a list
of Token
objects.
- ListTokenSource(List<? extends Token>) - Constructor for class org.antlr.v4.runtime.ListTokenSource
-
Constructs a new
ListTokenSource
instance from the specified
collection of Token
objects.
- ListTokenSource(List<? extends Token>, String) - Constructor for class org.antlr.v4.runtime.ListTokenSource
-
Constructs a new
ListTokenSource
instance from the specified
collection of Token
objects and source name.
- LL1Analyzer - Class in org.antlr.v4.runtime.atn
-
- LL1Analyzer(ATN) - Constructor for class org.antlr.v4.runtime.atn.LL1Analyzer
-
- LL1Table - Variable in class org.antlr.v4.runtime.atn.ATN
-
- LL_ATNTransitions - Variable in class org.antlr.v4.runtime.atn.DecisionInfo
-
The total number of ATN transitions required during LL prediction for
this decision.
- LL_DFATransitions - Variable in class org.antlr.v4.runtime.atn.DecisionInfo
-
The total number of DFA transitions required during LL prediction for
this decision.
- LL_Fallback - Variable in class org.antlr.v4.runtime.atn.DecisionInfo
-
Gets the total number of times SLL prediction completed in a conflict
state, resulting in fallback to LL prediction.
- LL_MaxLook - Variable in class org.antlr.v4.runtime.atn.DecisionInfo
-
Gets the maximum lookahead required for any single LL prediction to
complete for this decision.
- LL_MaxLookEvent - Variable in class org.antlr.v4.runtime.atn.DecisionInfo
-
Gets the
LookaheadEventInfo
associated with the event where the
DecisionInfo.LL_MaxLook
value was set.
- LL_MinLook - Variable in class org.antlr.v4.runtime.atn.DecisionInfo
-
Gets the minimum lookahead required for any single LL prediction to
complete for this decision.
- LL_TotalLook - Variable in class org.antlr.v4.runtime.atn.DecisionInfo
-
The sum of the lookahead required for LL prediction for this decision.
- load(String, String) - Method in class org.antlr.v4.runtime.ANTLRFileStream
-
Deprecated.
- load(Reader, int, int) - Method in class org.antlr.v4.runtime.ANTLRInputStream
-
Deprecated.
- LOAD_FACTOR - Static variable in class org.antlr.v4.runtime.misc.Array2DHashSet
-
- LOAD_FACTOR - Static variable in class org.antlr.v4.runtime.misc.FlexibleHashMap
-
- LOCAL_CONTEXT - Static variable in class org.antlr.v4.runtime.atn.EmptyPredictionContext
-
- 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, PredictionContext) - 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, PredictionContext) - Method in class org.antlr.v4.runtime.atn.LL1Analyzer
-
Compute set of tokens that can follow
s
in the ATN in the
specified ctx
.
- LookaheadEventInfo - Class in org.antlr.v4.runtime.atn
-
This class represents profiling event information for tracking the lookahead
depth required in order to make a prediction.
- LookaheadEventInfo(int, SimulatorState, int, TokenStream, int, int, boolean) - Constructor for class org.antlr.v4.runtime.atn.LookaheadEventInfo
-
Constructs a new instance of the
LookaheadEventInfo
class with
the specified detailed lookahead information.
- 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
-
Deprecated.
- 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
-
- 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
-
Deprecated.
- makeReadOnly() - Method in class org.antlr.v4.runtime.atn.ATNDeserializationOptions
-
- map(K, V) - Method in class org.antlr.v4.runtime.misc.MultiMap
-
- mark() - Method in class org.antlr.v4.runtime.ANTLRInputStream
-
Deprecated.
mark/release do nothing; we have entire buffer
- mark() - Method in class org.antlr.v4.runtime.BufferedTokenStream
-
- mark() - Method in class org.antlr.v4.runtime.CodePointCharStream
-
mark/release do nothing; we have entire buffer
- mark() - Method in interface org.antlr.v4.runtime.IntStream
-
- 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.
- markExplicitSemanticContext() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- markPrecedenceDecisions(ATN) - Method in class org.antlr.v4.runtime.atn.ATNDeserializer
-
Analyze the
StarLoopEntryState
states in the specified ATN to set
the StarLoopEntryState.precedenceRuleDecision
field to the
correct value.
- 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(ParseTree) - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreePattern
-
Match a specific parse tree against this tree pattern.
- match(ParseTree, String, int) - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
-
Compare
pattern
matched as rule patternRuleIndex
against
tree
and return a ParseTreeMatch
object that contains the
matched elements, or the node at which the match failed.
- match(ParseTree, ParseTreePattern) - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
-
Compare
pattern
matched against tree
and return a
ParseTreeMatch
object that contains the matched elements, or the
node at which the match failed.
- match_calls - Static variable in class org.antlr.v4.runtime.atn.LexerATNSimulator
-
- matchATN(CharStream) - Method in class org.antlr.v4.runtime.atn.LexerATNSimulator
-
- matchedEOF - Variable in class org.antlr.v4.runtime.Parser
-
Indicates parser has match()ed EOF token.
- 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.PrecedencePredicateTransition
-
- 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
-
- matches(ParseTree) - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreePattern
-
Determine whether or not a parse tree matches this tree pattern.
- matches(ParseTree, String, int) - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
-
Does
pattern
matched as rule patternRuleIndex
match tree
?
- matches(ParseTree, ParseTreePattern) - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
-
Does
pattern
matched as rule patternRuleIndex match tree? Pass in a
compiled pattern instead of a string representation of a tree pattern.
- matchImpl(ParseTree, ParseTree, MultiMap<String, ParseTree>) - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
-
- matchWildcard() - Method in class org.antlr.v4.runtime.Parser
-
Match current input symbol as a wildcard.
- 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
-
- maxIndex - Variable in class org.antlr.v4.runtime.dfa.AbstractEdgeMap
-
- maxTokenType - Variable in class org.antlr.v4.runtime.atn.ATN
-
The maximum value for any symbol recognized by a transition in the ATN.
- 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_CHANNEL_VALUE - Static variable in interface org.antlr.v4.runtime.Token
-
This is the minimum constant value which can be assigned to a
user-defined token channel.
- MIN_USER_TOKEN_TYPE - Static variable in interface org.antlr.v4.runtime.Token
-
- minIndex - Variable in class org.antlr.v4.runtime.dfa.AbstractEdgeMap
-
- mode - Variable in class org.antlr.v4.runtime.atn.LexerATNSimulator
-
- mode(int) - Method in class org.antlr.v4.runtime.Lexer
-
- modeNames - Variable in class org.antlr.v4.runtime.LexerInterpreter
-
- modeNames - Static variable in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
- modeNameToStartState - Variable in class org.antlr.v4.runtime.atn.ATN
-
- modeToDFA - 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
-
- 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
-
Deprecated.
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
-
Deprecated.
What is name or source of this char stream?
- name - Variable in class org.antlr.v4.runtime.CodePointCharStream
-
- 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 class org.antlr.v4.runtime.ListTokenSource
-
Return a
Token
object from your input stream (usually a
CharStream
).
- 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, PredictionContext) - 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.
- nextTokensContext - Variable in class org.antlr.v4.runtime.DefaultErrorStrategy
-
This field is used to propagate information about the lookahead following
the previous match.
- nextTokensState - Variable in class org.antlr.v4.runtime.DefaultErrorStrategy
-
- nextTokenWithinRule - Variable in class org.antlr.v4.runtime.atn.ATNState
-
Used to cache lookahead during parsing, not used during construction
- nodeName - Variable in class org.antlr.v4.runtime.tree.xpath.XPathElement
-
- NONE - Static variable in class org.antlr.v4.runtime.atn.SemanticContext
-
The default
SemanticContext
, which is semantically equivalent to
a predicate of the form {true}?
.
- nonGreedy - Variable in class org.antlr.v4.runtime.atn.DecisionState
-
- NOT - Static variable in class org.antlr.v4.runtime.tree.xpath.XPath
-
- NOT_SET - Static variable in class org.antlr.v4.runtime.atn.Transition
-
- notifyErrorListeners(Parser, String, RecognitionException) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
-
- 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(String, Object) - Static method in class org.antlr.v4.runtime.misc.Args
-
- 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(Recognizer<Token, ?>, TokenStream, Token, Token, ATNConfigSet, ParserRuleContext) - Constructor for exception org.antlr.v4.runtime.NoViableAltException
-
- numDecisions - Variable in class org.antlr.v4.runtime.atn.ProfilingATNSimulator
-
- numMarkers - Variable in class org.antlr.v4.runtime.UnbufferedCharStream
-
- numMarkers - Variable in class org.antlr.v4.runtime.UnbufferedTokenStream
-
- 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
-
- opnds - Variable in class org.antlr.v4.runtime.atn.SemanticContext.AND
-
- opnds - Variable in class org.antlr.v4.runtime.atn.SemanticContext.OR
-
- optimize_hidden_conflicted_configs - Variable in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
Deprecated.
This flag is not currently used by the ATN simulator.
- optimize_ll1 - Variable in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- optimize_tail_calls - Variable in class org.antlr.v4.runtime.atn.LexerATNSimulator
-
- optimize_tail_calls - Variable in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- optimize_unique_closure - Variable in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- optimizeConfigs(ATNSimulator) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- optimizedTailCall - Variable in class org.antlr.v4.runtime.atn.RuleTransition
-
- optimizedTransitions - Variable in class org.antlr.v4.runtime.atn.ATNState
-
- 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
-
Return a new
IntSet
object containing all elements that are
present in the current set, the specified set a
, or both.
- OrderedATNConfigSet - Class in org.antlr.v4.runtime.atn
-
- OrderedATNConfigSet() - Constructor for class org.antlr.v4.runtime.atn.OrderedATNConfigSet
-
- OrderedATNConfigSet(ATNConfigSet, boolean) - Constructor for class org.antlr.v4.runtime.atn.OrderedATNConfigSet
-
- 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.pattern - package org.antlr.v4.runtime.tree.pattern
-
- org.antlr.v4.runtime.tree.xpath - package org.antlr.v4.runtime.tree.xpath
-
- outerContext - Variable in class org.antlr.v4.runtime.atn.SimulatorState
-
- outermostPrecedenceReturn() - Method in class org.antlr.v4.runtime.atn.EpsilonTransition
-
- overrideDecision - Variable in class org.antlr.v4.runtime.ParserInterpreter
-
We need a map from (decision,inputIndex)->forced alt for computing ambiguous
parse trees.
- overrideDecisionAlt - Variable in class org.antlr.v4.runtime.ParserInterpreter
-
- overrideDecisionInputIndex - Variable in class org.antlr.v4.runtime.ParserInterpreter
-
- overrideDecisionReached - Variable in class org.antlr.v4.runtime.ParserInterpreter
-
- overrideDecisionRoot - Variable in class org.antlr.v4.runtime.ParserInterpreter
-
What is the current context when we override a decisions? This tells
us what the root of the parse tree is when using override
for an ambiguity/lookahead check.
P
- p - Variable in class org.antlr.v4.runtime.ANTLRInputStream
-
Deprecated.
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
BufferedTokenStream.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.
- 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
-
- parse(int) - Method in class org.antlr.v4.runtime.ParserInterpreter
-
Begin parsing at startRuleIndex
- 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
-
- parseFile(String) - Static method in class org.antlr.v4.runtime.misc.InterpreterDataReader
-
The structure of the data file is very simple.
- ParseInfo - Class in org.antlr.v4.runtime.atn
-
This class provides access to specific and aggregate statistics gathered
during profiling of a parser.
- ParseInfo(ProfilingATNSimulator) - Constructor for class org.antlr.v4.runtime.atn.ParseInfo
-
- 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 - Variable in class org.antlr.v4.runtime.tree.xpath.XPath
-
- 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) - Constructor for class org.antlr.v4.runtime.atn.ParserATNSimulator
-
Testing only!
- ParserATNSimulator(Parser, ATN) - Constructor for class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- ParserErrorListener - Interface in org.antlr.v4.runtime
-
How to emit recognition errors for parsers.
- ParserInterpreter - Class in org.antlr.v4.runtime
-
A parser simulator that mimics what ANTLR's generated
parser code does.
- ParserInterpreter(ParserInterpreter) - Constructor for class org.antlr.v4.runtime.ParserInterpreter
-
A copy constructor that creates a new parser interpreter by reusing
the fields of a previous interpreter.
- ParserInterpreter(String, Collection<String>, Collection<String>, ATN, TokenStream) - Constructor for class org.antlr.v4.runtime.ParserInterpreter
-
Deprecated.
- ParserInterpreter(String, Vocabulary, Collection<String>, ATN, TokenStream) - Constructor for class org.antlr.v4.runtime.ParserInterpreter
-
- 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
-
This interface describes the minimal core of methods triggered
by
ParseTreeWalker
.
- ParseTreeMatch - Class in org.antlr.v4.runtime.tree.pattern
-
Represents the result of matching a
ParseTree
against a tree pattern.
- ParseTreeMatch(ParseTree, ParseTreePattern, MultiMap<String, ParseTree>, ParseTree) - Constructor for class org.antlr.v4.runtime.tree.pattern.ParseTreeMatch
-
Constructs a new instance of
ParseTreeMatch
from the specified
parse tree and pattern.
- ParseTreePattern - Class in org.antlr.v4.runtime.tree.pattern
-
A pattern like
<ID> = <expr>;
converted to a ParseTree
by
ParseTreePatternMatcher.compile(String, int)
.
- ParseTreePattern(ParseTreePatternMatcher, String, int, ParseTree) - Constructor for class org.antlr.v4.runtime.tree.pattern.ParseTreePattern
-
Construct a new instance of the
ParseTreePattern
class.
- ParseTreePatternMatcher - Class in org.antlr.v4.runtime.tree.pattern
-
A tree pattern matching mechanism for ANTLR
ParseTree
s.
- ParseTreePatternMatcher(Lexer, Parser) - Constructor for class org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
-
- ParseTreePatternMatcher.CannotInvokeStartRule - Exception in org.antlr.v4.runtime.tree.pattern
-
- ParseTreePatternMatcher.CannotInvokeStartRule(Throwable) - Constructor for exception org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher.CannotInvokeStartRule
-
- ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern - Exception in org.antlr.v4.runtime.tree.pattern
-
- ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern() - Constructor for exception org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern
-
- 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<Result> - 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
-
- path - Variable in class org.antlr.v4.runtime.tree.xpath.XPath
-
- 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
-
- position() - Method in class org.antlr.v4.runtime.CodePointBuffer
-
- position(int) - Method in class org.antlr.v4.runtime.CodePointBuffer
-
- position - Variable in class org.antlr.v4.runtime.CodePointCharStream
-
- precedence - Variable in class org.antlr.v4.runtime.atn.PrecedencePredicateTransition
-
- precedence - Variable in class org.antlr.v4.runtime.atn.RuleTransition
-
- precedence - Variable in class org.antlr.v4.runtime.atn.SemanticContext.PrecedencePredicate
-
- PRECEDENCE - Static variable in class org.antlr.v4.runtime.atn.Transition
-
- precedenceLoopbackStates - Variable in class org.antlr.v4.runtime.atn.StarLoopEntryState
-
For precedence decisions, this set marks states S which have all
of the following characteristics:
One or more invocation sites of the current rule returns to
S.
The closure from S includes the current decision without
passing through any rule invocations or stepping out of the current
rule.
- PrecedencePredicateTransition - Class in org.antlr.v4.runtime.atn
-
- PrecedencePredicateTransition(ATNState, int) - Constructor for class org.antlr.v4.runtime.atn.PrecedencePredicateTransition
-
- precedenceRuleDecision - Variable in class org.antlr.v4.runtime.atn.StarLoopEntryState
-
Indicates whether this state can benefit from a precedence DFA during SLL
decision making.
- precedenceTransition(ATNConfig, PrecedencePredicateTransition, boolean, boolean) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- precpred(RuleContext, int) - Method in class org.antlr.v4.runtime.Parser
-
- precpred(RuleContext, int) - Method in class org.antlr.v4.runtime.Recognizer
-
- pred - Variable in class org.antlr.v4.runtime.dfa.DFAState.PredPrediction
-
- PREDICATE - Static variable in class org.antlr.v4.runtime.atn.Transition
-
- Predicate<T> - Interface in org.antlr.v4.runtime.misc
-
- predicateDFAState(DFAState, ATNConfigSet, int) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
collect and set D's semantic context
- PredicateEvalInfo - Class in org.antlr.v4.runtime.atn
-
This class represents profiling event information for semantic predicate
evaluations which occur during prediction.
- PredicateEvalInfo(SimulatorState, int, TokenStream, int, int, SemanticContext, boolean, int) - Constructor for class org.antlr.v4.runtime.atn.PredicateEvalInfo
-
Constructs a new instance of the
PredicateEvalInfo
class with the
specified detailed predicate evaluation information.
- predicateEvals - Variable in class org.antlr.v4.runtime.atn.DecisionInfo
-
A collection of
PredicateEvalInfo
instances describing the
results of evaluating individual predicates during prediction for this
decision.
- predicates - Variable in class org.antlr.v4.runtime.dfa.DFAState
-
- 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
-
- predictedAlt - Variable in class org.antlr.v4.runtime.atn.LookaheadEventInfo
-
The alternative chosen by adaptivePredict(), not necessarily
the outermost alt shown for a rule; left-recursive rules have
user-level alts that differ from the rewritten rule with a (...) block
and a (..)* loop.
- predictedAlt - Variable in class org.antlr.v4.runtime.atn.PredicateEvalInfo
-
The alternative number for the decision which is guarded by the semantic
context
PredicateEvalInfo.semctx
.
- PredictionContext - Class in org.antlr.v4.runtime.atn
-
- PredictionContext(int) - Constructor for class org.antlr.v4.runtime.atn.PredictionContext
-
- PredictionContext.IdentityEqualityComparator - Class in org.antlr.v4.runtime.atn
-
- PredictionContext.IdentityHashMap - Class in org.antlr.v4.runtime.atn
-
- PredictionContext.IdentityHashMap() - Constructor for class org.antlr.v4.runtime.atn.PredictionContext.IdentityHashMap
-
- PredictionContextCache - Class in org.antlr.v4.runtime.atn
-
Used to cache
PredictionContext
objects.
- PredictionContextCache() - Constructor for class org.antlr.v4.runtime.atn.PredictionContextCache
-
- PredictionContextCache.IdentityCommutativePredictionContextOperands - Class in org.antlr.v4.runtime.atn
-
- PredictionContextCache.IdentityCommutativePredictionContextOperands(PredictionContext, PredictionContext) - Constructor for class org.antlr.v4.runtime.atn.PredictionContextCache.IdentityCommutativePredictionContextOperands
-
- PredictionContextCache.PredictionContextAndInt - Class in org.antlr.v4.runtime.atn
-
- PredictionContextCache.PredictionContextAndInt(PredictionContext, int) - Constructor for class org.antlr.v4.runtime.atn.PredictionContextCache.PredictionContextAndInt
-
- PredictionMode - Enum in org.antlr.v4.runtime.atn
-
This enumeration defines the prediction modes available in ANTLR 4 along with
utility methods for analyzing configuration sets for conflicts and/or
ambiguities.
- 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) - 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.
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.antlr.v4.runtime.misc.RuleDependencyProcessor
-
- ProfilingATNSimulator - Class in org.antlr.v4.runtime.atn
-
- ProfilingATNSimulator(Parser) - Constructor for class org.antlr.v4.runtime.atn.ProfilingATNSimulator
-
- 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<Symbol> - Class in org.antlr.v4.runtime
-
This implementation of
ANTLRErrorListener
dispatches all calls to a
collection of delegate listeners.
- ProxyErrorListener(Collection<? extends ANTLRErrorListener<? super Symbol>>) - Constructor for class org.antlr.v4.runtime.ProxyErrorListener
-
- ProxyParserErrorListener - Class in org.antlr.v4.runtime
-
- ProxyParserErrorListener(Collection<? extends ANTLRErrorListener<? super Token>>) - Constructor for class org.antlr.v4.runtime.ProxyParserErrorListener
-
- 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
-
Like
Parser.enterRule(org.antlr.v4.runtime.ParserRuleContext, int, int)
but for recursive rules.
- pushRecursionContextStates - Variable in class org.antlr.v4.runtime.ParserInterpreter
-
This identifies StarLoopEntryState's that begin the (...)*
precedence loops of left recursive rules.
- put(int, T) - Method in class org.antlr.v4.runtime.dfa.AbstractEdgeMap
-
- put(int, T) - Method in class org.antlr.v4.runtime.dfa.ArrayEdgeMap
-
- put(int, T) - Method in interface org.antlr.v4.runtime.dfa.EdgeMap
-
- put(int, T) - Method in class org.antlr.v4.runtime.dfa.EmptyEdgeMap
-
- put(int, T) - Method in class org.antlr.v4.runtime.dfa.HashEdgeMap
-
- put(int, T) - Method in class org.antlr.v4.runtime.dfa.SingletonEdgeMap
-
- put(int, T) - Method in class org.antlr.v4.runtime.dfa.SparseEdgeMap
-
Deprecated.
- 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(EdgeMap<? extends T>) - Method in class org.antlr.v4.runtime.dfa.AbstractEdgeMap
-
- putAll(EdgeMap<? extends T>) - Method in class org.antlr.v4.runtime.dfa.ArrayEdgeMap
-
- putAll(EdgeMap<? extends T>) - Method in interface org.antlr.v4.runtime.dfa.EdgeMap
-
- 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
-
- READ_BUFFER_SIZE - Static variable in class org.antlr.v4.runtime.ANTLRInputStream
-
Deprecated.
- readFile(String) - Static method in class org.antlr.v4.runtime.misc.Utils
-
- readFile(String, String) - Static method in class org.antlr.v4.runtime.misc.Utils
-
- 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(Lexer, CharStream) - Constructor for exception org.antlr.v4.runtime.RecognitionException
-
- RecognitionException(Recognizer<Token, ?>, IntStream, ParserRuleContext) - Constructor for exception org.antlr.v4.runtime.RecognitionException
-
- RecognitionException(String, Recognizer<Token, ?>, 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.
- recover(RecognitionException) - Method in class org.antlr.v4.runtime.ParserInterpreter
-
Rely on the error handler for this parser but, if no tokens are consumed
to recover, add an error node.
- 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)
.
- recoverInline() - Method in class org.antlr.v4.runtime.ParserInterpreter
-
- 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
-
Deprecated.
- release(int) - Method in class org.antlr.v4.runtime.BufferedTokenStream
-
- release(int) - Method in class org.antlr.v4.runtime.CodePointCharStream
-
- 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
-
- remaining() - Method in class org.antlr.v4.runtime.CodePointBuffer
-
- remainingOuterContext - Variable in class org.antlr.v4.runtime.atn.SimulatorState
-
- remove(Object) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- remove(int) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- remove(int) - Method in class org.antlr.v4.runtime.dfa.AbstractEdgeMap
-
- remove(int) - Method in class org.antlr.v4.runtime.dfa.ArrayEdgeMap
-
- remove(int) - Method in interface org.antlr.v4.runtime.dfa.EdgeMap
-
- remove(int) - Method in class org.antlr.v4.runtime.dfa.EmptyEdgeMap
-
- remove(int) - Method in class org.antlr.v4.runtime.dfa.HashEdgeMap
-
- remove(int) - Method in class org.antlr.v4.runtime.dfa.SingletonEdgeMap
-
- remove(int) - Method in class org.antlr.v4.runtime.dfa.SparseEdgeMap
-
Deprecated.
- 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
-
Removes the specified value from the current 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
-
- removeAll(List<T>, Predicate<? super T>) - Static method in class org.antlr.v4.runtime.misc.Utils
-
- removeAll(Iterable<T>, Predicate<? super T>) - Static method in class org.antlr.v4.runtime.misc.Utils
-
- removeAllConfigsNotInRuleStopState(ATNConfigSet, PredictionContextCache) - 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
-
- removeEmptyContext() - Method in class org.antlr.v4.runtime.atn.ArrayPredictionContext
-
- removeEmptyContext() - Method in class org.antlr.v4.runtime.atn.EmptyPredictionContext
-
- removeEmptyContext() - Method in class org.antlr.v4.runtime.atn.PredictionContext
-
- removeEmptyContext() - Method in class org.antlr.v4.runtime.atn.SingletonPredictionContext
-
- removeErrorListener(ANTLRErrorListener<? super Symbol>) - 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
-
- removeLastChild() - Method in class org.antlr.v4.runtime.ParserRuleContext
-
Used by enterOuterAlt to toss out a RuleContext previously added as
we entered a rule.
- removeOptimizedTransition(int) - Method in class org.antlr.v4.runtime.atn.ATNState
-
- 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
-
- reportAmbiguities - Variable in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
When
true
, ambiguous alternatives are reported when they are
encountered within ParserATNSimulator.execATN(org.antlr.v4.runtime.dfa.DFA, org.antlr.v4.runtime.TokenStream, int, org.antlr.v4.runtime.atn.SimulatorState)
.
- 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(DFA, DFAState, int, int, boolean, BitSet, ATNConfigSet) - Method in class org.antlr.v4.runtime.atn.ProfilingATNSimulator
-
- 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 interface org.antlr.v4.runtime.ParserErrorListener
-
This method is called by the parser when a full-context prediction
results in an ambiguity.
- reportAmbiguity(Parser, DFA, int, int, boolean, BitSet, ATNConfigSet) - Method in class org.antlr.v4.runtime.ProxyParserErrorListener
-
- reportAttemptingFullContext(DFA, BitSet, SimulatorState, int, int) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- reportAttemptingFullContext(DFA, BitSet, SimulatorState, int, int) - Method in class org.antlr.v4.runtime.atn.ProfilingATNSimulator
-
- reportAttemptingFullContext(Parser, DFA, int, int, BitSet, SimulatorState) - Method in class org.antlr.v4.runtime.BaseErrorListener
-
- reportAttemptingFullContext(Parser, DFA, int, int, BitSet, SimulatorState) - Method in class org.antlr.v4.runtime.DiagnosticErrorListener
-
- reportAttemptingFullContext(Parser, DFA, int, int, BitSet, SimulatorState) - Method in interface org.antlr.v4.runtime.ParserErrorListener
-
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(Parser, DFA, int, int, BitSet, SimulatorState) - Method in class org.antlr.v4.runtime.ProxyParserErrorListener
-
- reportContextSensitivity(DFA, int, SimulatorState, int, int) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- reportContextSensitivity(DFA, int, SimulatorState, int, int) - Method in class org.antlr.v4.runtime.atn.ProfilingATNSimulator
-
- reportContextSensitivity(Parser, DFA, int, int, int, SimulatorState) - Method in class org.antlr.v4.runtime.BaseErrorListener
-
- reportContextSensitivity(Parser, DFA, int, int, int, SimulatorState) - Method in class org.antlr.v4.runtime.DiagnosticErrorListener
-
- reportContextSensitivity(Parser, DFA, int, int, int, SimulatorState) - Method in interface org.antlr.v4.runtime.ParserErrorListener
-
This method is called by the parser when a full-context prediction has a
unique result.
- reportContextSensitivity(Parser, DFA, int, int, int, SimulatorState) - Method in class org.antlr.v4.runtime.ProxyParserErrorListener
-
- 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
-
This is called by
DefaultErrorStrategy.reportError(org.antlr.v4.runtime.Parser, org.antlr.v4.runtime.RecognitionException)
when the exception is a
FailedPredicateException
.
- reportInputMismatch(Parser, InputMismatchException) - Method in class org.antlr.v4.runtime.DefaultErrorStrategy
-
This is called by
DefaultErrorStrategy.reportError(org.antlr.v4.runtime.Parser, org.antlr.v4.runtime.RecognitionException)
when the exception is an
InputMismatchException
.
- 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
-
This is called by
DefaultErrorStrategy.reportError(org.antlr.v4.runtime.Parser, org.antlr.v4.runtime.RecognitionException)
when the exception is a
NoViableAltException
.
- 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.
- 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
-
Deprecated.
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
-
Deprecated.
Use
seek(0)
instead.
- 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
- reset() - Method in class org.antlr.v4.runtime.ParserInterpreter
-
- 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
-
- 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 - Static variable in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
- rootContext - Variable in class org.antlr.v4.runtime.ParserInterpreter
-
- RULE - Static variable in class org.antlr.v4.runtime.atn.Transition
-
- RULE_LF_VARIANT_MARKER - Static variable in class org.antlr.v4.runtime.atn.ATNSimulator
-
- RULE_NOLF_VARIANT_MARKER - Static variable in class org.antlr.v4.runtime.atn.ATNSimulator
-
- RULE_REF - Static variable in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
- RULE_START - Static variable in class org.antlr.v4.runtime.atn.ATNState
-
- RULE_STOP - Static variable in class org.antlr.v4.runtime.atn.ATNState
-
- RULE_VARIANT_DELIMITER - Static variable in class org.antlr.v4.runtime.atn.ATNSimulator
-
- 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
-
- RuleContextWithAltNum - Class in org.antlr.v4.runtime
-
A handy class for use with
options {contextSuperClass=org.antlr.v4.runtime.RuleContextWithAltNum;}
that provides a backing field / impl for the outer alternative number
matched for an internal parse tree node.
- RuleContextWithAltNum() - Constructor for class org.antlr.v4.runtime.RuleContextWithAltNum
-
- RuleContextWithAltNum(ParserRuleContext, int) - Constructor for class org.antlr.v4.runtime.RuleContextWithAltNum
-
- RuleDependencies - Annotation Type in org.antlr.v4.runtime
-
This annotation allows multiple
RuleDependency
annotations to be
applied to a single element.
- RuleDependenciesClassName - Static variable in class org.antlr.v4.runtime.misc.RuleDependencyProcessor
-
- RuleDependency - Annotation Type in org.antlr.v4.runtime
-
Declares a dependency upon a grammar rule, along with a set of zero or more
dependent rules.
- RuleDependencyChecker - Class in org.antlr.v4.runtime.misc
-
- RuleDependencyClassName - Static variable in class org.antlr.v4.runtime.misc.RuleDependencyProcessor
-
- RuleDependencyProcessor - Class in org.antlr.v4.runtime.misc
-
A compile-time validator for rule dependencies.
- RuleDependencyProcessor() - Constructor for class org.antlr.v4.runtime.misc.RuleDependencyProcessor
-
- RuleDependencyProcessor.RuleDependencyProperty - Enum in org.antlr.v4.runtime.misc
-
- 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
-
- ruleIndex - Variable in class org.antlr.v4.runtime.tree.xpath.XPathRuleAnywhereElement
-
- ruleIndex - Variable in class org.antlr.v4.runtime.tree.xpath.XPathRuleElement
-
- ruleNames - Variable in class org.antlr.v4.runtime.LexerInterpreter
-
- ruleNames - Variable in class org.antlr.v4.runtime.ParserInterpreter
-
- ruleNames - Static variable in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
- 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
-
- RuleTagToken - Class in org.antlr.v4.runtime.tree.pattern
-
A
Token
object representing an entire subtree matched by a parser
rule; e.g., <expr>
.
- RuleTagToken(String, int) - Constructor for class org.antlr.v4.runtime.tree.pattern.RuleTagToken
-
Constructs a new instance of
RuleTagToken
with the specified rule
name and bypass token type and no label.
- RuleTagToken(String, int, String) - Constructor for class org.antlr.v4.runtime.tree.pattern.RuleTagToken
-
Constructs a new instance of
RuleTagToken
with the specified rule
name, bypass token type, and label.
- 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, PredictionContextCache) - 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
-
Deprecated.
- RuleTransition(RuleStartState, int, int, ATNState) - Constructor for class org.antlr.v4.runtime.atn.RuleTransition
-
- RuleVersion - Annotation Type in org.antlr.v4.runtime
-
- RuleVersionClassName - Static variable in class org.antlr.v4.runtime.misc.RuleDependencyProcessor
-
S
- s0 - Variable in class org.antlr.v4.runtime.atn.SimulatorState
-
- s0 - Variable in class org.antlr.v4.runtime.dfa.DFA
-
This is the start state for SLL prediction.
- s0full - Variable in class org.antlr.v4.runtime.dfa.DFA
-
This is the start state for full context prediction.
- save(String) - Method in class org.antlr.v4.runtime.misc.LogManager
-
- save() - Method in class org.antlr.v4.runtime.misc.LogManager
-
- seek(int) - Method in class org.antlr.v4.runtime.ANTLRInputStream
-
Deprecated.
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 class org.antlr.v4.runtime.CodePointCharStream
-
- 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 - 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
-
A semantic context which is true whenever none of the contained contexts
is false.
- SemanticContext.AND(SemanticContext, SemanticContext) - Constructor for class org.antlr.v4.runtime.atn.SemanticContext.AND
-
- SemanticContext.Operator - Class in org.antlr.v4.runtime.atn
-
This is the base class for semantic context "operators", which operate on
a collection of semantic context "operands".
- SemanticContext.Operator() - Constructor for class org.antlr.v4.runtime.atn.SemanticContext.Operator
-
- SemanticContext.OR - Class in org.antlr.v4.runtime.atn
-
A semantic context which is true whenever at least one of the contained
contexts is true.
- SemanticContext.OR(SemanticContext, SemanticContext) - Constructor for class org.antlr.v4.runtime.atn.SemanticContext.OR
-
- SemanticContext.PrecedencePredicate - Class in org.antlr.v4.runtime.atn
-
- SemanticContext.PrecedencePredicate() - Constructor for class org.antlr.v4.runtime.atn.SemanticContext.PrecedencePredicate
-
- SemanticContext.PrecedencePredicate(int) - Constructor for class org.antlr.v4.runtime.atn.SemanticContext.PrecedencePredicate
-
- 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
-
- semctx - Variable in class org.antlr.v4.runtime.atn.PredicateEvalInfo
-
The semantic context which was evaluated.
- sempred(RuleContext, int, int) - Method in class org.antlr.v4.runtime.Recognizer
-
- sempred(RuleContext, int, int) - Method in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
- 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
-
- serialize() - Method in class org.antlr.v4.runtime.atn.ATNSerializer
-
Serialize state descriptors, edge descriptors, and decision→state map
into list of ints:
grammar-type, (ANTLRParser.LEXER, ...)
max token type,
num states,
state-0-type ruleIndex, state-1-type ruleIndex, ...
- SERIALIZED_UUID - Static variable in class org.antlr.v4.runtime.atn.ATNDeserializer
-
This is the current serialized UUID.
- SERIALIZED_UUID - Static variable in class org.antlr.v4.runtime.atn.ATNSimulator
-
Deprecated.
Use
ATNDeserializer.checkCondition(boolean)
instead.
- SERIALIZED_VERSION - Static variable in class org.antlr.v4.runtime.atn.ATNDeserializer
-
- SERIALIZED_VERSION - Static variable in class org.antlr.v4.runtime.atn.ATNSimulator
-
Deprecated.
Use
ATNDeserializer.SERIALIZED_VERSION
instead.
- 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.
- setAcceptState(AcceptStateInfo) - Method in class org.antlr.v4.runtime.dfa.DFAState
-
- setAltNumber(int) - Method in class org.antlr.v4.runtime.RuleContext
-
Set the outer alternative number for this context node.
- setAltNumber(int) - Method in class org.antlr.v4.runtime.RuleContextWithAltNum
-
- 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
-
- setConflictInfo(ConflictInfo) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- setContext(PredictionContext) - Method in class org.antlr.v4.runtime.atn.ATNConfig
-
- setContext(ParserRuleContext) - Method in class org.antlr.v4.runtime.Parser
-
- setContextSensitive(ATN) - Method in class org.antlr.v4.runtime.dfa.DFAState
-
- setContextSymbol(int) - Method in class org.antlr.v4.runtime.dfa.DFAState
-
- setContextTarget(int, DFAState) - Method in class org.antlr.v4.runtime.dfa.DFAState
-
- setDelimiters(String, String, String) - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
-
Set the delimiters used for marking rule and token tags within concrete
syntax used by the tree pattern parser.
- setErrorHandler(ANTLRErrorStrategy) - Method in class org.antlr.v4.runtime.Parser
-
- setGenerateRuleBypassTransitions(boolean) - Method in class org.antlr.v4.runtime.atn.ATNDeserializationOptions
-
- setHasUnicodeSMPTransitions(boolean) - Method in class org.antlr.v4.runtime.atn.ATN
-
- setInputStream(CharStream) - Method in class org.antlr.v4.runtime.Lexer
-
Set the char stream and reset the lexer
- setInputStream(TokenStream) - Method in class org.antlr.v4.runtime.Parser
-
Set the token stream and reset the parser.
- setInterpreter(ATNInterpreter) - Method in class org.antlr.v4.runtime.Recognizer
-
Set the ATN interpreter used by the recognizer for prediction.
- 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(Recognizer<Symbol, ?>, Symbol) - Method in exception org.antlr.v4.runtime.RecognitionException
-
- setOptimize(boolean) - Method in class org.antlr.v4.runtime.atn.ATNDeserializationOptions
-
- setOptimizedTransition(int, Transition) - Method in class org.antlr.v4.runtime.atn.ATNState
-
- setOuterContextDepth(int) - Method in class org.antlr.v4.runtime.atn.ATNConfig
-
- setOutermostConfigSet(boolean) - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- setParent(RuleContext) - Method in class org.antlr.v4.runtime.RuleContext
-
- setParent(RuleContext) - Method in class org.antlr.v4.runtime.tree.TerminalNodeImpl
-
- setPrecedenceDfa(boolean) - Method in class org.antlr.v4.runtime.dfa.DFA
-
Deprecated.
This method no longer performs any action.
- setPrecedenceFilterSuppressed(boolean) - Method in class org.antlr.v4.runtime.atn.ATNConfig
-
- setPrecedenceStartState(int, boolean, DFAState) - Method in class org.antlr.v4.runtime.dfa.DFA
-
Set the start state for a specific precedence value.
- setPredictionMode(PredictionMode) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- setProfile(boolean) - Method in class org.antlr.v4.runtime.Parser
-
- setReadonly(boolean) - Method in class org.antlr.v4.runtime.misc.IntervalSet
-
- setRuleIndex(int) - Method in class org.antlr.v4.runtime.atn.ATNState
-
- 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
-
- setTarget(int, DFAState) - Method in class org.antlr.v4.runtime.dfa.DFAState
-
- setText(String) - Method in class org.antlr.v4.runtime.CommonToken
-
Explicitly set 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
-
- 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.ListTokenSource
-
Set the
TokenFactory
this token source should use for creating
Token
objects from the input.
- setTokenFactory(TokenFactory) - Method in interface org.antlr.v4.runtime.TokenSource
-
Set the
TokenFactory
this token source should use for creating
Token
objects from the input.
- 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.
- 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
-
- 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
-
- setVerifyATN(boolean) - Method in class org.antlr.v4.runtime.atn.ATNDeserializationOptions
-
- shouldVisitNextChild(RuleNode, Result) - 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)
.
- SimulatorState - Class in org.antlr.v4.runtime.atn
-
- SimulatorState(ParserRuleContext, DFAState, boolean, ParserRuleContext) - Constructor for class org.antlr.v4.runtime.atn.SimulatorState
-
- 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.
- SingletonEdgeMap<T> - Class in org.antlr.v4.runtime.dfa
-
- SingletonEdgeMap(int, int, int, T) - Constructor for class org.antlr.v4.runtime.dfa.SingletonEdgeMap
-
- SingletonPredictionContext - Class in org.antlr.v4.runtime.atn
-
- size() - Method in class org.antlr.v4.runtime.ANTLRInputStream
-
Deprecated.
- 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.SingletonPredictionContext
-
- size() - Method in class org.antlr.v4.runtime.BufferedTokenStream
-
- size - Variable in class org.antlr.v4.runtime.CodePointCharStream
-
- size() - Method in class org.antlr.v4.runtime.CodePointCharStream
-
- size() - Method in class org.antlr.v4.runtime.dfa.AbstractEdgeMap.AbstractEntrySet
-
- size() - Method in class org.antlr.v4.runtime.dfa.ArrayEdgeMap
-
- size() - Method in interface org.antlr.v4.runtime.dfa.EdgeMap
-
- size() - Method in class org.antlr.v4.runtime.dfa.EmptyEdgeMap
-
- size() - Method in class org.antlr.v4.runtime.dfa.HashEdgeMap
-
- size() - Method in class org.antlr.v4.runtime.dfa.SingletonEdgeMap
-
- size() - Method in class org.antlr.v4.runtime.dfa.SparseEdgeMap
-
Deprecated.
- 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 total number of elements represented by the current set.
- 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.
- skipTailCalls(ParserRuleContext) - Method in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- sll - Variable in class org.antlr.v4.runtime.atn.DecisionState
-
- SLL_ATNTransitions - Variable in class org.antlr.v4.runtime.atn.DecisionInfo
-
The total number of ATN transitions required during SLL prediction for
this decision.
- SLL_DFATransitions - Variable in class org.antlr.v4.runtime.atn.DecisionInfo
-
The total number of DFA transitions required during SLL prediction for
this decision.
- SLL_MaxLook - Variable in class org.antlr.v4.runtime.atn.DecisionInfo
-
Gets the maximum lookahead required for any single SLL prediction to
complete for this decision, by reaching a unique prediction, reaching an
SLL conflict state, or encountering a syntax error.
- SLL_MaxLookEvent - Variable in class org.antlr.v4.runtime.atn.DecisionInfo
-
Gets the
LookaheadEventInfo
associated with the event where the
DecisionInfo.SLL_MaxLook
value was set.
- SLL_MinLook - Variable in class org.antlr.v4.runtime.atn.DecisionInfo
-
Gets the minimum lookahead required for any single SLL prediction to
complete for this decision, by reaching a unique prediction, reaching an
SLL conflict state, or encountering a syntax error.
- SLL_TotalLook - Variable in class org.antlr.v4.runtime.atn.DecisionInfo
-
The sum of the lookahead required for SLL prediction for this decision.
- sort() - Method in class org.antlr.v4.runtime.misc.IntegerList
-
- source - Variable in class org.antlr.v4.runtime.CommonToken
-
This is the backing field for
CommonToken.getTokenSource()
and
CommonToken.getInputStream()
.
- SparseEdgeMap<T> - Class in org.antlr.v4.runtime.dfa
-
Deprecated.
Use
HashEdgeMap
instead.
- SparseEdgeMap(int, int) - Constructor for class org.antlr.v4.runtime.dfa.SparseEdgeMap
-
Deprecated.
- SparseEdgeMap(int, int, int) - Constructor for class org.antlr.v4.runtime.dfa.SparseEdgeMap
-
Deprecated.
- split(String) - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
-
Split
<ID> = <e:expr> ;
into 4 chunks for tokenizing by ParseTreePatternMatcher.tokenize(java.lang.String)
.
- split(String) - Method in class org.antlr.v4.runtime.tree.xpath.XPath
-
- 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
-
This is the backing field for
CommonToken.getStartIndex()
and
CommonToken.setStartIndex(int)
.
- 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.
- start - Variable in class org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
-
- startIndex - Variable in class org.antlr.v4.runtime.atn.DecisionEventInfo
-
The token index in the input stream at which the current prediction was
originally invoked.
- startIndex - Variable in class org.antlr.v4.runtime.atn.LexerATNSimulator
-
The current token's starting index into the character stream.
- 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.DecisionEventInfo
-
The simulator state containing additional information relevant to the
prediction state when the current event occurred, or
null
if no
additional information is relevant or available.
- stateFactory(int, int) - Method in class org.antlr.v4.runtime.atn.ATNDeserializer
-
- stateFactory(int, int) - Static method in class org.antlr.v4.runtime.atn.ATNSimulator
-
Deprecated.
Use
ATNDeserializer.stateFactory(int, int)
instead.
- 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
-
This is the backing field for
CommonToken.getStopIndex()
and
CommonToken.setStopIndex(int)
.
- 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.
- stop - Variable in class org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
-
- stopIndex - Variable in class org.antlr.v4.runtime.atn.DecisionEventInfo
-
The token index in the input stream at which the current event occurred.
- stopState - Variable in class org.antlr.v4.runtime.atn.RuleStartState
-
- STRING - Static variable in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
- stripChildrenOutOfRange(ParserRuleContext, ParserRuleContext, int, int) - Static method in class org.antlr.v4.runtime.tree.Trees
-
Replace any subtree siblings of root that are completely to left
or right of lookahead range with a CommonToken(Token.INVALID_TYPE,"...")
node.
- subtract(IntSet) - Method in class org.antlr.v4.runtime.misc.IntervalSet
-
- subtract(IntervalSet, IntervalSet) - Static method in class org.antlr.v4.runtime.misc.IntervalSet
-
Compute the set difference between two interval sets.
- subtract(IntSet) - Method in interface org.antlr.v4.runtime.misc.IntSet
-
Return a new
IntSet
object containing all elements that are
present in the current set but not present in the input set a
.
- succeeded() - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreeMatch
-
Gets a value indicating whether the match operation succeeded.
- supportsUnicodeCodePoints() - Method in class org.antlr.v4.runtime.ANTLRInputStream
-
Deprecated.
Determines if the current stream supports Unicode code points.
- supportsUnicodeCodePoints() - Method in class org.antlr.v4.runtime.CodePointCharStream
-
- supportsUnicodeCodePoints() - Method in class org.antlr.v4.runtime.UnbufferedCharStream
-
Determines if the current stream supports Unicode code points.
- supportsUnicodeCodePoints() - Method in interface org.antlr.v4.runtime.UnicodeCharStream
-
Determines if the current stream supports Unicode code points.
- 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<T, ?>, T, int, int, String, RecognitionException) - Method in interface org.antlr.v4.runtime.ANTLRErrorListener
-
Upon syntax error, notify any interested parties.
- syntaxError(Recognizer<T, ?>, T, int, int, String, RecognitionException) - Method in class org.antlr.v4.runtime.BaseErrorListener
-
- syntaxError(Recognizer<T, ?>, T, int, int, String, RecognitionException) - Method in class org.antlr.v4.runtime.ConsoleErrorListener
-
Upon syntax error, notify any interested parties.
- syntaxError(Recognizer<T, ?>, T, int, int, String, RecognitionException) - Method in class org.antlr.v4.runtime.ProxyErrorListener
-
- syntaxError(Recognizer<T, ?>, T, int, int, String, RecognitionException) - Method in class org.antlr.v4.runtime.tree.xpath.XPathLexerErrorListener
-
- 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.
T
- tail_call_preserves_sll - Variable in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- tailCall - Variable in class org.antlr.v4.runtime.atn.RuleTransition
-
- 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
-
Deprecated.
- TestRig() - Constructor for class org.antlr.v4.runtime.misc.TestRig
-
Deprecated.
- text - Variable in class org.antlr.v4.runtime.CommonToken
-
This is the backing field for
CommonToken.getText()
when the token text is
explicitly set in the constructor or via CommonToken.setText(java.lang.String)
.
- text - Variable in class org.antlr.v4.runtime.TokenStreamRewriter.RewriteOperation
-
- threshold - Variable in class org.antlr.v4.runtime.misc.Array2DHashSet
-
- threshold - Variable in class org.antlr.v4.runtime.misc.FlexibleHashMap
-
- throwIfReadOnly() - Method in class org.antlr.v4.runtime.atn.ATNDeserializationOptions
-
- timeInPrediction - Variable in class org.antlr.v4.runtime.atn.DecisionInfo
-
The total time spent in
ParserATNSimulator.adaptivePredict(org.antlr.v4.runtime.TokenStream, int, org.antlr.v4.runtime.ParserRuleContext)
for
this decision, in nanoseconds.
- 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
-
- toCharArray(IntegerList) - Static method in class org.antlr.v4.runtime.misc.Utils
-
Convert the list to a UTF-16 encoded char array.
- toDotString() - Method in class org.antlr.v4.runtime.atn.ATNConfig
-
Returns a graphical representation of the current
ATNConfig
in
Graphviz format.
- 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.ATNDeserializer
-
- toInt(char) - Static method in class org.antlr.v4.runtime.atn.ATNSimulator
-
Deprecated.
Use
ATNDeserializer.toInt(char)
instead.
- toInt32(char[], int) - Static method in class org.antlr.v4.runtime.atn.ATNDeserializer
-
- toInt32(char[], int) - Static method in class org.antlr.v4.runtime.atn.ATNSimulator
-
Deprecated.
Use
ATNDeserializer.toInt32(char[], int)
instead.
- 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_REF - Static variable in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
- TOKEN_START - Static variable in class org.antlr.v4.runtime.atn.ATNState
-
- TokenFactory - Interface in org.antlr.v4.runtime
-
The default mechanism for creating tokens.
- tokenize(String) - Method in class org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
-
- tokenNames - Variable in class org.antlr.v4.runtime.LexerInterpreter
-
Deprecated.
- tokenNames - Variable in class org.antlr.v4.runtime.ParserInterpreter
-
Deprecated.
- tokenNames - Static variable in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
Deprecated.
Use
XPathLexer.VOCABULARY
instead.
- tokens - Variable in class org.antlr.v4.runtime.BufferedTokenStream
-
A collection of all tokens fetched from the token source.
- tokens - Variable in class org.antlr.v4.runtime.ListTokenSource
-
The wrapped collection of
Token
objects to return.
- tokens - Variable in class org.antlr.v4.runtime.TokenStreamRewriter.RewriteOperation
-
- 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
-
The
TokenSource
from which tokens for this stream are fetched.
- TokenSource - Interface in org.antlr.v4.runtime
-
A source of tokens must provide a sequence of tokens via
TokenSource.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
-
- 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(TokenStream, int) - Constructor for class org.antlr.v4.runtime.TokenStreamRewriter.RewriteOperation
-
- TokenStreamRewriter.RewriteOperation(TokenStream, int, Object) - Constructor for class org.antlr.v4.runtime.TokenStreamRewriter.RewriteOperation
-
- TokenTagToken - Class in org.antlr.v4.runtime.tree.pattern
-
A
Token
object representing a token of a particular type; e.g.,
<ID>
.
- TokenTagToken(String, int) - Constructor for class org.antlr.v4.runtime.tree.pattern.TokenTagToken
-
Constructs a new instance of
TokenTagToken
for an unlabeled tag
with the specified token name and type.
- TokenTagToken(String, int, String) - Constructor for class org.antlr.v4.runtime.tree.pattern.TokenTagToken
-
Constructs a new instance of
TokenTagToken
with the specified
token name, type, and label.
- tokenType - Variable in class org.antlr.v4.runtime.tree.xpath.XPathTokenAnywhereElement
-
- tokenType - Variable in class org.antlr.v4.runtime.tree.xpath.XPathTokenElement
-
- 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
-
Return a list containing the elements represented by the current set.
- toLong(char[], int) - Static method in class org.antlr.v4.runtime.atn.ATNDeserializer
-
- toLong(char[], int) - Static method in class org.antlr.v4.runtime.atn.ATNSimulator
-
Deprecated.
Use
ATNDeserializer.toLong(char[], int)
instead.
- toMap() - Method in class org.antlr.v4.runtime.dfa.ArrayEdgeMap
-
- toMap() - Method in interface org.antlr.v4.runtime.dfa.EdgeMap
-
- toMap() - Method in class org.antlr.v4.runtime.dfa.EmptyEdgeMap
-
- toMap() - Method in class org.antlr.v4.runtime.dfa.HashEdgeMap
-
- toMap() - Method in class org.antlr.v4.runtime.dfa.SingletonEdgeMap
-
- toMap() - Method in class org.antlr.v4.runtime.dfa.SparseEdgeMap
-
Deprecated.
- toMap(String[]) - Static method in class org.antlr.v4.runtime.misc.Utils
-
Convert array of strings to string→index map.
- toSet() - Method in class org.antlr.v4.runtime.misc.IntervalSet
-
- toSet(BitSet) - Static method in class org.antlr.v4.runtime.misc.Utils
-
- toString() - Method in class org.antlr.v4.runtime.ANTLRInputStream
-
Deprecated.
- toString() - Method in class org.antlr.v4.runtime.atn.ActionTransition
-
- toString() - Method in class org.antlr.v4.runtime.atn.ATNConfig
-
- toString(Recognizer<?, ?>, boolean) - Method in class org.antlr.v4.runtime.atn.ATNConfig
-
- toString(Recognizer<?, ?>, boolean, boolean) - Method in class org.antlr.v4.runtime.atn.ATNConfig
-
- toString() - Method in class org.antlr.v4.runtime.atn.ATNConfigSet
-
- toString(boolean) - 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.DecisionInfo
-
- toString() - Method in class org.antlr.v4.runtime.atn.EpsilonTransition
-
- toString() - Method in class org.antlr.v4.runtime.atn.LexerChannelAction
-
- toString() - Method in class org.antlr.v4.runtime.atn.LexerModeAction
-
- toString() - Method in class org.antlr.v4.runtime.atn.LexerMoreAction
-
- toString() - Method in class org.antlr.v4.runtime.atn.LexerPopModeAction
-
- toString() - Method in class org.antlr.v4.runtime.atn.LexerPushModeAction
-
- toString() - Method in class org.antlr.v4.runtime.atn.LexerSkipAction
-
- toString() - Method in class org.antlr.v4.runtime.atn.LexerTypeAction
-
- toString() - Method in class org.antlr.v4.runtime.atn.NotSetTransition
-
- toString() - Method in class org.antlr.v4.runtime.atn.PrecedencePredicateTransition
-
- toString() - Method in class org.antlr.v4.runtime.atn.PredicateTransition
-
- 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.PrecedencePredicate
-
- 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.WildcardTransition
-
- toString() - Method in class org.antlr.v4.runtime.CodePointCharStream
-
- toString() - Method in class org.antlr.v4.runtime.CommonToken
-
- toString(Recognizer<?, ?>) - 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
-
Deprecated.
Use
DFA.toString(Vocabulary)
instead.
- toString(Vocabulary) - Method in class org.antlr.v4.runtime.dfa.DFA
-
- toString(String[], String[]) - Method in class org.antlr.v4.runtime.dfa.DFA
-
Deprecated.
Use
DFA.toString(Vocabulary, String[])
instead.
- toString(Vocabulary, 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
-
Deprecated.
Use
IntervalSet.toString(Vocabulary)
instead.
- toString(Vocabulary) - 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.misc.Tuple2
-
- toString() - Method in class org.antlr.v4.runtime.misc.Tuple3
-
- 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.pattern.ParseTreeMatch
- toString() - Method in class org.antlr.v4.runtime.tree.pattern.RuleTagToken
- toString() - Method in class org.antlr.v4.runtime.tree.pattern.TokenTagToken
- toString() - Method in class org.antlr.v4.runtime.tree.TerminalNodeImpl
-
- toString() - Method in class org.antlr.v4.runtime.tree.xpath.XPathElement
-
- toStrings(Recognizer<?, ?>, int) - Method in class org.antlr.v4.runtime.atn.EmptyPredictionContext
-
- toStrings(Recognizer<?, ?>, PredictionContext, int) - Method in class org.antlr.v4.runtime.atn.EmptyPredictionContext
-
- 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.ATNDeserializer
-
- toUUID(char[], int) - Static method in class org.antlr.v4.runtime.atn.ATNSimulator
-
Deprecated.
Use
ATNDeserializer.toUUID(char[], int)
instead.
- transform(ATNState, boolean) - Method in class org.antlr.v4.runtime.atn.ATNConfig
-
- transform(ATNState, SemanticContext, boolean) - Method in class org.antlr.v4.runtime.atn.ATNConfig
-
- transform(ATNState, PredictionContext, boolean) - Method in class org.antlr.v4.runtime.atn.ATNConfig
-
- transform(ATNState, LexerActionExecutor, boolean) - Method in class org.antlr.v4.runtime.atn.ATNConfig
-
- 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.
- treat_sllk1_conflict_as_ambiguity - Variable in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
- Tree - Interface in org.antlr.v4.runtime.tree
-
The basic notion of a tree has a parent, a payload, and a list of children.
- Trees - Class in org.antlr.v4.runtime.tree
-
A set of utility routines useful for all kinds of ANTLR trees.
- 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
-
- Tuple - Class in org.antlr.v4.runtime.misc
-
- Tuple2<T1,T2> - Class in org.antlr.v4.runtime.misc
-
- Tuple2(T1, T2) - Constructor for class org.antlr.v4.runtime.misc.Tuple2
-
- Tuple3<T1,T2,T3> - Class in org.antlr.v4.runtime.misc
-
- Tuple3(T1, T2, T3) - Constructor for class org.antlr.v4.runtime.misc.Tuple3
-
- type - Variable in class org.antlr.v4.runtime.CommonToken
-
This is the backing field for
CommonToken.getType()
and CommonToken.setType(int)
.
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 - 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
-
- UNCACHED - Static variable in class org.antlr.v4.runtime.atn.PredictionContextCache
-
- UnicodeCharStream - Interface in org.antlr.v4.runtime
-
- union(Interval) - Method in class org.antlr.v4.runtime.misc.Interval
-
Return the interval computed from combining this and other
- 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
.
- useContext - Variable in class org.antlr.v4.runtime.atn.SimulatorState
-
- userWantsCtxSensitive - Variable in class org.antlr.v4.runtime.atn.ParserATNSimulator
-
By default we do full context-sensitive LL(*) parsing not
Strong LL(*) parsing.
- Utils - Class in org.antlr.v4.runtime.misc
-
- Utils() - Constructor for class org.antlr.v4.runtime.misc.Utils
-
V
- validateInputStream(ATN, CharStream) - Method in class org.antlr.v4.runtime.Lexer
-
- 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.LexerActionType
-
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.
- valueOf(String) - Static method in enum org.antlr.v4.runtime.CharStreams
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.antlr.v4.runtime.CodePointBuffer.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.antlr.v4.runtime.Dependents
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.antlr.v4.runtime.misc.RuleDependencyProcessor.RuleDependencyProperty
-
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.LexerActionType
-
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() - Static method in enum org.antlr.v4.runtime.CharStreams
-
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.CodePointBuffer.Type
-
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.Dependents
-
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
-
- values() - Static method in enum org.antlr.v4.runtime.misc.RuleDependencyProcessor.RuleDependencyProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verifyATN(ATN) - Method in class org.antlr.v4.runtime.atn.ATNDeserializer
-
- 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.
- visitDecisionState(DecisionState) - Method in class org.antlr.v4.runtime.ParserInterpreter
-
Method visitDecisionState() is called when the interpreter reaches
a decision state (instance of DecisionState).
- 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.
- visitRuleStopState(ATNState) - Method in class org.antlr.v4.runtime.ParserInterpreter
-
- visitState(ATNState) - Method in class org.antlr.v4.runtime.ParserInterpreter
-
- 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.
- VOCABULARY - Static variable in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
- Vocabulary - Interface in org.antlr.v4.runtime
-
This interface provides information about the vocabulary used by a
recognizer.
- VocabularyImpl - Class in org.antlr.v4.runtime
-
This class provides a default implementation of the
Vocabulary
interface.
- VocabularyImpl(String[], String[]) - Constructor for class org.antlr.v4.runtime.VocabularyImpl
-
Constructs a new instance of
VocabularyImpl
from the specified
literal and symbolic token names.
- VocabularyImpl(String[], String[], String[]) - Constructor for class org.antlr.v4.runtime.VocabularyImpl
-
Constructs a new instance of
VocabularyImpl
from the specified
literal, symbolic, and display token names.
W
- walk(ParseTreeListener, ParseTree) - Method in class org.antlr.v4.runtime.tree.ParseTreeWalker
-
- WILDCARD - Static variable in class org.antlr.v4.runtime.atn.Transition
-
- WILDCARD - Static variable in class org.antlr.v4.runtime.tree.xpath.XPath
-
- WILDCARD - Static variable in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
- WildcardTransition - Class in org.antlr.v4.runtime.atn
-
- WildcardTransition(ATNState) - Constructor for class org.antlr.v4.runtime.atn.WildcardTransition
-
- withBytes(ByteBuffer) - Static method in class org.antlr.v4.runtime.CodePointBuffer
-
- withChars(CharBuffer) - Static method in class org.antlr.v4.runtime.CodePointBuffer
-
- withInts(IntBuffer) - Static method in class org.antlr.v4.runtime.CodePointBuffer
-
- WritableToken - Interface in org.antlr.v4.runtime
-
- writeFile(File, byte[]) - Static method in class org.antlr.v4.runtime.misc.Utils
-
- writeFile(String, String) - Static method in class org.antlr.v4.runtime.misc.Utils
-
- writeFile(String, String, String) - Static method in class org.antlr.v4.runtime.misc.Utils
-
X
- XPath - Class in org.antlr.v4.runtime.tree.xpath
-
Represent a subset of XPath XML path syntax for use in identifying nodes in
parse trees.
- XPath(Parser, String) - Constructor for class org.antlr.v4.runtime.tree.xpath.XPath
-
- XPathElement - Class in org.antlr.v4.runtime.tree.xpath
-
- XPathElement(String) - Constructor for class org.antlr.v4.runtime.tree.xpath.XPathElement
-
Construct element like
/ID
or ID
or /*
etc...
- XPathLexer - Class in org.antlr.v4.runtime.tree.xpath
-
- XPathLexer(CharStream) - Constructor for class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
- XPathLexerErrorListener - Class in org.antlr.v4.runtime.tree.xpath
-
- XPathLexerErrorListener() - Constructor for class org.antlr.v4.runtime.tree.xpath.XPathLexerErrorListener
-
- XPathRuleAnywhereElement - Class in org.antlr.v4.runtime.tree.xpath
-
Either
ID
at start of path or ...//ID
in middle of path.
- XPathRuleAnywhereElement(String, int) - Constructor for class org.antlr.v4.runtime.tree.xpath.XPathRuleAnywhereElement
-
- XPathRuleElement - Class in org.antlr.v4.runtime.tree.xpath
-
- XPathRuleElement(String, int) - Constructor for class org.antlr.v4.runtime.tree.xpath.XPathRuleElement
-
- XPathTokenAnywhereElement - Class in org.antlr.v4.runtime.tree.xpath
-
- XPathTokenAnywhereElement(String, int) - Constructor for class org.antlr.v4.runtime.tree.xpath.XPathTokenAnywhereElement
-
- XPathTokenElement - Class in org.antlr.v4.runtime.tree.xpath
-
- XPathTokenElement(String, int) - Constructor for class org.antlr.v4.runtime.tree.xpath.XPathTokenElement
-
- XPathWildcardAnywhereElement - Class in org.antlr.v4.runtime.tree.xpath
-
- XPathWildcardAnywhereElement() - Constructor for class org.antlr.v4.runtime.tree.xpath.XPathWildcardAnywhereElement
-
- XPathWildcardElement - Class in org.antlr.v4.runtime.tree.xpath
-
- XPathWildcardElement() - Constructor for class org.antlr.v4.runtime.tree.xpath.XPathWildcardElement
-
_
- _ATN - Static variable in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
- _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
- _findAllNodes(ParseTree, int, boolean, List<? super ParseTree>) - Static method in class org.antlr.v4.runtime.tree.Trees
-
- _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.ProfilingATNSimulator
-
- _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
-
- _llStopIndex - Variable in class org.antlr.v4.runtime.atn.ProfilingATNSimulator
-
- _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
-
- _parentContextStack - Variable in class org.antlr.v4.runtime.ParserInterpreter
-
This stack corresponds to the _parentctx, _parentState pair of locals
that would exist on call stack frames with a recursive descent parser;
in the generated function for a left-recursive rule you'd see:
private EContext e(int _p) throws RecognitionException {
ParserRuleContext _parentctx = _ctx; // Pair.a
int _parentState = getState(); // Pair.b
...
- _parseListeners - Variable in class org.antlr.v4.runtime.Parser
-
The list of
ParseTreeListener
listeners registered to receive
events during the parse.
- _precedenceStack - Variable in class org.antlr.v4.runtime.Parser
-
- _serializedATN - Static variable in class org.antlr.v4.runtime.tree.xpath.XPathLexer
-
- _sllStopIndex - Variable in class org.antlr.v4.runtime.atn.ProfilingATNSimulator
-
- _startIndex - Variable in class org.antlr.v4.runtime.atn.ProfilingATNSimulator
-
- _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 X _
Copyright © 1992–2019 Tunnel Vision Laboratories, LLC. All rights reserved.