跳过导航链接
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 - 类 中的变量org.antlr.v4.runtime.misc.Interval
The start of the interval.
AbstractEdgeMap<T> - org.antlr.v4.runtime.dfa中的类
 
AbstractEdgeMap(int, int) - 类 的构造器org.antlr.v4.runtime.dfa.AbstractEdgeMap
 
AbstractEdgeMap.AbstractEntrySet - org.antlr.v4.runtime.dfa中的类
 
AbstractEntrySet() - 类 的构造器org.antlr.v4.runtime.dfa.AbstractEdgeMap.AbstractEntrySet
 
AbstractEqualityComparator<T> - 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() - 类 的构造器org.antlr.v4.runtime.misc.AbstractEqualityComparator
 
AbstractParseTreeVisitor<Result> - org.antlr.v4.runtime.tree中的类
 
AbstractParseTreeVisitor() - 类 的构造器org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
 
AbstractPredicateTransition - org.antlr.v4.runtime.atn中的类
 
AbstractPredicateTransition(ATNState) - 类 的构造器org.antlr.v4.runtime.atn.AbstractPredicateTransition
 
accept(CharStream, LexerActionExecutor, int, int, int, int) - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator
 
accept(ParseTreeVisitor<? extends T>) - 类 中的方法org.antlr.v4.runtime.RuleContext
 
accept(ParseTreeVisitor<? extends T>) - 类 中的方法org.antlr.v4.runtime.tree.ErrorNodeImpl
 
accept(ParseTreeVisitor<? extends T>) - 接口 中的方法org.antlr.v4.runtime.tree.ParseTree
The ParseTreeVisitor needs a double dispatch method.
accept(ParseTreeVisitor<? extends T>) - 类 中的方法org.antlr.v4.runtime.tree.TerminalNodeImpl
 
AcceptStateInfo - org.antlr.v4.runtime.dfa中的类
Stores information about a DFAState which is an accept state under some condition.
AcceptStateInfo(int) - 类 的构造器org.antlr.v4.runtime.dfa.AcceptStateInfo
 
AcceptStateInfo(int, LexerActionExecutor) - 类 的构造器org.antlr.v4.runtime.dfa.AcceptStateInfo
 
ACTION - 类 中的静态变量org.antlr.v4.runtime.atn.Transition
 
action(RuleContext, int, int) - 类 中的方法org.antlr.v4.runtime.Recognizer
 
action(RuleContext, int, int) - 类 中的方法org.antlr.v4.runtime.tree.xpath.XPathLexer
 
actionIndex - 类 中的变量org.antlr.v4.runtime.atn.ActionTransition
 
ActionTransition - org.antlr.v4.runtime.atn中的类
 
ActionTransition(ATNState, int) - 类 的构造器org.antlr.v4.runtime.atn.ActionTransition
 
ActionTransition(ATNState, int, int, boolean) - 类 的构造器org.antlr.v4.runtime.atn.ActionTransition
 
actionTransition(ATNConfig, ActionTransition) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
adaptivePredict(TokenStream, int, ParserRuleContext) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
adaptivePredict(TokenStream, int, ParserRuleContext, boolean) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
adaptivePredict(TokenStream, int, ParserRuleContext) - 类 中的方法org.antlr.v4.runtime.atn.ProfilingATNSimulator
 
add(ATNConfig) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
add(ATNConfig, PredictionContextCache) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
add(T) - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
 
add(int) - 类 中的方法org.antlr.v4.runtime.misc.IntegerList
 
add(int) - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
Add a single element to the set.
add(int, int) - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
Add interval; i.e., add all integers from a to b to set.
add(Interval) - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
 
add(int) - 接口 中的方法org.antlr.v4.runtime.misc.IntSet
Adds the specified value to the current set.
add(T) - 类 中的方法org.antlr.v4.runtime.misc.OrderedHashSet
Add a value to list; keep in hashtable for consistency also; Key is object itself.
add(int) - 类 中的方法org.antlr.v4.runtime.UnbufferedCharStream
 
add(Token) - 类 中的方法org.antlr.v4.runtime.UnbufferedTokenStream
 
addAll(Collection<? extends ATNConfig>) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
addAll(Collection<? extends ATNConfig>, PredictionContextCache) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
addAll(Collection<? extends T>) - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
 
addAll(int[]) - 类 中的方法org.antlr.v4.runtime.misc.IntegerList
 
addAll(IntegerList) - 类 中的方法org.antlr.v4.runtime.misc.IntegerList
 
addAll(Collection<Integer>) - 类 中的方法org.antlr.v4.runtime.misc.IntegerList
 
addAll(IntSet) - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
 
addAll(IntSet) - 接口 中的方法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) - 类 中的方法org.antlr.v4.runtime.ParserRuleContext
Add a parse tree node to this as a child.
addChild(RuleContext) - 类 中的方法org.antlr.v4.runtime.ParserRuleContext
 
addChild(TerminalNode) - 类 中的方法org.antlr.v4.runtime.ParserRuleContext
Add a token leaf node child.
addChild(Token) - 类 中的方法org.antlr.v4.runtime.ParserRuleContext
已过时。
addContextToParseTree() - 类 中的方法org.antlr.v4.runtime.Parser
 
addDecisionOverride(int, int, int) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
See comment on LexerInterpreter.addDFAState.
addDFAEdge(DFAState, int, ATNConfigSet) - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator
 
addDFAEdge(DFAState, int, DFAState) - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator
 
addDFAEdge(DFA, DFAState, int, IntegerList, ATNConfigSet, PredictionContextCache) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
addDFAEdge(DFAState, int, DFAState) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
addDFAState(ATNConfigSet) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
See comment on LexerInterpreter.addDFAState.
addEmptyContext() - 类 中的方法org.antlr.v4.runtime.atn.ArrayPredictionContext
 
addEmptyContext() - 类 中的方法org.antlr.v4.runtime.atn.EmptyPredictionContext
 
addEmptyContext() - 类 中的方法org.antlr.v4.runtime.atn.PredictionContext
 
addEmptyContext() - 类 中的方法org.antlr.v4.runtime.atn.SingletonPredictionContext
 
addErrorListener(ANTLRErrorListener<? super Symbol>) - 类 中的方法org.antlr.v4.runtime.Recognizer
 
addErrorNode(ErrorNode) - 类 中的方法org.antlr.v4.runtime.ParserRuleContext
Add an error node child.
addErrorNode(Token) - 类 中的方法org.antlr.v4.runtime.ParserRuleContext
已过时。
addOptimizedTransition(Transition) - 类 中的方法org.antlr.v4.runtime.atn.ATNState
 
addParseListener(ParseTreeListener) - 类 中的方法org.antlr.v4.runtime.Parser
Registers listener to receive events during the parsing process.
addState(ATNState) - 类 中的方法org.antlr.v4.runtime.atn.ATN
 
addState(DFAState) - 类 中的方法org.antlr.v4.runtime.dfa.DFA
 
addTransition(Transition) - 类 中的方法org.antlr.v4.runtime.atn.ATNState
 
addTransition(int, Transition) - 类 中的方法org.antlr.v4.runtime.atn.ATNState
 
adjacent(Interval) - 类 中的方法org.antlr.v4.runtime.misc.Interval
Are two intervals adjacent such as 0..41 and 42..42?
adjustSeekIndex(int) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.CommonTokenStream
 
aggregateResult(Result, Result) - 类 中的方法org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
Aggregates the results of visiting multiple children of a node.
allConfigsInRuleStopStates(ATNConfigSet) - 枚举 中的静态方法org.antlr.v4.runtime.atn.PredictionMode
Checks if all configurations in configs are in a RuleStopState.
allSubsetsConflict(Collection<BitSet>) - 枚举 中的静态方法org.antlr.v4.runtime.atn.PredictionMode
Determines if every alternative subset in altsets contains more than one alternative.
allSubsetsEqual(Collection<BitSet>) - 枚举 中的静态方法org.antlr.v4.runtime.atn.PredictionMode
Determines if every alternative subset in altsets is equivalent.
alt - 类 中的变量org.antlr.v4.runtime.dfa.DFAState.PredPrediction
 
always_try_local_context - 类 中的变量org.antlr.v4.runtime.atn.ParserATNSimulator
 
ambiguities - 类 中的变量org.antlr.v4.runtime.atn.DecisionInfo
A collection of AmbiguityInfo instances describing the ambiguities encountered during LL prediction for this decision.
AmbiguityInfo - org.antlr.v4.runtime.atn中的类
This class represents profiling event information for an ambiguity.
AmbiguityInfo(int, SimulatorState, BitSet, TokenStream, int, int) - 类 的构造器org.antlr.v4.runtime.atn.AmbiguityInfo
Constructs a new instance of the AmbiguityInfo class with the specified detailed ambiguity information.
and(SemanticContext, SemanticContext) - 类 中的静态方法org.antlr.v4.runtime.atn.SemanticContext
 
AND(SemanticContext, SemanticContext) - 类 的构造器org.antlr.v4.runtime.atn.SemanticContext.AND
 
and(IntSet) - 类 中的方法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) - 接口 中的方法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 - 类 中的变量org.antlr.v4.runtime.tree.ParseTreeProperty
 
ANTLRErrorListener<Symbol> - org.antlr.v4.runtime中的接口
How to emit recognition errors.
ANTLRErrorStrategy - org.antlr.v4.runtime中的接口
The interface for defining strategies to deal with syntax errors encountered during a parse by ANTLR-generated parsers.
ANTLRFileStream - org.antlr.v4.runtime中的类
已过时。
as of 4.7 Please use CharStreams interface.
ANTLRFileStream(String) - 类 的构造器org.antlr.v4.runtime.ANTLRFileStream
已过时。
 
ANTLRFileStream(String, String) - 类 的构造器org.antlr.v4.runtime.ANTLRFileStream
已过时。
 
ANTLRInputStream - org.antlr.v4.runtime中的类
已过时。
as of 4.7 Please use CharStreams interface.
ANTLRInputStream() - 类 的构造器org.antlr.v4.runtime.ANTLRInputStream
已过时。
 
ANTLRInputStream(String) - 类 的构造器org.antlr.v4.runtime.ANTLRInputStream
已过时。
Copy data in string to a local char array
ANTLRInputStream(char[], int) - 类 的构造器org.antlr.v4.runtime.ANTLRInputStream
已过时。
This is the preferred constructor for strings as no data is copied
ANTLRInputStream(Reader) - 类 的构造器org.antlr.v4.runtime.ANTLRInputStream
已过时。
 
ANTLRInputStream(Reader, int) - 类 的构造器org.antlr.v4.runtime.ANTLRInputStream
已过时。
 
ANTLRInputStream(Reader, int, int) - 类 的构造器org.antlr.v4.runtime.ANTLRInputStream
已过时。
 
ANTLRInputStream(InputStream) - 类 的构造器org.antlr.v4.runtime.ANTLRInputStream
已过时。
 
ANTLRInputStream(InputStream, int) - 类 的构造器org.antlr.v4.runtime.ANTLRInputStream
已过时。
 
ANTLRInputStream(InputStream, int, int) - 类 的构造器org.antlr.v4.runtime.ANTLRInputStream
已过时。
 
ANYWHERE - 类 中的静态变量org.antlr.v4.runtime.tree.xpath.XPathLexer
 
append(LexerActionExecutor, LexerAction) - 类 中的静态方法org.antlr.v4.runtime.atn.LexerActionExecutor
Creates a LexerActionExecutor which executes the actions for the input lexerActionExecutor followed by a specified lexerAction.
append(CharBuffer) - 类 中的方法org.antlr.v4.runtime.CodePointBuffer.Builder
 
appendContext(PredictionContext, PredictionContextCache) - 类 中的方法org.antlr.v4.runtime.atn.ArrayPredictionContext
 
appendContext(int, PredictionContextCache) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
 
appendContext(PredictionContext, PredictionContextCache) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
 
appendContext(int, PredictionContextCache) - 类 中的方法org.antlr.v4.runtime.atn.EmptyPredictionContext
 
appendContext(PredictionContext, PredictionContextCache) - 类 中的方法org.antlr.v4.runtime.atn.EmptyPredictionContext
 
appendContext(int, PredictionContextCache) - 类 中的方法org.antlr.v4.runtime.atn.PredictionContext
 
appendContext(PredictionContext, PredictionContextCache) - 类 中的方法org.antlr.v4.runtime.atn.PredictionContext
 
appendContext(PredictionContext, PredictionContextCache) - 类 中的方法org.antlr.v4.runtime.atn.SingletonPredictionContext
 
applyPrecedenceFilter(ATNConfigSet, ParserRuleContext, PredictionContextCache) - 类 中的方法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 - org.antlr.v4.runtime.misc中的类
 
Array2DHashSet<T> - org.antlr.v4.runtime.misc中的类
Set implementation with closed hashing (open addressing).
Array2DHashSet() - 类 的构造器org.antlr.v4.runtime.misc.Array2DHashSet
 
Array2DHashSet(AbstractEqualityComparator<? super T>) - 类 的构造器org.antlr.v4.runtime.misc.Array2DHashSet
 
Array2DHashSet(AbstractEqualityComparator<? super T>, int, int) - 类 的构造器org.antlr.v4.runtime.misc.Array2DHashSet
 
Array2DHashSet.SetIterator - org.antlr.v4.runtime.misc中的类
 
ArrayEdgeMap<T> - org.antlr.v4.runtime.dfa中的类
 
ArrayEdgeMap(int, int) - 类 的构造器org.antlr.v4.runtime.dfa.ArrayEdgeMap
 
ArrayPredictionContext - org.antlr.v4.runtime.atn中的类
 
asElementType(Object) - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
Return o as an instance of the element type T.
ATN - org.antlr.v4.runtime.atn中的类
 
ATN(ATNType, int) - 类 的构造器org.antlr.v4.runtime.atn.ATN
Used for runtime deserialization of ATNs from strings
atn - 类 中的变量org.antlr.v4.runtime.atn.ATNSerializer
 
atn - 类 中的变量org.antlr.v4.runtime.atn.ATNSimulator
 
atn - 类 中的变量org.antlr.v4.runtime.atn.ATNState
Which ATN are we in?
atn - 类 中的变量org.antlr.v4.runtime.atn.LL1Analyzer
 
atn - 类 中的变量org.antlr.v4.runtime.LexerInterpreter
 
atn - 类 中的变量org.antlr.v4.runtime.ParserInterpreter
 
ATNConfig - org.antlr.v4.runtime.atn中的类
Represents a location with context in an ATN.
ATNConfig(ATNState, int, PredictionContext) - 类 的构造器org.antlr.v4.runtime.atn.ATNConfig
 
ATNConfig(ATNConfig, ATNState, PredictionContext) - 类 的构造器org.antlr.v4.runtime.atn.ATNConfig
 
ATNConfigSet - org.antlr.v4.runtime.atn中的类
Represents a set of ATN configurations (see ATNConfig).
ATNConfigSet() - 类 的构造器org.antlr.v4.runtime.atn.ATNConfigSet
 
ATNConfigSet(ATNConfigSet, boolean) - 类 的构造器org.antlr.v4.runtime.atn.ATNConfigSet
 
ATNDeserializationOptions - org.antlr.v4.runtime.atn中的类
 
ATNDeserializationOptions() - 类 的构造器org.antlr.v4.runtime.atn.ATNDeserializationOptions
 
ATNDeserializationOptions(ATNDeserializationOptions) - 类 的构造器org.antlr.v4.runtime.atn.ATNDeserializationOptions
 
ATNDeserializer - org.antlr.v4.runtime.atn中的类
 
ATNDeserializer() - 类 的构造器org.antlr.v4.runtime.atn.ATNDeserializer
 
ATNDeserializer(ATNDeserializationOptions) - 类 的构造器org.antlr.v4.runtime.atn.ATNDeserializer
 
ATNSerializer - org.antlr.v4.runtime.atn中的类
 
ATNSerializer(ATN, List<String>) - 类 的构造器org.antlr.v4.runtime.atn.ATNSerializer
 
ATNSerializer(ATN, List<String>, List<String>) - 类 的构造器org.antlr.v4.runtime.atn.ATNSerializer
 
ATNSimulator - org.antlr.v4.runtime.atn中的类
 
ATNSimulator(ATN) - 类 的构造器org.antlr.v4.runtime.atn.ATNSimulator
 
atnSimulator - 类 中的变量org.antlr.v4.runtime.atn.ParseInfo
 
atnStartState - 类 中的变量org.antlr.v4.runtime.dfa.DFA
From which ATN state did we create this DFA?
ATNState - org.antlr.v4.runtime.atn中的类
The following images show the relation of states and ATNState.transitions for various grammar constructs.
ATNState() - 类 的构造器org.antlr.v4.runtime.atn.ATNState
 
ATNType - org.antlr.v4.runtime.atn中的枚举
Represents the type of recognizer an ATN applies to.
ATOM - 类 中的静态变量org.antlr.v4.runtime.atn.Transition
 
AtomTransition - org.antlr.v4.runtime.atn中的类
TODO: make all transitions sets?
AtomTransition(ATNState, int) - 类 的构造器org.antlr.v4.runtime.atn.AtomTransition
 

B

b - 类 中的变量org.antlr.v4.runtime.misc.Interval
The end of the interval (inclusive).
BailErrorStrategy - org.antlr.v4.runtime中的类
This implementation of ANTLRErrorStrategy responds to syntax errors by immediately canceling the parse operation with a ParseCancellationException.
BailErrorStrategy() - 类 的构造器org.antlr.v4.runtime.BailErrorStrategy
 
BANG - 类 中的静态变量org.antlr.v4.runtime.tree.xpath.XPathLexer
 
BaseErrorListener - org.antlr.v4.runtime中的类
Provides an empty default implementation of ANTLRErrorListener.
BaseErrorListener() - 类 的构造器org.antlr.v4.runtime.BaseErrorListener
 
BASIC - 类 中的静态变量org.antlr.v4.runtime.atn.ATNState
 
BasicBlockStartState - org.antlr.v4.runtime.atn中的类
 
BasicBlockStartState() - 类 的构造器org.antlr.v4.runtime.atn.BasicBlockStartState
 
BasicState - org.antlr.v4.runtime.atn中的类
 
BasicState() - 类 的构造器org.antlr.v4.runtime.atn.BasicState
 
beginErrorCondition(Parser) - 类 中的方法org.antlr.v4.runtime.DefaultErrorStrategy
This method is called to enter error recovery mode when a recognition exception is reported.
binarySearch(int) - 类 中的方法org.antlr.v4.runtime.misc.IntegerList
 
binarySearch(int, int, int) - 类 中的方法org.antlr.v4.runtime.misc.IntegerList
 
BLOCK_END - 类 中的静态变量org.antlr.v4.runtime.atn.ATNState
 
BLOCK_START - 类 中的静态变量org.antlr.v4.runtime.atn.ATNState
 
BlockEndState - org.antlr.v4.runtime.atn中的类
Terminal node of a simple (a|b|c) block.
BlockEndState() - 类 的构造器org.antlr.v4.runtime.atn.BlockEndState
 
BlockStartState - org.antlr.v4.runtime.atn中的类
The start of a regular (...) block.
BlockStartState() - 类 的构造器org.antlr.v4.runtime.atn.BlockStartState
 
buckets - 类 中的变量org.antlr.v4.runtime.misc.Array2DHashSet
 
buckets - 类 中的变量org.antlr.v4.runtime.misc.FlexibleHashMap
 
BufferedTokenStream - 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) - 类 的构造器org.antlr.v4.runtime.BufferedTokenStream
 
bufferFromChannel(ReadableByteChannel, Charset, int, CodingErrorAction, long) - 枚举 中的静态方法org.antlr.v4.runtime.CharStreams
 
build() - 类 中的方法org.antlr.v4.runtime.CodePointBuffer.Builder
 
builder(int) - 类 中的静态方法org.antlr.v4.runtime.CodePointBuffer
 

C

calculateEmptyHashCode() - 类 中的静态方法org.antlr.v4.runtime.atn.PredictionContext
 
calculateHashCode(PredictionContext, int) - 类 中的静态方法org.antlr.v4.runtime.atn.PredictionContext
 
calculateHashCode(PredictionContext[], int[]) - 类 中的静态方法org.antlr.v4.runtime.atn.PredictionContext
 
canMerge(ATNConfig, long, ATNConfig) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
canMerge(ATNConfig, long, ATNConfig) - 类 中的方法org.antlr.v4.runtime.atn.OrderedATNConfigSet
 
CannotInvokeStartRule(Throwable) - 异常错误 的构造器org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher.CannotInvokeStartRule
 
captureSimState(LexerATNSimulator.SimState, CharStream, DFAState) - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator
 
catOpText(Object, Object) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
channel - 类 中的变量org.antlr.v4.runtime.CommonToken
This is the backing field for CommonToken.getChannel() and CommonToken.setChannel(int).
channel - 类 中的变量org.antlr.v4.runtime.CommonTokenStream
Specifies the channel to use for filtering tokens.
channelNames - 类 中的变量org.antlr.v4.runtime.LexerInterpreter
 
channelNames - 类 中的静态变量org.antlr.v4.runtime.tree.xpath.XPathLexer
 
charPos - 类 中的变量org.antlr.v4.runtime.atn.LexerATNSimulator.SimState
 
charPositionInLine - 类 中的变量org.antlr.v4.runtime.atn.LexerATNSimulator
The index of the character relative to the beginning of the line 0..n-1
charPositionInLine - 类 中的变量org.antlr.v4.runtime.CommonToken
CharStream - org.antlr.v4.runtime中的接口
A source of characters for an ANTLR lexer.
CharStreams - org.antlr.v4.runtime中的枚举
This class represents the primary interface for creating CharStreams from a variety of sources as of 4.7.
checkCondition(boolean) - 类 中的方法org.antlr.v4.runtime.atn.ATNDeserializer
 
checkCondition(boolean, String) - 类 中的方法org.antlr.v4.runtime.atn.ATNDeserializer
 
checkCondition(boolean) - 类 中的静态方法org.antlr.v4.runtime.atn.ATNSimulator
已过时。
checkCondition(boolean, String) - 类 中的静态方法org.antlr.v4.runtime.atn.ATNSimulator
checkDependencies(Class<?>) - 类 中的静态方法org.antlr.v4.runtime.misc.RuleDependencyChecker
 
children - 类 中的变量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() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
clear() - 类 中的方法org.antlr.v4.runtime.dfa.AbstractEdgeMap
 
clear() - 类 中的方法org.antlr.v4.runtime.dfa.ArrayEdgeMap
 
clear() - 接口 中的方法org.antlr.v4.runtime.dfa.EdgeMap
 
clear() - 类 中的方法org.antlr.v4.runtime.dfa.EmptyEdgeMap
 
clear() - 类 中的方法org.antlr.v4.runtime.dfa.HashEdgeMap
 
clear() - 类 中的方法org.antlr.v4.runtime.dfa.SingletonEdgeMap
 
clear() - 类 中的方法org.antlr.v4.runtime.dfa.SparseEdgeMap
已过时。
 
clear() - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
 
clear() - 类 中的方法org.antlr.v4.runtime.misc.FlexibleHashMap
 
clear() - 类 中的方法org.antlr.v4.runtime.misc.IntegerList
 
clear() - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
 
clear() - 类 中的方法org.antlr.v4.runtime.misc.OrderedHashSet
 
clearDFA() - 类 中的方法org.antlr.v4.runtime.atn.ATN
 
clearDFA() - 类 中的方法org.antlr.v4.runtime.atn.ATNSimulator
Clear the DFA cache used by the current instance.
clearExplicitSemanticContext() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
clone() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
 
clone(boolean) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
clone(boolean) - 类 中的方法org.antlr.v4.runtime.atn.OrderedATNConfigSet
 
clone() - 类 中的方法org.antlr.v4.runtime.misc.OrderedHashSet
 
closure(CharStream, ATNConfig, ATNConfigSet, boolean, boolean, boolean) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
closure(ATNConfig, ATNConfigSet, ATNConfigSet, Set<ATNConfig>, boolean, boolean, PredictionContextCache, int, boolean) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
CodePointBuffer - org.antlr.v4.runtime中的类
CodePointBuffer.Builder - org.antlr.v4.runtime中的类
 
CodePointBuffer.Type - org.antlr.v4.runtime中的枚举
 
CodePointCharStream - 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 - org.antlr.v4.runtime.atn中的类
Utility class to create AtomTransition, RangeTransition, and SetTransition appropriately based on the range of the input.
CodePointTransitions() - 类 的构造器org.antlr.v4.runtime.atn.CodePointTransitions
 
CommonToken - org.antlr.v4.runtime中的类
 
CommonToken(int) - 类 的构造器org.antlr.v4.runtime.CommonToken
Constructs a new CommonToken with the specified token type.
CommonToken(Tuple2<? extends TokenSource, CharStream>, int, int, int, int) - 类 的构造器org.antlr.v4.runtime.CommonToken
 
CommonToken(int, String) - 类 的构造器org.antlr.v4.runtime.CommonToken
Constructs a new CommonToken with the specified token type and text.
CommonToken(Token) - 类 的构造器org.antlr.v4.runtime.CommonToken
Constructs a new CommonToken as a copy of another Token.
CommonTokenFactory - org.antlr.v4.runtime中的类
This default implementation of TokenFactory creates CommonToken objects.
CommonTokenFactory(boolean) - 类 的构造器org.antlr.v4.runtime.CommonTokenFactory
Constructs a CommonTokenFactory with the specified value for CommonTokenFactory.copyText.
CommonTokenFactory() - 类 的构造器org.antlr.v4.runtime.CommonTokenFactory
Constructs a CommonTokenFactory with CommonTokenFactory.copyText set to false.
CommonTokenStream - 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) - 类 的构造器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) - 类 的构造器org.antlr.v4.runtime.CommonTokenStream
Constructs a new CommonTokenStream using the specified token source and filtering tokens to the specified channel.
comparator - 类 中的变量org.antlr.v4.runtime.misc.Array2DHashSet
 
comparator - 类 中的变量org.antlr.v4.runtime.misc.FlexibleHashMap
 
compareTo(SemanticContext.PrecedencePredicate) - 类 中的方法org.antlr.v4.runtime.atn.SemanticContext.PrecedencePredicate
 
compile(String, int) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.Parser
The preferred method of getting a tree pattern.
compileParseTreePattern(String, int, Lexer) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
 
complement(IntSet) - 类 中的方法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) - 接口 中的方法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 - 类 中的静态变量org.antlr.v4.runtime.misc.IntervalSet
 
computeReachSet(DFA, SimulatorState, int, PredictionContextCache) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
computeReachSet(DFA, SimulatorState, int, PredictionContextCache) - 类 中的方法org.antlr.v4.runtime.atn.ProfilingATNSimulator
 
computeStartState(CharStream, ATNState) - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator
 
computeStartState(DFA, ParserRuleContext, boolean) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
computeStartState(DFA, ParserRuleContext, boolean) - 类 中的方法org.antlr.v4.runtime.atn.ProfilingATNSimulator
 
computeTargetState(CharStream, DFAState, int) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.atn.ProfilingATNSimulator
 
configs - 类 中的变量org.antlr.v4.runtime.dfa.DFAState
 
configWithAltAtStopState(Collection<ATNConfig>, int) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
ConflictInfo - org.antlr.v4.runtime.atn中的类
This class stores information about a configuration conflict.
ConflictInfo(BitSet, boolean) - 类 的构造器org.antlr.v4.runtime.atn.ConflictInfo
 
conflictingAltResolvedBySLL - 类 中的变量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 - org.antlr.v4.runtime中的类
 
ConsoleErrorListener() - 类 的构造器org.antlr.v4.runtime.ConsoleErrorListener
 
constructToken(TokenSource, int, String, Token) - 类 中的方法org.antlr.v4.runtime.DefaultErrorStrategy
 
consume() - 类 中的方法org.antlr.v4.runtime.ANTLRInputStream
已过时。
 
consume(CharStream) - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator
 
consume() - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
 
consume() - 类 中的方法org.antlr.v4.runtime.CodePointCharStream
 
consume() - 接口 中的方法org.antlr.v4.runtime.IntStream
Consumes the current symbol in the stream.
consume() - 类 中的方法org.antlr.v4.runtime.Parser
Consume and return the current symbol.
consume() - 类 中的方法org.antlr.v4.runtime.UnbufferedCharStream
 
consume() - 类 中的方法org.antlr.v4.runtime.UnbufferedTokenStream
 
consumeUntil(Parser, IntervalSet) - 类 中的方法org.antlr.v4.runtime.DefaultErrorStrategy
Consume tokens until one matches the given token set.
contains(ATNConfig) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
Determines if this ATNConfig fully contains another ATNConfig.
contains(Object) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
contains(Object) - 类 中的方法org.antlr.v4.runtime.dfa.AbstractEdgeMap.AbstractEntrySet
 
contains(Object) - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
 
contains(int) - 类 中的方法org.antlr.v4.runtime.misc.IntegerList
 
contains(int) - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
Returns true if the set contains the specified element.
contains(int) - 接口 中的方法org.antlr.v4.runtime.misc.IntSet
Returns true if the set contains the specified element.
containsAll(Collection<?>) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
containsAll(Collection<?>) - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
 
containsFast(T) - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
 
containsKey(int) - 类 中的方法org.antlr.v4.runtime.dfa.ArrayEdgeMap
 
containsKey(int) - 接口 中的方法org.antlr.v4.runtime.dfa.EdgeMap
 
containsKey(int) - 类 中的方法org.antlr.v4.runtime.dfa.EmptyEdgeMap
 
containsKey(int) - 类 中的方法org.antlr.v4.runtime.dfa.HashEdgeMap
 
containsKey(int) - 类 中的方法org.antlr.v4.runtime.dfa.SingletonEdgeMap
 
containsKey(int) - 类 中的方法org.antlr.v4.runtime.dfa.SparseEdgeMap
已过时。
 
containsKey(Object) - 类 中的方法org.antlr.v4.runtime.misc.FlexibleHashMap
 
containsValue(Object) - 类 中的方法org.antlr.v4.runtime.misc.FlexibleHashMap
 
contextSensitivities - 类 中的变量org.antlr.v4.runtime.atn.DecisionInfo
A collection of ContextSensitivityInfo instances describing the context sensitivities encountered during LL prediction for this decision.
ContextSensitivityInfo - org.antlr.v4.runtime.atn中的类
This class represents profiling event information for a context sensitivity.
ContextSensitivityInfo(int, SimulatorState, TokenStream, int, int) - 类 的构造器org.antlr.v4.runtime.atn.ContextSensitivityInfo
Constructs a new instance of the ContextSensitivityInfo class with the specified detailed context sensitivity information.
copyFrom(ParserRuleContext) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator
 
copyText - 类 中的变量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) - 类 中的静态方法org.antlr.v4.runtime.atn.ATNConfig
 
create(ATNState, int, PredictionContext, SemanticContext) - 类 中的静态方法org.antlr.v4.runtime.atn.ATNConfig
 
create(ATNState, int, PredictionContext, SemanticContext, LexerActionExecutor) - 类 中的静态方法org.antlr.v4.runtime.atn.ATNConfig
 
create(Tuple2<? extends TokenSource, CharStream>, int, String, int, int, int, int, int) - 类 中的方法org.antlr.v4.runtime.CommonTokenFactory
 
create(int, String) - 类 中的方法org.antlr.v4.runtime.CommonTokenFactory
 
create(T1, T2) - 类 中的静态方法org.antlr.v4.runtime.misc.Tuple
 
create(T1, T2, T3) - 类 中的静态方法org.antlr.v4.runtime.misc.Tuple
 
create(Tuple2<? extends TokenSource, CharStream>, int, String, int, int, int, int, int) - 接口 中的方法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) - 接口 中的方法org.antlr.v4.runtime.TokenFactory
Generically useful
createBucket(int) - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
Return an array of T with length capacity.
createBuckets(int) - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
Return an array of T[] with length capacity.
createDFAState(DFA, ATNConfigSet) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
createErrorNode(ParserRuleContext, Token) - 类 中的方法org.antlr.v4.runtime.Parser
How to create an error node, given a token, associated with a parent.
createInterpreterRuleContext(ParserRuleContext, int, int) - 类 中的方法org.antlr.v4.runtime.ParserInterpreter
Provide simple "factory" for InterpreterRuleContext's.
createTerminalNode(ParserRuleContext, Token) - 类 中的方法org.antlr.v4.runtime.Parser
How to create a token leaf node associated with a parent.
createWithCodePoint(ATNState, int) - 类 中的静态方法org.antlr.v4.runtime.atn.CodePointTransitions
If codePoint is <= U+FFFF, returns a new AtomTransition.
createWithCodePointRange(ATNState, int, int) - 类 中的静态方法org.antlr.v4.runtime.atn.CodePointTransitions
If codePointFrom and codePointTo are both <= U+FFFF, returns a new RangeTransition.
currentCharIndex - 类 中的变量org.antlr.v4.runtime.UnbufferedCharStream
Absolute character index.
currentDecision - 类 中的变量org.antlr.v4.runtime.atn.ProfilingATNSimulator
 
currentPrime - 类 中的变量org.antlr.v4.runtime.misc.Array2DHashSet
 
currentPrime - 类 中的变量org.antlr.v4.runtime.misc.FlexibleHashMap
 
currentState - 类 中的变量org.antlr.v4.runtime.atn.ProfilingATNSimulator
 
currentTokenIndex - 类 中的变量org.antlr.v4.runtime.UnbufferedTokenStream
Absolute token index.

D

data - 类 中的变量org.antlr.v4.runtime.ANTLRInputStream
已过时。
The data being scanned
data - 类 中的变量org.antlr.v4.runtime.UnbufferedCharStream
A moving window buffer of the data being scanned.
debug - 类 中的静态变量org.antlr.v4.runtime.atn.LexerATNSimulator
 
debug - 类 中的静态变量org.antlr.v4.runtime.atn.ParserATNSimulator
 
decision - 类 中的变量org.antlr.v4.runtime.atn.DecisionEventInfo
The invoked decision number which this event is related to.
decision - 类 中的变量org.antlr.v4.runtime.atn.DecisionInfo
The decision number, which is an index into ATN.decisionToState.
decision - 类 中的变量org.antlr.v4.runtime.atn.DecisionState
 
decision - 类 中的变量org.antlr.v4.runtime.dfa.DFA
 
DecisionEventInfo - 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) - 类 的构造器org.antlr.v4.runtime.atn.DecisionEventInfo
 
DecisionInfo - org.antlr.v4.runtime.atn中的类
This class contains profiling gathered for a particular decision.
DecisionInfo(int) - 类 的构造器org.antlr.v4.runtime.atn.DecisionInfo
Constructs a new instance of the DecisionInfo class to contain statistics for a particular decision.
decisions - 类 中的变量org.antlr.v4.runtime.atn.ProfilingATNSimulator
 
DecisionState - org.antlr.v4.runtime.atn中的类
 
DecisionState() - 类 的构造器org.antlr.v4.runtime.atn.DecisionState
 
decisionToDFA - 类 中的变量org.antlr.v4.runtime.atn.ATN
 
decisionToState - 类 中的变量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[]) - 类 中的方法org.antlr.v4.runtime.atn.ATNSerializer
 
DEFAULT - 类 中的静态变量org.antlr.v4.runtime.CommonTokenFactory
The default CommonTokenFactory instance.
DEFAULT - 类 中的静态变量org.antlr.v4.runtime.tree.ParseTreeWalker
 
DEFAULT_CHANNEL - 接口 中的静态变量org.antlr.v4.runtime.Token
All tokens go to the parser (unless skip() is called in that rule) on a particular "channel".
DEFAULT_MODE - 类 中的静态变量org.antlr.v4.runtime.Lexer
 
DEFAULT_PROGRAM_NAME - 类 中的静态变量org.antlr.v4.runtime.TokenStreamRewriter
 
DEFAULT_TOKEN_CHANNEL - 类 中的静态变量org.antlr.v4.runtime.Lexer
 
DefaultErrorStrategy - org.antlr.v4.runtime中的类
This is the default implementation of ANTLRErrorStrategy used for error reporting and recovery in ANTLR parsers.
DefaultErrorStrategy() - 类 的构造器org.antlr.v4.runtime.DefaultErrorStrategy
 
defaultResult() - 类 中的方法org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
Gets the default value returned by visitor methods.
defineDecisionState(DecisionState) - 类 中的方法org.antlr.v4.runtime.atn.ATN
 
defineMode(String, TokensStartState) - 类 中的方法org.antlr.v4.runtime.atn.ATN
 
delete(int) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
delete(int, int) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
delete(Token) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
delete(Token, Token) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
delete(String, int, int) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
delete(String, Token, Token) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
deleteProgram() - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
deleteProgram(String) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
Reset the program so that no instructions exist
Dependents - org.antlr.v4.runtime中的枚举
 
depth() - 类 中的方法org.antlr.v4.runtime.RuleContext
 
descendants(ParseTree) - 类 中的静态方法org.antlr.v4.runtime.tree.Trees
已过时。 
deserialize(char[]) - 类 中的方法org.antlr.v4.runtime.atn.ATNDeserializer
 
deserialize(char[]) - 类 中的静态方法org.antlr.v4.runtime.atn.ATNSimulator
已过时。
DFA - org.antlr.v4.runtime.dfa中的类
 
DFA(ATNState) - 类 的构造器org.antlr.v4.runtime.dfa.DFA
Constructs a DFA instance associated with a lexer mode.
DFA(ATNState, int) - 类 的构造器org.antlr.v4.runtime.dfa.DFA
Constructs a DFA instance associated with a decision.
dfa_debug - 类 中的静态变量org.antlr.v4.runtime.atn.LexerATNSimulator
 
dfa_debug - 类 中的静态变量org.antlr.v4.runtime.atn.ParserATNSimulator
 
DFASerializer - org.antlr.v4.runtime.dfa中的类
A DFA walker that knows how to dump them to serialized strings.
DFASerializer(DFA, String[]) - 类 的构造器org.antlr.v4.runtime.dfa.DFASerializer
DFASerializer(DFA, Vocabulary) - 类 的构造器org.antlr.v4.runtime.dfa.DFASerializer
 
DFASerializer(DFA, Recognizer<?, ?>) - 类 的构造器org.antlr.v4.runtime.dfa.DFASerializer
 
DFASerializer(DFA, String[], String[], ATN) - 类 的构造器org.antlr.v4.runtime.dfa.DFASerializer
DFASerializer(DFA, Vocabulary, String[], ATN) - 类 的构造器org.antlr.v4.runtime.dfa.DFASerializer
 
dfaState - 类 中的变量org.antlr.v4.runtime.atn.LexerATNSimulator.SimState
 
DFAState - org.antlr.v4.runtime.dfa中的类
A DFA state represents a set of possible ATN configurations.
DFAState(DFA, ATNConfigSet) - 类 的构造器org.antlr.v4.runtime.dfa.DFAState
Constructs a new DFAState for a DFA.
DFAState(EmptyEdgeMap<DFAState>, EmptyEdgeMap<DFAState>, ATNConfigSet) - 类 的构造器org.antlr.v4.runtime.dfa.DFAState
Constructs a new DFAState with explicit initial values for the outgoing edge and context edge maps.
DFAState.PredPrediction - org.antlr.v4.runtime.dfa中的类
Map a predicate to a predicted alternative.
DiagnosticErrorListener - org.antlr.v4.runtime中的类
This implementation of ANTLRErrorListener can be used to identify certain potential correctness and performance problems in grammars.
DiagnosticErrorListener() - 类 的构造器org.antlr.v4.runtime.DiagnosticErrorListener
Initializes a new instance of DiagnosticErrorListener which only reports exact ambiguities.
DiagnosticErrorListener(boolean) - 类 的构造器org.antlr.v4.runtime.DiagnosticErrorListener
Initializes a new instance of DiagnosticErrorListener, specifying whether all ambiguities or only exact ambiguities are reported.
differenceNotProperlyContained(Interval) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.misc.Interval
Are both ranges disjoint?
DoubleKeyMap<Key1,Key2,Value> - org.antlr.v4.runtime.misc中的类
Sometimes we need to map a key to a value but key is two pieces of data.
DoubleKeyMap() - 类 的构造器org.antlr.v4.runtime.misc.DoubleKeyMap
 
dumpDeadEndConfigs(NoViableAltException) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
dumpDFA() - 类 中的方法org.antlr.v4.runtime.Parser
For debugging and other purposes.

E

edgeFactory(ATN, int, int, int, int, int, int, List<IntervalSet>) - 类 中的方法org.antlr.v4.runtime.atn.ATNDeserializer
 
edgeFactory(ATN, int, int, int, int, int, int, List<IntervalSet>) - 类 中的静态方法org.antlr.v4.runtime.atn.ATNSimulator
EdgeMap<T> - org.antlr.v4.runtime.dfa中的接口
 
elementName(String[], int) - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
已过时。
elementName(Vocabulary, int) - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
 
elements - 类 中的变量org.antlr.v4.runtime.misc.OrderedHashSet
Track the elements as they are added to the set
elements() - 类 中的方法org.antlr.v4.runtime.misc.OrderedHashSet
Return the List holding list of table elements.
elements - 类 中的变量org.antlr.v4.runtime.tree.xpath.XPath
 
emit(Token) - 类 中的方法org.antlr.v4.runtime.Lexer
By default does not support multiple emits per nextToken invocation for efficiency reasons.
emit() - 类 中的方法org.antlr.v4.runtime.Lexer
The standard method called to automatically emit a token at the outermost lexical rule.
emitEOF() - 类 中的方法org.antlr.v4.runtime.Lexer
 
EMPTY_FULL - 类 中的静态变量org.antlr.v4.runtime.atn.PredictionContext
 
EMPTY_FULL_STATE_KEY - 类 中的静态变量org.antlr.v4.runtime.atn.PredictionContext
 
EMPTY_LOCAL - 类 中的静态变量org.antlr.v4.runtime.atn.PredictionContext
 
EMPTY_LOCAL_STATE_KEY - 类 中的静态变量org.antlr.v4.runtime.atn.PredictionContext
 
EMPTY_SET - 类 中的静态变量org.antlr.v4.runtime.misc.IntervalSet
 
EMPTY_SOURCE - 类 中的静态变量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 - 类 中的静态变量org.antlr.v4.runtime.VocabularyImpl
Gets an empty Vocabulary instance.
emptyContext() - 类 中的静态方法org.antlr.v4.runtime.ParserRuleContext
 
EmptyEdgeMap<T> - org.antlr.v4.runtime.dfa中的类
This implementation of AbstractEdgeMap represents an empty edge map.
EmptyEdgeMap(int, int) - 类 的构造器org.antlr.v4.runtime.dfa.EmptyEdgeMap
 
EmptyPredictionContext - org.antlr.v4.runtime.atn中的类
 
enable_global_context_dfa - 类 中的变量org.antlr.v4.runtime.atn.ParserATNSimulator
Determines whether the DFA is used for full-context predictions.
endErrorCondition(Parser) - 类 中的方法org.antlr.v4.runtime.DefaultErrorStrategy
This method is called to leave error recovery mode after recovering from a recognition exception.
endState - 类 中的变量org.antlr.v4.runtime.atn.BlockStartState
 
ensureRemaining(int) - 类 中的方法org.antlr.v4.runtime.CodePointBuffer.Builder
 
ensureWritable() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
enterEveryRule(ParserRuleContext) - 类 中的方法org.antlr.v4.runtime.Parser.TraceListener
 
enterEveryRule(ParserRuleContext) - 类 中的方法org.antlr.v4.runtime.Parser.TrimToSizeListener
 
enterEveryRule(ParserRuleContext) - 接口 中的方法org.antlr.v4.runtime.tree.ParseTreeListener
 
enterLeftFactoredRule(ParserRuleContext, int, int) - 类 中的方法org.antlr.v4.runtime.Parser
 
enterOuterAlt(ParserRuleContext, int) - 类 中的方法org.antlr.v4.runtime.Parser
 
enterRecursionRule(ParserRuleContext, int) - 类 中的方法org.antlr.v4.runtime.Parser
enterRecursionRule(ParserRuleContext, int, int, int) - 类 中的方法org.antlr.v4.runtime.Parser
 
enterRecursionRule(ParserRuleContext, int, int, int) - 类 中的方法org.antlr.v4.runtime.ParserInterpreter
 
enterRule(ParserRuleContext, int, int) - 类 中的方法org.antlr.v4.runtime.Parser
Always called by generated parsers upon entry to a rule.
enterRule(ParseTreeListener) - 类 中的方法org.antlr.v4.runtime.ParserRuleContext
 
enterRule(ParseTreeListener, RuleNode) - 类 中的方法org.antlr.v4.runtime.tree.ParseTreeWalker
Enters a grammar rule by first triggering the generic event ParseTreeListener.enterEveryRule(org.antlr.v4.runtime.ParserRuleContext) then by triggering the event specific to the given parse tree node
Entry(K, V) - 类 的构造器org.antlr.v4.runtime.misc.FlexibleHashMap.Entry
 
entrySet() - 类 中的方法org.antlr.v4.runtime.dfa.ArrayEdgeMap
 
entrySet() - 接口 中的方法org.antlr.v4.runtime.dfa.EdgeMap
 
entrySet() - 类 中的方法org.antlr.v4.runtime.dfa.EmptyEdgeMap
 
entrySet() - 类 中的方法org.antlr.v4.runtime.dfa.HashEdgeMap
 
entrySet() - 类 中的方法org.antlr.v4.runtime.dfa.SingletonEdgeMap
 
entrySet() - 类 中的方法org.antlr.v4.runtime.dfa.SparseEdgeMap
已过时。
 
entrySet() - 类 中的方法org.antlr.v4.runtime.misc.FlexibleHashMap
 
EOF - 接口 中的静态变量org.antlr.v4.runtime.IntStream
The value returned by LA() when the end of the stream is reached.
EOF - 类 中的静态变量org.antlr.v4.runtime.Recognizer
 
EOF - 接口 中的静态变量org.antlr.v4.runtime.Token
 
eofToken - 类 中的变量org.antlr.v4.runtime.ListTokenSource
This field caches the EOF token for the token source.
EPSILON - 类 中的静态变量org.antlr.v4.runtime.atn.Transition
 
EPSILON - 接口 中的静态变量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 - 类 中的变量org.antlr.v4.runtime.atn.ATNState
 
EpsilonTransition - org.antlr.v4.runtime.atn中的类
 
EpsilonTransition(ATNState) - 类 的构造器org.antlr.v4.runtime.atn.EpsilonTransition
 
EpsilonTransition(ATNState, int) - 类 的构造器org.antlr.v4.runtime.atn.EpsilonTransition
 
EqualityComparator<T> - 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) - 类 中的方法org.antlr.v4.runtime.atn.ArrayPredictionContext
 
equals(Object) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.atn.ATNState
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.atn.ConflictInfo
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.atn.EmptyPredictionContext
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.atn.LexerActionExecutor
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.atn.LexerChannelAction
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.atn.LexerCustomAction
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.atn.LexerIndexedCustomAction
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.atn.LexerModeAction
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.atn.LexerMoreAction
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.atn.LexerPopModeAction
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.atn.LexerPushModeAction
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.atn.LexerSkipAction
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.atn.LexerTypeAction
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.atn.PredictionContext
 
equals(PredictionContext, PredictionContext) - 类 中的方法org.antlr.v4.runtime.atn.PredictionContext.IdentityEqualityComparator
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.atn.PredictionContextCache.IdentityCommutativePredictionContextOperands
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.atn.PredictionContextCache.PredictionContextAndInt
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.atn.SemanticContext.AND
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.atn.SemanticContext.OR
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.atn.SemanticContext.PrecedencePredicate
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.atn.SemanticContext.Predicate
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.atn.SingletonPredictionContext
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.dfa.DFAState
Two DFAState instances are equal if their ATN configuration sets are the same.
equals(Object) - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
 
equals(T, T) - 接口 中的方法org.antlr.v4.runtime.misc.EqualityComparator
This method tests if two objects are equal.
equals(Object) - 类 中的方法org.antlr.v4.runtime.misc.FlexibleHashMap
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.misc.IntegerList
Compares the specified object with this list for equality.
equals(Object) - 类 中的方法org.antlr.v4.runtime.misc.Interval
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
Are two IntervalSets equal?
equals(Object) - 接口 中的方法org.antlr.v4.runtime.misc.IntSet
equals(Object, Object) - 类 中的方法org.antlr.v4.runtime.misc.ObjectEqualityComparator
This method tests if two objects are equal.
equals(Object) - 类 中的方法org.antlr.v4.runtime.misc.OrderedHashSet
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.misc.Tuple2
 
equals(Object) - 类 中的方法org.antlr.v4.runtime.misc.Tuple3
 
equals(Object, Object) - 类 中的静态方法org.antlr.v4.runtime.misc.Utils
 
ERROR - 类 中的静态变量org.antlr.v4.runtime.atn.ATNSimulator
Must distinguish between missing edge and edge we know leads nowhere
ErrorInfo - org.antlr.v4.runtime.atn中的类
This class represents profiling event information for a syntax error identified during prediction.
ErrorInfo(int, SimulatorState, TokenStream, int, int) - 类 的构造器org.antlr.v4.runtime.atn.ErrorInfo
Constructs a new instance of the ErrorInfo class with the specified detailed syntax error information.
ErrorNode - org.antlr.v4.runtime.tree中的接口
 
ErrorNodeImpl - org.antlr.v4.runtime.tree中的类
Represents a token that was consumed during resynchronization rather than during a valid match operation.
ErrorNodeImpl(Token) - 类 的构造器org.antlr.v4.runtime.tree.ErrorNodeImpl
 
errorRecoveryMode - 类 中的变量org.antlr.v4.runtime.DefaultErrorStrategy
Indicates whether the error strategy is currently "recovering from an error".
errors - 类 中的变量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 - 类 中的变量org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
 
escapeWhitespace(String, boolean) - 类 中的静态方法org.antlr.v4.runtime.misc.Utils
 
escapeWSAndQuote(String) - 类 中的方法org.antlr.v4.runtime.DefaultErrorStrategy
 
eval(Recognizer<T, ?>, RuleContext) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.atn.SemanticContext.PrecedencePredicate
 
eval(Recognizer<T, ?>, RuleContext) - 类 中的方法org.antlr.v4.runtime.atn.SemanticContext.Predicate
 
eval() - 接口 中的方法org.antlr.v4.runtime.misc.Func0
 
eval(T1) - 接口 中的方法org.antlr.v4.runtime.misc.Func1
 
eval(T) - 接口 中的方法org.antlr.v4.runtime.misc.Predicate
 
evalPrecedence(Recognizer<?, ?>, RuleContext) - 类 中的方法org.antlr.v4.runtime.atn.SemanticContext.AND
 
evalPrecedence(Recognizer<?, ?>, RuleContext) - 类 中的方法org.antlr.v4.runtime.atn.SemanticContext
Evaluate the precedence predicates for the context and reduce the result.
evalPrecedence(Recognizer<?, ?>, RuleContext) - 类 中的方法org.antlr.v4.runtime.atn.SemanticContext.OR
 
evalPrecedence(Recognizer<?, ?>, RuleContext) - 类 中的方法org.antlr.v4.runtime.atn.SemanticContext.PrecedencePredicate
 
evalResult - 类 中的变量org.antlr.v4.runtime.atn.PredicateEvalInfo
The result of evaluating the semantic context PredicateEvalInfo.semctx.
evalSemanticContext(DFAState.PredPrediction[], ParserRuleContext, boolean) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
Evaluate a semantic context within a specific parser context.
evalSemanticContext(SemanticContext, ParserRuleContext, int) - 类 中的方法org.antlr.v4.runtime.atn.ProfilingATNSimulator
 
evaluate(ParseTree) - 类 中的方法org.antlr.v4.runtime.tree.xpath.XPath
Return a list of all nodes starting at t as root that satisfy the path.
evaluate(ParseTree) - 类 中的方法org.antlr.v4.runtime.tree.xpath.XPathElement
Given tree rooted at t return all nodes matched by this path element.
evaluate(ParseTree) - 类 中的方法org.antlr.v4.runtime.tree.xpath.XPathRuleAnywhereElement
 
evaluate(ParseTree) - 类 中的方法org.antlr.v4.runtime.tree.xpath.XPathRuleElement
 
evaluate(ParseTree) - 类 中的方法org.antlr.v4.runtime.tree.xpath.XPathTokenAnywhereElement
 
evaluate(ParseTree) - 类 中的方法org.antlr.v4.runtime.tree.xpath.XPathTokenElement
 
evaluate(ParseTree) - 类 中的方法org.antlr.v4.runtime.tree.xpath.XPathWildcardAnywhereElement
 
evaluate(ParseTree) - 类 中的方法org.antlr.v4.runtime.tree.xpath.XPathWildcardElement
 
evaluatePredicate(CharStream, int, int, boolean) - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator
Evaluate a predicate specified in the lexer.
exactOnly - 类 中的变量org.antlr.v4.runtime.DiagnosticErrorListener
When true, only exactly known ambiguities are reported.
exception - 类 中的变量org.antlr.v4.runtime.ParserRuleContext
The exception that forced this rule to return.
execATN(CharStream, DFAState) - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator
 
execATN(DFA, TokenStream, int, SimulatorState) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
execute(Lexer) - 接口 中的方法org.antlr.v4.runtime.atn.LexerAction
Execute the lexer action in the context of the specified Lexer.
execute(Lexer, CharStream, int) - 类 中的方法org.antlr.v4.runtime.atn.LexerActionExecutor
Execute the actions encapsulated by this executor within the context of a particular Lexer.
execute(Lexer) - 类 中的方法org.antlr.v4.runtime.atn.LexerChannelAction
Execute the lexer action in the context of the specified Lexer.
execute(Lexer) - 类 中的方法org.antlr.v4.runtime.atn.LexerCustomAction
Execute the lexer action in the context of the specified Lexer.
execute(Lexer) - 类 中的方法org.antlr.v4.runtime.atn.LexerIndexedCustomAction
Execute the lexer action in the context of the specified Lexer.
execute(Lexer) - 类 中的方法org.antlr.v4.runtime.atn.LexerModeAction
Execute the lexer action in the context of the specified Lexer.
execute(Lexer) - 类 中的方法org.antlr.v4.runtime.atn.LexerMoreAction
Execute the lexer action in the context of the specified Lexer.
execute(Lexer) - 类 中的方法org.antlr.v4.runtime.atn.LexerPopModeAction
Execute the lexer action in the context of the specified Lexer.
execute(Lexer) - 类 中的方法org.antlr.v4.runtime.atn.LexerPushModeAction
Execute the lexer action in the context of the specified Lexer.
execute(Lexer) - 类 中的方法org.antlr.v4.runtime.atn.LexerSkipAction
Execute the lexer action in the context of the specified Lexer.
execute(Lexer) - 类 中的方法org.antlr.v4.runtime.atn.LexerTypeAction
Execute the lexer action in the context of the specified Lexer.
execute(StringBuilder) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter.RewriteOperation
Execute the rewrite operation by possibly adding to the buffer.
exitEveryRule(ParserRuleContext) - 类 中的方法org.antlr.v4.runtime.Parser.TraceListener
 
exitEveryRule(ParserRuleContext) - 类 中的方法org.antlr.v4.runtime.Parser.TrimToSizeListener
 
exitEveryRule(ParserRuleContext) - 接口 中的方法org.antlr.v4.runtime.tree.ParseTreeListener
 
exitRule() - 类 中的方法org.antlr.v4.runtime.Parser
 
exitRule(ParseTreeListener) - 类 中的方法org.antlr.v4.runtime.ParserRuleContext
 
exitRule(ParseTreeListener, RuleNode) - 类 中的方法org.antlr.v4.runtime.tree.ParseTreeWalker
Exits a grammar rule by first triggering the event specific to the given parse tree node then by triggering the generic event ParseTreeListener.exitEveryRule(org.antlr.v4.runtime.ParserRuleContext)
expand() - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
 
expand() - 类 中的方法org.antlr.v4.runtime.misc.FlexibleHashMap
 

F

FailedPredicateException - org.antlr.v4.runtime中的异常错误
A semantic predicate failed during validation.
FailedPredicateException(Parser) - 异常错误 的构造器org.antlr.v4.runtime.FailedPredicateException
 
FailedPredicateException(Parser, String) - 异常错误 的构造器org.antlr.v4.runtime.FailedPredicateException
 
FailedPredicateException(Parser, String, String) - 异常错误 的构造器org.antlr.v4.runtime.FailedPredicateException
 
failOrAccept(LexerATNSimulator.SimState, CharStream, ATNConfigSet, int) - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator
 
fetch(int) - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
Add n elements to buffer.
fetchedEOF - 类 中的变量org.antlr.v4.runtime.BufferedTokenStream
Indicates whether the Token.EOF token has been fetched from BufferedTokenStream.tokenSource and added to BufferedTokenStream.tokens.
fileName - 类 中的变量org.antlr.v4.runtime.ANTLRFileStream
已过时。
 
fill() - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
Get all tokens from lexer until EOF.
fill(int) - 类 中的方法org.antlr.v4.runtime.UnbufferedCharStream
Add n characters to the buffer.
fill(int) - 类 中的方法org.antlr.v4.runtime.UnbufferedTokenStream
Add n elements to the buffer.
filterForChannel(int, int, int) - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
 
findAll(ParseTree, String) - 类 中的方法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) - 类 中的静态方法org.antlr.v4.runtime.tree.xpath.XPath
 
findAllNodes(ParseTree, int, boolean) - 类 中的静态方法org.antlr.v4.runtime.tree.Trees
 
findAllRuleNodes(ParseTree, int) - 类 中的静态方法org.antlr.v4.runtime.tree.Trees
 
findAllTokenNodes(ParseTree, int) - 类 中的静态方法org.antlr.v4.runtime.tree.Trees
 
findNodeSuchThat(Tree, Predicate<Tree>) - 类 中的静态方法org.antlr.v4.runtime.tree.Trees
Return first node satisfying the pred
findReturnState(int) - 类 中的方法org.antlr.v4.runtime.atn.ArrayPredictionContext
 
findReturnState(int) - 类 中的方法org.antlr.v4.runtime.atn.EmptyPredictionContext
 
findReturnState(int) - 类 中的方法org.antlr.v4.runtime.atn.PredictionContext
 
findReturnState(int) - 类 中的方法org.antlr.v4.runtime.atn.SingletonPredictionContext
 
finish(int, int) - 类 中的静态方法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) - 类 中的方法org.antlr.v4.runtime.atn.LexerActionExecutor
Creates a LexerActionExecutor which encodes the current offset for position-dependent lexer actions.
FlexibleHashMap<K,V> - org.antlr.v4.runtime.misc中的类
A limited map (many unsupported operations) that lets me use varying hashCode/equals.
FlexibleHashMap() - 类 的构造器org.antlr.v4.runtime.misc.FlexibleHashMap
 
FlexibleHashMap(AbstractEqualityComparator<? super K>) - 类 的构造器org.antlr.v4.runtime.misc.FlexibleHashMap
 
FlexibleHashMap(AbstractEqualityComparator<? super K>, int, int) - 类 的构造器org.antlr.v4.runtime.misc.FlexibleHashMap
 
FlexibleHashMap.Entry<K,V> - org.antlr.v4.runtime.misc中的类
 
followState - 类 中的变量org.antlr.v4.runtime.atn.RuleTransition
What node to begin computations following ref to rule
force_global_context - 类 中的变量org.antlr.v4.runtime.atn.ParserATNSimulator
 
from - 类 中的变量org.antlr.v4.runtime.atn.RangeTransition
 
fromBuffer(CodePointBuffer) - 类 中的静态方法org.antlr.v4.runtime.CodePointCharStream
Constructs a CodePointCharStream which provides access to the Unicode code points stored in codePointBuffer.
fromBuffer(CodePointBuffer, String) - 类 中的静态方法org.antlr.v4.runtime.CodePointCharStream
Constructs a named CodePointCharStream which provides access to the Unicode code points stored in codePointBuffer.
fromChannel(ReadableByteChannel) - 枚举 中的静态方法org.antlr.v4.runtime.CharStreams
Creates a CharStream given an opened ReadableByteChannel containing UTF-8 bytes.
fromChannel(ReadableByteChannel, Charset) - 枚举 中的静态方法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) - 枚举 中的静态方法org.antlr.v4.runtime.CharStreams
Creates a CharStream given an opened ReadableByteChannel containing UTF-8 bytes.
fromChannel(ReadableByteChannel, Charset, int, CodingErrorAction, String, long) - 枚举 中的静态方法org.antlr.v4.runtime.CharStreams
 
fromFile(File) - 枚举 中的静态方法org.antlr.v4.runtime.CharStreams
Creates a CharStream given a path to a UTF-8 encoded file on disk.
fromFile(File, Charset) - 枚举 中的静态方法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) - 枚举 中的静态方法org.antlr.v4.runtime.CharStreams
Creates a CharStream given a string containing a path to a UTF-8 file on disk.
fromFileName(String, Charset) - 枚举 中的静态方法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) - 枚举 中的静态方法org.antlr.v4.runtime.CharStreams
Creates a CharStream given a Reader.
fromReader(Reader, String) - 枚举 中的静态方法org.antlr.v4.runtime.CharStreams
Creates a CharStream given a Reader and its source name.
fromRuleContext(ATN, RuleContext) - 类 中的静态方法org.antlr.v4.runtime.atn.PredictionContext
 
fromRuleContext(ATN, RuleContext, boolean) - 类 中的静态方法org.antlr.v4.runtime.atn.PredictionContext
 
fromStream(InputStream) - 枚举 中的静态方法org.antlr.v4.runtime.CharStreams
Creates a CharStream given an opened InputStream containing UTF-8 bytes.
fromStream(InputStream, Charset) - 枚举 中的静态方法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) - 枚举 中的静态方法org.antlr.v4.runtime.CharStreams
 
fromString(String) - 枚举 中的静态方法org.antlr.v4.runtime.CharStreams
Creates a CharStream given a String.
fromString(String, String) - 枚举 中的静态方法org.antlr.v4.runtime.CharStreams
Creates a CharStream given a String and the sourceName from which it came.
fromTokenNames(String[]) - 类 中的静态方法org.antlr.v4.runtime.VocabularyImpl
Returns a VocabularyImpl instance from the specified set of token names.
FULL_CONTEXT - 类 中的静态变量org.antlr.v4.runtime.atn.EmptyPredictionContext
 
fullCtx - 类 中的变量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> - org.antlr.v4.runtime.misc中的接口
 
Func1<T1,Result> - org.antlr.v4.runtime.misc中的接口
 

G

get(int) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
get(int) - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
 
get(int, int) - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
Get all tokens from start..stop inclusively.
get(int) - 类 中的方法org.antlr.v4.runtime.CodePointBuffer
 
get(int) - 类 中的方法org.antlr.v4.runtime.dfa.ArrayEdgeMap
 
get(int) - 接口 中的方法org.antlr.v4.runtime.dfa.EdgeMap
 
get(int) - 类 中的方法org.antlr.v4.runtime.dfa.EmptyEdgeMap
 
get(int) - 类 中的方法org.antlr.v4.runtime.dfa.HashEdgeMap
 
get(int) - 类 中的方法org.antlr.v4.runtime.dfa.SingletonEdgeMap
 
get(int) - 类 中的方法org.antlr.v4.runtime.dfa.SparseEdgeMap
已过时。
 
get(T) - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
 
get(Key1, Key2) - 类 中的方法org.antlr.v4.runtime.misc.DoubleKeyMap
 
get(Key1) - 类 中的方法org.antlr.v4.runtime.misc.DoubleKeyMap
 
get(Object) - 类 中的方法org.antlr.v4.runtime.misc.FlexibleHashMap
 
get(int) - 类 中的方法org.antlr.v4.runtime.misc.IntegerList
 
get(int) - 类 中的方法org.antlr.v4.runtime.misc.OrderedHashSet
 
get(int) - 接口 中的方法org.antlr.v4.runtime.TokenStream
Gets the Token at the specified index in the stream.
get(ParseTree) - 类 中的方法org.antlr.v4.runtime.tree.ParseTreeProperty
 
get(String) - 类 中的方法org.antlr.v4.runtime.tree.pattern.ParseTreeMatch
Get the last node associated with a specific label.
get(int) - 类 中的方法org.antlr.v4.runtime.UnbufferedTokenStream
 
getAcceptStateInfo() - 类 中的方法org.antlr.v4.runtime.dfa.DFAState
 
getAction() - 类 中的方法org.antlr.v4.runtime.atn.LexerIndexedCustomAction
Gets the lexer action to execute.
getActionIndex() - 类 中的方法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() - 接口 中的方法org.antlr.v4.runtime.atn.LexerAction
Gets the serialization type of the lexer action.
getActionType() - 类 中的方法org.antlr.v4.runtime.atn.LexerChannelAction
Gets the serialization type of the lexer action.
getActionType() - 类 中的方法org.antlr.v4.runtime.atn.LexerCustomAction
Gets the serialization type of the lexer action.
getActionType() - 类 中的方法org.antlr.v4.runtime.atn.LexerIndexedCustomAction
Gets the serialization type of the lexer action.
getActionType() - 类 中的方法org.antlr.v4.runtime.atn.LexerModeAction
Gets the serialization type of the lexer action.
getActionType() - 类 中的方法org.antlr.v4.runtime.atn.LexerMoreAction
Gets the serialization type of the lexer action.
getActionType() - 类 中的方法org.antlr.v4.runtime.atn.LexerPopModeAction
Gets the serialization type of the lexer action.
getActionType() - 类 中的方法org.antlr.v4.runtime.atn.LexerPushModeAction
Gets the serialization type of the lexer action.
getActionType() - 类 中的方法org.antlr.v4.runtime.atn.LexerSkipAction
Gets the serialization type of the lexer action.
getActionType() - 类 中的方法org.antlr.v4.runtime.atn.LexerTypeAction
Gets the serialization type of the lexer action.
getAll(String) - 类 中的方法org.antlr.v4.runtime.tree.pattern.ParseTreeMatch
Return all nodes matching a rule or token tag with the specified label.
getAllTokens() - 类 中的方法org.antlr.v4.runtime.Lexer
Return a list of all Token objects in input char stream.
getAlt() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
What alt (or lexer rule) is predicted by this configuration
getAltNumber() - 类 中的方法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() - 类 中的方法org.antlr.v4.runtime.RuleContextWithAltNum
 
getAlts(Collection<BitSet>) - 枚举 中的静态方法org.antlr.v4.runtime.atn.PredictionMode
Gets the complete set of represented alternatives for a collection of alternative subsets.
getAlts(ATNConfigSet) - 枚举 中的静态方法org.antlr.v4.runtime.atn.PredictionMode
Get union of all alts from configs.
getAmbiguousAlternatives() - 类 中的方法org.antlr.v4.runtime.atn.AmbiguityInfo
Gets the set of alternatives in the decision that lead to a valid parse.
getAncestors(Tree) - 类 中的静态方法org.antlr.v4.runtime.tree.Trees
Return a list of all ancestors of this node.
getAsCached(PredictionContext) - 类 中的方法org.antlr.v4.runtime.atn.PredictionContextCache
 
getATN() - 类 中的方法org.antlr.v4.runtime.LexerInterpreter
 
getATN() - 类 中的方法org.antlr.v4.runtime.ParserInterpreter
 
getATN() - 类 中的方法org.antlr.v4.runtime.Recognizer
Get the ATN used by the recognizer for prediction.
getATNState() - 类 中的方法org.antlr.v4.runtime.ParserInterpreter
 
getATNWithBypassAlts() - 类 中的方法org.antlr.v4.runtime.Parser
The ATN with bypass alternatives is expensive to create so we create it lazily.
getBucket(T) - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
 
getBucket(K) - 类 中的方法org.antlr.v4.runtime.misc.FlexibleHashMap
 
getBufferStartIndex() - 类 中的方法org.antlr.v4.runtime.UnbufferedCharStream
 
getBufferStartIndex() - 类 中的方法org.antlr.v4.runtime.UnbufferedTokenStream
 
getBuildParseTree() - 类 中的方法org.antlr.v4.runtime.Parser
Gets whether or not a complete parse tree will be constructed while parsing.
getCachedContext(PredictionContext) - 类 中的方法org.antlr.v4.runtime.atn.ATN
 
getCachedContext(PredictionContext, ConcurrentMap<PredictionContext, PredictionContext>, PredictionContext.IdentityHashMap) - 类 中的静态方法org.antlr.v4.runtime.atn.PredictionContext
 
getChannel() - 类 中的方法org.antlr.v4.runtime.atn.LexerChannelAction
Gets the channel to use for the Token created by the lexer.
getChannel() - 类 中的方法org.antlr.v4.runtime.CommonToken
 
getChannel() - 类 中的方法org.antlr.v4.runtime.Lexer
 
getChannel() - 接口 中的方法org.antlr.v4.runtime.Token
Return the channel this token.
getChannel() - 类 中的方法org.antlr.v4.runtime.tree.pattern.RuleTagToken
Return the channel this token.
getChannelNames() - 类 中的方法org.antlr.v4.runtime.Lexer
 
getChannelNames() - 类 中的方法org.antlr.v4.runtime.LexerInterpreter
 
getChannelNames() - 类 中的方法org.antlr.v4.runtime.tree.xpath.XPathLexer
 
getCharErrorDisplay(int) - 类 中的方法org.antlr.v4.runtime.Lexer
 
getCharIndex() - 类 中的方法org.antlr.v4.runtime.Lexer
What is the index of the current character of lookahead?
getCharPositionInLine() - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator
 
getCharPositionInLine() - 类 中的方法org.antlr.v4.runtime.CommonToken
 
getCharPositionInLine() - 类 中的方法org.antlr.v4.runtime.Lexer
 
getCharPositionInLine() - 类 中的方法org.antlr.v4.runtime.ListTokenSource
Get the index into the current line for the current position in the input stream.
getCharPositionInLine() - 接口 中的方法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() - 接口 中的方法org.antlr.v4.runtime.TokenSource
Get the index into the current line for the current position in the input stream.
getCharPositionInLine() - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.atn.PredictionContext
 
getChild(PredictionContext, int) - 类 中的方法org.antlr.v4.runtime.atn.PredictionContextCache
 
getChild(int) - 类 中的方法org.antlr.v4.runtime.ParserRuleContext
 
getChild(Class<? extends T>, int) - 类 中的方法org.antlr.v4.runtime.ParserRuleContext
 
getChild(int) - 类 中的方法org.antlr.v4.runtime.RuleContext
 
getChild(int) - 接口 中的方法org.antlr.v4.runtime.tree.ParseTree
 
getChild(int) - 类 中的方法org.antlr.v4.runtime.tree.TerminalNodeImpl
 
getChild(int) - 接口 中的方法org.antlr.v4.runtime.tree.Tree
If there are children, get the ith value indexed from 0.
getChildContext(RuleContext, int) - 类 中的静态方法org.antlr.v4.runtime.RuleContext
 
getChildCount() - 类 中的方法org.antlr.v4.runtime.ParserRuleContext
 
getChildCount() - 类 中的方法org.antlr.v4.runtime.RuleContext
 
getChildCount() - 类 中的方法org.antlr.v4.runtime.tree.TerminalNodeImpl
 
getChildCount() - 接口 中的方法org.antlr.v4.runtime.tree.Tree
How many children are there?
getChildren(Tree) - 类 中的静态方法org.antlr.v4.runtime.tree.Trees
Return ordered list of all children of this node
getConflictedAlts() - 类 中的方法org.antlr.v4.runtime.atn.ConflictInfo
Gets the set of conflicting alternatives for the configuration set.
getConflictInfo() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
getConflictingAlts() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
getConflictingAlts(BitSet, ATNConfigSet) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
getConflictingAltSubsets(ATNConfigSet) - 枚举 中的静态方法org.antlr.v4.runtime.atn.PredictionMode
This function gets the conflicting alt subsets from a configuration set.
getContext() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
 
getContext() - 类 中的方法org.antlr.v4.runtime.Parser
 
getContext() - 异常错误 中的方法org.antlr.v4.runtime.RecognitionException
Gets the RuleContext at the time this exception was thrown.
getContextCacheSize() - 类 中的方法org.antlr.v4.runtime.atn.ATN
 
getContextEdgeMap() - 类 中的方法org.antlr.v4.runtime.dfa.DFAState
 
getContextLabel(int) - 类 中的方法org.antlr.v4.runtime.dfa.DFASerializer
 
getContextTarget(int) - 类 中的方法org.antlr.v4.runtime.dfa.DFAState
 
getCurrentState() - 类 中的方法org.antlr.v4.runtime.atn.ProfilingATNSimulator
 
getCurrentToken() - 类 中的方法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() - 异常错误 中的方法org.antlr.v4.runtime.LexerNoViableAltException
 
getDeadEndConfigs() - 异常错误 中的方法org.antlr.v4.runtime.NoViableAltException
 
getDecisionDescription(Parser, DFA) - 类 中的方法org.antlr.v4.runtime.DiagnosticErrorListener
 
getDecisionInfo() - 类 中的方法org.antlr.v4.runtime.atn.ParseInfo
Gets an array of DecisionInfo instances containing the profiling information gathered for each decision in the ATN.
getDecisionInfo() - 类 中的方法org.antlr.v4.runtime.atn.ProfilingATNSimulator
 
getDecisionLookahead(ATNState) - 类 中的方法org.antlr.v4.runtime.atn.LL1Analyzer
Calculates the SLL(1) expected lookahead set for each outgoing transition of an ATNState.
getDecisionState(int) - 类 中的方法org.antlr.v4.runtime.atn.ATN
 
getDecisionToDFA() - 类 中的方法org.antlr.v4.runtime.atn.ATN
 
getDecoded(ATN, List<String>, List<String>) - 类 中的静态方法org.antlr.v4.runtime.atn.ATNSerializer
 
getDefaultOptions() - 类 中的静态方法org.antlr.v4.runtime.atn.ATNDeserializationOptions
 
getDelegates() - 类 中的方法org.antlr.v4.runtime.ProxyErrorListener
 
getDependencies(Class<?>) - 类 中的静态方法org.antlr.v4.runtime.misc.RuleDependencyChecker
 
getDependencies(RoundEnvironment) - 类 中的静态方法org.antlr.v4.runtime.misc.RuleDependencyProcessor
 
getDescendants(ParseTree) - 类 中的静态方法org.antlr.v4.runtime.tree.Trees
Get all descendents; includes t itself.
getDFA(int) - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator
 
getDFASize() - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.atn.ParseInfo
Gets the total number of DFA states stored in the DFA cache for a particular decision.
getDFAStrings() - 类 中的方法org.antlr.v4.runtime.Parser
For debugging and other purposes.
getDipsIntoOuterContext() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
getDisplayName(int) - 接口 中的方法org.antlr.v4.runtime.Vocabulary
Gets the display name of a token type.
getDisplayName(int) - 类 中的方法org.antlr.v4.runtime.VocabularyImpl
 
getEdgeLabel(int) - 类 中的方法org.antlr.v4.runtime.dfa.DFASerializer
 
getEdgeLabel(int) - 类 中的方法org.antlr.v4.runtime.dfa.LexerDFASerializer
 
getEdgeMap() - 类 中的方法org.antlr.v4.runtime.dfa.DFAState
 
getEmptyContextEdgeMap() - 类 中的方法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() - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator
 
getEpsilonTarget(ATNConfig, Transition, boolean, boolean, PredictionContextCache, boolean) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
getErrorDisplay(String) - 类 中的方法org.antlr.v4.runtime.Lexer
 
getErrorDisplay(int) - 类 中的方法org.antlr.v4.runtime.Lexer
 
getErrorHandler() - 类 中的方法org.antlr.v4.runtime.Parser
 
getErrorHeader(RecognitionException) - 类 中的方法org.antlr.v4.runtime.Recognizer
What is the error header, normally line/character position information?
getErrorListenerDispatch() - 类 中的方法org.antlr.v4.runtime.Parser
 
getErrorListenerDispatch() - 类 中的方法org.antlr.v4.runtime.Recognizer
 
getErrorListeners() - 类 中的方法org.antlr.v4.runtime.Recognizer
 
getErrorRecoverySet(Parser) - 类 中的方法org.antlr.v4.runtime.DefaultErrorStrategy
 
getExistingTargetState(DFAState, int) - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator
Get an existing target state for an edge in the DFA.
getExistingTargetState(DFAState, int) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
Get an existing target state for an edge in the DFA.
getExistingTargetState(DFAState, int) - 类 中的方法org.antlr.v4.runtime.atn.ProfilingATNSimulator
 
getExpectedTokens(int, RuleContext) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.DefaultErrorStrategy
 
getExpectedTokens() - 类 中的方法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() - 异常错误 中的方法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() - 类 中的方法org.antlr.v4.runtime.Parser
 
getGrammarFileName() - 类 中的方法org.antlr.v4.runtime.LexerInterpreter
 
getGrammarFileName() - 类 中的方法org.antlr.v4.runtime.ParserInterpreter
 
getGrammarFileName() - 类 中的方法org.antlr.v4.runtime.Recognizer
For debugging and other purposes, might want the grammar name.
getGrammarFileName() - 类 中的方法org.antlr.v4.runtime.tree.xpath.XPathLexer
 
getHiddenTokensToLeft(int, int) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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() - 类 中的方法org.antlr.v4.runtime.CommonToken
 
getInputStream() - 类 中的方法org.antlr.v4.runtime.Lexer
 
getInputStream() - 异常错误 中的方法org.antlr.v4.runtime.LexerNoViableAltException
 
getInputStream() - 类 中的方法org.antlr.v4.runtime.ListTokenSource
Get the CharStream from which this token source is currently providing tokens.
getInputStream() - 类 中的方法org.antlr.v4.runtime.Parser
 
getInputStream() - 异常错误 中的方法org.antlr.v4.runtime.RecognitionException
Gets the input stream which is the symbol source for the recognizer where this exception was thrown.
getInputStream() - 类 中的方法org.antlr.v4.runtime.Recognizer
 
getInputStream() - 接口 中的方法org.antlr.v4.runtime.Token
Gets the CharStream from which this token was derived.
getInputStream() - 接口 中的方法org.antlr.v4.runtime.TokenSource
Get the CharStream from which this token source is currently providing tokens.
getInputStream() - 类 中的方法org.antlr.v4.runtime.tree.pattern.RuleTagToken
Gets the CharStream from which this token was derived.
getInterpreter() - 类 中的方法org.antlr.v4.runtime.Recognizer
Get the ATN interpreter used by the recognizer for prediction.
getIntervals() - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
Return a list of Interval objects.
getInvokingContext(int) - 类 中的方法org.antlr.v4.runtime.Parser
 
getItem1() - 类 中的方法org.antlr.v4.runtime.misc.Tuple2
 
getItem1() - 类 中的方法org.antlr.v4.runtime.misc.Tuple3
 
getItem2() - 类 中的方法org.antlr.v4.runtime.misc.Tuple2
 
getItem2() - 类 中的方法org.antlr.v4.runtime.misc.Tuple3
 
getItem3() - 类 中的方法org.antlr.v4.runtime.misc.Tuple3
 
getKey(ATNConfig) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
getKey(ATNConfig) - 类 中的方法org.antlr.v4.runtime.atn.OrderedATNConfigSet
 
getKey() - 类 中的方法org.antlr.v4.runtime.dfa.SingletonEdgeMap
 
getKeys() - 类 中的方法org.antlr.v4.runtime.dfa.SparseEdgeMap
已过时。
 
getKindOfOps(List<? extends TokenStreamRewriter.RewriteOperation>, Class<T>, int) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
Get all operations before an index of a particular kind
getLabel() - 类 中的方法org.antlr.v4.runtime.tree.pattern.RuleTagToken
Gets the label associated with the rule tag.
getLabel() - 类 中的方法org.antlr.v4.runtime.tree.pattern.TokenTagToken
Gets the label associated with the rule tag.
getLabels() - 类 中的方法org.antlr.v4.runtime.tree.pattern.ParseTreeMatch
Return a mapping from label → [list of nodes].
getLastRewriteTokenIndex() - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
getLastRewriteTokenIndex(String) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
getLexer() - 类 中的方法org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
Used to convert the tree pattern string into a series of tokens.
getLexerActionExecutor() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
 
getLexerActionExecutor() - 类 中的方法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() - 类 中的方法org.antlr.v4.runtime.dfa.DFAState
 
getLexerActions() - 类 中的方法org.antlr.v4.runtime.atn.LexerActionExecutor
Gets the lexer actions to be executed by this executor.
getLine() - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator
 
getLine() - 类 中的方法org.antlr.v4.runtime.CommonToken
 
getLine() - 类 中的方法org.antlr.v4.runtime.Lexer
 
getLine() - 类 中的方法org.antlr.v4.runtime.ListTokenSource
Get the line number for the current position in the input stream.
getLine() - 接口 中的方法org.antlr.v4.runtime.Token
The line number on which the 1st character of this token was matched, line=1..n
getLine() - 接口 中的方法org.antlr.v4.runtime.TokenSource
Get the line number for the current position in the input stream.
getLine() - 类 中的方法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) - 接口 中的方法org.antlr.v4.runtime.Vocabulary
Gets the string literal associated with a token type.
getLiteralName(int) - 类 中的方法org.antlr.v4.runtime.VocabularyImpl
 
getLLDecisions() - 类 中的方法org.antlr.v4.runtime.atn.ParseInfo
Gets the decision numbers for decisions that required one or more full-context predictions during parsing.
getLookaheadName(TokenStream) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
getLoopEntryState() - 类 中的方法org.antlr.v4.runtime.atn.StarLoopbackState
 
getMatcher() - 类 中的方法org.antlr.v4.runtime.tree.pattern.ParseTreePattern
Get the ParseTreePatternMatcher which created this tree pattern.
getMaxDfaEdge() - 类 中的方法org.antlr.v4.runtime.dfa.DFA
Gets the maximum input symbol value which can be stored in this DFA.
getMaxElement() - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
Returns the maximum value contained in the set.
getMaxSparseSize() - 类 中的方法org.antlr.v4.runtime.dfa.SparseEdgeMap
已过时。
 
getMaxTokenType() - 接口 中的方法org.antlr.v4.runtime.Vocabulary
Returns the highest token type value.
getMaxTokenType() - 类 中的方法org.antlr.v4.runtime.VocabularyImpl
 
getMinDfaEdge() - 类 中的方法org.antlr.v4.runtime.dfa.DFA
Gets the minimum input symbol value which can be stored in this DFA.
getMinElement() - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
Returns the minimum value contained in the set.
getMismatchedNode() - 类 中的方法org.antlr.v4.runtime.tree.pattern.ParseTreeMatch
Get the node at which we first detected a mismatch.
getMissingSymbol(Parser) - 类 中的方法org.antlr.v4.runtime.DefaultErrorStrategy
Conjure up a missing token during error recovery.
getMode() - 类 中的方法org.antlr.v4.runtime.atn.LexerModeAction
Get the lexer mode this action should transition the lexer to.
getMode() - 类 中的方法org.antlr.v4.runtime.atn.LexerPushModeAction
Get the lexer mode this action should transition the lexer to.
getModeNames() - 类 中的方法org.antlr.v4.runtime.Lexer
 
getModeNames() - 类 中的方法org.antlr.v4.runtime.LexerInterpreter
 
getModeNames() - 类 中的方法org.antlr.v4.runtime.tree.xpath.XPathLexer
 
getNodeText(Tree, Parser) - 类 中的静态方法org.antlr.v4.runtime.tree.Trees
 
getNodeText(Tree, List<String>) - 类 中的静态方法org.antlr.v4.runtime.tree.Trees
 
getNonStopStateNumber() - 类 中的方法org.antlr.v4.runtime.atn.ATNState
For all states except RuleStopState, this returns the state number.
getNonStopStateNumber() - 类 中的方法org.antlr.v4.runtime.atn.RuleStopState
 
getNumberOfDecisions() - 类 中的方法org.antlr.v4.runtime.atn.ATN
 
getNumberOfOnChannelTokens() - 类 中的方法org.antlr.v4.runtime.CommonTokenStream
Count EOF just once.
getNumberOfOptimizedTransitions() - 类 中的方法org.antlr.v4.runtime.atn.ATNState
 
getNumberOfSyntaxErrors() - 类 中的方法org.antlr.v4.runtime.Parser
Gets the number of syntax errors reported during parsing.
getNumberOfTransitions() - 类 中的方法org.antlr.v4.runtime.atn.ATNState
 
getOffendingState() - 异常错误 中的方法org.antlr.v4.runtime.RecognitionException
Get the ATN state number the parser was in at the time the error occurred.
getOffendingToken() - 异常错误 中的方法org.antlr.v4.runtime.RecognitionException
 
getOffendingToken(Recognizer<T, ?>) - 异常错误 中的方法org.antlr.v4.runtime.RecognitionException
 
getOffset() - 类 中的方法org.antlr.v4.runtime.atn.LexerIndexedCustomAction
Gets the location in the input CharStream at which the lexer action should be executed.
getOperands() - 类 中的方法org.antlr.v4.runtime.atn.SemanticContext.AND
 
getOperands() - 类 中的方法org.antlr.v4.runtime.atn.SemanticContext.Operator
Gets the operands for the semantic context operator.
getOperands() - 类 中的方法org.antlr.v4.runtime.atn.SemanticContext.OR
 
getOptimizedTransition(int) - 类 中的方法org.antlr.v4.runtime.atn.ATNState
 
getOrAdd(T) - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
Add o to set if not there; return existing value if already there.
getOrAddImpl(T) - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
 
getOuterContextDepth() - 类 中的方法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() - 类 中的方法org.antlr.v4.runtime.ParserInterpreter
 
getPairs() - 类 中的方法org.antlr.v4.runtime.misc.MultiMap
 
getParent(int) - 类 中的方法org.antlr.v4.runtime.atn.ArrayPredictionContext
 
getParent(int) - 类 中的方法org.antlr.v4.runtime.atn.EmptyPredictionContext
 
getParent(int) - 类 中的方法org.antlr.v4.runtime.atn.PredictionContext
 
getParent(int) - 类 中的方法org.antlr.v4.runtime.atn.SingletonPredictionContext
 
getParent() - 类 中的方法org.antlr.v4.runtime.ParserRuleContext
 
getParent() - 类 中的方法org.antlr.v4.runtime.RuleContext
 
getParent() - 接口 中的方法org.antlr.v4.runtime.tree.ParseTree
 
getParent() - 接口 中的方法org.antlr.v4.runtime.tree.RuleNode
 
getParent() - 接口 中的方法org.antlr.v4.runtime.tree.TerminalNode
 
getParent() - 类 中的方法org.antlr.v4.runtime.tree.TerminalNodeImpl
 
getParent() - 接口 中的方法org.antlr.v4.runtime.tree.Tree
The parent of this node.
getParseInfo() - 类 中的方法org.antlr.v4.runtime.Parser
 
getParseInfo() - 类 中的方法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() - 类 中的方法org.antlr.v4.runtime.Parser
 
getParser() - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
getParser() - 类 中的方法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() - 类 中的方法org.antlr.v4.runtime.tree.pattern.ParseTreeMatch
Get the tree pattern we are matching against.
getPattern() - 类 中的方法org.antlr.v4.runtime.tree.pattern.ParseTreePattern
Get the tree pattern in concrete syntax form.
getPatternRuleIndex() - 类 中的方法org.antlr.v4.runtime.tree.pattern.ParseTreePattern
Get the parser rule which serves as the outermost rule for the tree pattern.
getPatternTree() - 类 中的方法org.antlr.v4.runtime.tree.pattern.ParseTreePattern
Get the tree pattern as a ParseTree.
getPayload() - 类 中的方法org.antlr.v4.runtime.RuleContext
 
getPayload() - 类 中的方法org.antlr.v4.runtime.tree.TerminalNodeImpl
 
getPayload() - 接口 中的方法org.antlr.v4.runtime.tree.Tree
This method returns whatever object represents the data at this node.
getPrecedence() - 类 中的方法org.antlr.v4.runtime.Parser
Get the precedence level for the top-most precedence rule.
getPrecedenceStartState(int, boolean) - 类 中的方法org.antlr.v4.runtime.dfa.DFA
Get the start state for a specific precedence value.
getPredicate() - 类 中的方法org.antlr.v4.runtime.atn.PrecedencePredicateTransition
 
getPredicate() - 类 中的方法org.antlr.v4.runtime.atn.PredicateTransition
 
getPredicate() - 异常错误 中的方法org.antlr.v4.runtime.FailedPredicateException
 
getPredicatePredictions(BitSet, SemanticContext[]) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
getPrediction() - 类 中的方法org.antlr.v4.runtime.dfa.AcceptStateInfo
Gets the prediction made by this accept state.
getPrediction() - 类 中的方法org.antlr.v4.runtime.dfa.DFAState
 
getPredictionMode() - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
getPredIndex() - 异常错误 中的方法org.antlr.v4.runtime.FailedPredicateException
 
getPredsForAmbigAlts(BitSet, ATNConfigSet, int) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
getProgram(String) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
getReachableConfigSet(CharStream, ATNConfigSet, ATNConfigSet, int) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator
 
getReachableTarget(ATNConfig, Transition, int) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
getReachesIntoOuterContext() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
 
getRecognizer() - 异常错误 中的方法org.antlr.v4.runtime.RecognitionException
Gets the Recognizer where this exception occurred.
getRepresentedAlternatives() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
Get the set of all alternatives represented by configurations in this set.
getReturnState(int) - 类 中的方法org.antlr.v4.runtime.atn.ArrayPredictionContext
 
getReturnState(int) - 类 中的方法org.antlr.v4.runtime.atn.EmptyPredictionContext
 
getReturnState(RuleContext) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
getReturnState(int) - 类 中的方法org.antlr.v4.runtime.atn.PredictionContext
 
getReturnState(int) - 类 中的方法org.antlr.v4.runtime.atn.SingletonPredictionContext
 
getRootContext() - 类 中的方法org.antlr.v4.runtime.ParserInterpreter
Return the root of the parse, which can be useful if the parser bails out.
getRootOfSubtreeEnclosingRegion(ParseTree, int, int) - 类 中的静态方法org.antlr.v4.runtime.tree.Trees
Find smallest subtree of t enclosing range startTokenIndex..stopTokenIndex inclusively using postorder traversal.
getRuleContext() - 类 中的方法org.antlr.v4.runtime.Parser
 
getRuleContext(Class<? extends T>, int) - 类 中的方法org.antlr.v4.runtime.ParserRuleContext
 
getRuleContext() - 类 中的方法org.antlr.v4.runtime.RuleContext
 
getRuleContext() - 接口 中的方法org.antlr.v4.runtime.tree.RuleNode
 
getRuleContexts(Class<? extends T>) - 类 中的方法org.antlr.v4.runtime.ParserRuleContext
 
getRuleIndex() - 类 中的方法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() - 异常错误 中的方法org.antlr.v4.runtime.FailedPredicateException
 
getRuleIndex() - 类 中的方法org.antlr.v4.runtime.InterpreterRuleContext
 
getRuleIndex(String) - 类 中的方法org.antlr.v4.runtime.Parser
Get a rule's index (i.e., RULE_ruleName field) or -1 if not found.
getRuleIndex() - 类 中的方法org.antlr.v4.runtime.RuleContext
 
getRuleIndexMap() - 类 中的方法org.antlr.v4.runtime.Recognizer
Get a map from rule names to rule indexes.
getRuleInvocationStack() - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.Parser
 
getRuleName(int) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
getRuleName() - 类 中的方法org.antlr.v4.runtime.tree.pattern.RuleTagToken
Gets the name of the rule associated with this rule tag.
getRuleNames() - 类 中的方法org.antlr.v4.runtime.LexerInterpreter
 
getRuleNames() - 类 中的方法org.antlr.v4.runtime.ParserInterpreter
 
getRuleNames() - 类 中的方法org.antlr.v4.runtime.Recognizer
 
getRuleNames() - 类 中的方法org.antlr.v4.runtime.tree.xpath.XPathLexer
 
getRuleTagToken(ParseTree) - 类 中的方法org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
Is t (expr <expr>) subtree?
getSemanticContext() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
 
getSerializationType() - 类 中的方法org.antlr.v4.runtime.atn.ActionTransition
 
getSerializationType() - 类 中的方法org.antlr.v4.runtime.atn.AtomTransition
 
getSerializationType() - 类 中的方法org.antlr.v4.runtime.atn.EpsilonTransition
 
getSerializationType() - 类 中的方法org.antlr.v4.runtime.atn.NotSetTransition
 
getSerializationType() - 类 中的方法org.antlr.v4.runtime.atn.PrecedencePredicateTransition
 
getSerializationType() - 类 中的方法org.antlr.v4.runtime.atn.PredicateTransition
 
getSerializationType() - 类 中的方法org.antlr.v4.runtime.atn.RangeTransition
 
getSerializationType() - 类 中的方法org.antlr.v4.runtime.atn.RuleTransition
 
getSerializationType() - 类 中的方法org.antlr.v4.runtime.atn.SetTransition
 
getSerializationType() - 类 中的方法org.antlr.v4.runtime.atn.Transition
 
getSerializationType() - 类 中的方法org.antlr.v4.runtime.atn.WildcardTransition
 
getSerialized(ATN, List<String>) - 类 中的静态方法org.antlr.v4.runtime.atn.ATNSerializer
 
getSerializedAsChars(ATN, List<String>) - 类 中的静态方法org.antlr.v4.runtime.atn.ATNSerializer
 
getSerializedAsString(ATN, List<String>) - 类 中的静态方法org.antlr.v4.runtime.atn.ATNSerializer
Used by Java target to encode short/int array as chars in string.
getSerializedATN() - 类 中的方法org.antlr.v4.runtime.Recognizer
If this recognizer was generated, it will have a serialized ATN representation of the grammar.
getSerializedATN() - 类 中的方法org.antlr.v4.runtime.tree.xpath.XPathLexer
 
getSingleElement() - 类 中的方法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() - 接口 中的方法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>) - 枚举 中的静态方法org.antlr.v4.runtime.atn.PredictionMode
 
getSourceInterval() - 类 中的方法org.antlr.v4.runtime.ParserRuleContext
 
getSourceInterval() - 类 中的方法org.antlr.v4.runtime.RuleContext
 
getSourceInterval() - 接口 中的方法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() - 类 中的方法org.antlr.v4.runtime.tree.TerminalNodeImpl
 
getSourceName() - 类 中的方法org.antlr.v4.runtime.ANTLRFileStream
已过时。
 
getSourceName() - 类 中的方法org.antlr.v4.runtime.ANTLRInputStream
已过时。
 
getSourceName() - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
 
getSourceName() - 类 中的方法org.antlr.v4.runtime.CodePointCharStream
 
getSourceName() - 接口 中的方法org.antlr.v4.runtime.IntStream
Gets the name of the underlying symbol source.
getSourceName() - 类 中的方法org.antlr.v4.runtime.Lexer
 
getSourceName() - 类 中的方法org.antlr.v4.runtime.ListTokenSource
Gets the name of the underlying input source.
getSourceName() - 类 中的方法org.antlr.v4.runtime.Parser
 
getSourceName() - 接口 中的方法org.antlr.v4.runtime.TokenSource
Gets the name of the underlying input source.
getSourceName() - 类 中的方法org.antlr.v4.runtime.UnbufferedCharStream
 
getSourceName() - 类 中的方法org.antlr.v4.runtime.UnbufferedTokenStream
 
getStart() - 类 中的方法org.antlr.v4.runtime.ParserRuleContext
Get the initial token in this context.
getStartIndex() - 类 中的方法org.antlr.v4.runtime.CommonToken
 
getStartIndex() - 异常错误 中的方法org.antlr.v4.runtime.LexerNoViableAltException
 
getStartIndex() - 接口 中的方法org.antlr.v4.runtime.Token
The starting character index of the token This method is optional; return -1 if not implemented.
getStartIndex() - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
getStartState(DFA, TokenStream, ParserRuleContext, boolean) - 类 中的方法org.antlr.v4.runtime.atn.ProfilingATNSimulator
 
getStartToken() - 异常错误 中的方法org.antlr.v4.runtime.NoViableAltException
 
getState() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
Gets the ATN state associated with this configuration
getState() - 类 中的方法org.antlr.v4.runtime.Recognizer
 
getStateNumber() - 类 中的方法org.antlr.v4.runtime.atn.ATNState
Gets the state number.
getStates() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
getStateToAltMap(ATNConfigSet) - 枚举 中的静态方法org.antlr.v4.runtime.atn.PredictionMode
Get a map from state to alt subset from a configuration set.
getStateType() - 类 中的方法org.antlr.v4.runtime.atn.ATNState
 
getStateType() - 类 中的方法org.antlr.v4.runtime.atn.BasicBlockStartState
 
getStateType() - 类 中的方法org.antlr.v4.runtime.atn.BasicState
 
getStateType() - 类 中的方法org.antlr.v4.runtime.atn.BlockEndState
 
getStateType() - 类 中的方法org.antlr.v4.runtime.atn.LoopEndState
 
getStateType() - 类 中的方法org.antlr.v4.runtime.atn.PlusBlockStartState
 
getStateType() - 类 中的方法org.antlr.v4.runtime.atn.PlusLoopbackState
 
getStateType() - 类 中的方法org.antlr.v4.runtime.atn.RuleStartState
 
getStateType() - 类 中的方法org.antlr.v4.runtime.atn.RuleStopState
 
getStateType() - 类 中的方法org.antlr.v4.runtime.atn.StarBlockStartState
 
getStateType() - 类 中的方法org.antlr.v4.runtime.atn.StarLoopbackState
 
getStateType() - 类 中的方法org.antlr.v4.runtime.atn.StarLoopEntryState
 
getStateType() - 类 中的方法org.antlr.v4.runtime.atn.TokensStartState
 
getStop() - 类 中的方法org.antlr.v4.runtime.ParserRuleContext
Get the final token in this context.
getStopIndex() - 类 中的方法org.antlr.v4.runtime.CommonToken
 
getStopIndex() - 接口 中的方法org.antlr.v4.runtime.Token
The last character index of the token.
getStopIndex() - 类 中的方法org.antlr.v4.runtime.tree.pattern.RuleTagToken
The last character index of the token.
getSupportedSourceVersion() - 类 中的方法org.antlr.v4.runtime.misc.RuleDependencyProcessor
 
getSymbol() - 接口 中的方法org.antlr.v4.runtime.tree.TerminalNode
 
getSymbol() - 类 中的方法org.antlr.v4.runtime.tree.TerminalNodeImpl
 
getSymbolicName(int) - 接口 中的方法org.antlr.v4.runtime.Vocabulary
Gets the symbolic name associated with a token type.
getSymbolicName(int) - 类 中的方法org.antlr.v4.runtime.VocabularyImpl
 
getSymbolText(Token) - 类 中的方法org.antlr.v4.runtime.DefaultErrorStrategy
 
getSymbolType(Token) - 类 中的方法org.antlr.v4.runtime.DefaultErrorStrategy
 
getTarget(int) - 类 中的方法org.antlr.v4.runtime.dfa.DFAState
 
getText(Interval) - 类 中的方法org.antlr.v4.runtime.ANTLRInputStream
已过时。
 
getText(CharStream) - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator
Get the text matched so far for the current token.
getText() - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
Get the text of all tokens in this buffer.
getText(Interval) - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
 
getText(RuleContext) - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
 
getText(Object, Object) - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
 
getText(Interval) - 接口 中的方法org.antlr.v4.runtime.CharStream
This method returns the text for a range of characters within this input stream.
getText() - 类 中的方法org.antlr.v4.runtime.CommonToken
 
getText() - 类 中的方法org.antlr.v4.runtime.Lexer
Return the text matched so far for the current token or any text override.
getText() - 类 中的方法org.antlr.v4.runtime.RuleContext
Return the combined text of all child nodes.
getText() - 接口 中的方法org.antlr.v4.runtime.Token
Get the text of the token.
getText(Interval) - 接口 中的方法org.antlr.v4.runtime.TokenStream
Return the text of all tokens within the specified interval.
getText() - 接口 中的方法org.antlr.v4.runtime.TokenStream
Return the text of all tokens in the stream.
getText(RuleContext) - 接口 中的方法org.antlr.v4.runtime.TokenStream
Return the text of all tokens in the source interval of the specified context.
getText(Object, Object) - 接口 中的方法org.antlr.v4.runtime.TokenStream
Return the text of all tokens in this stream between start and stop (inclusive).
getText() - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
Return the text from the original tokens altered per the instructions given to this rewriter.
getText(String) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
Return the text from the original tokens altered per the instructions given to this rewriter in programName.
getText(Interval) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
getText() - 接口 中的方法org.antlr.v4.runtime.tree.ParseTree
Return the combined text of all leaf nodes.
getText() - 类 中的方法org.antlr.v4.runtime.tree.pattern.RuleTagToken
Get the text of the token.
getText() - 类 中的方法org.antlr.v4.runtime.tree.pattern.TokenTagToken
Get the text of the token.
getText() - 类 中的方法org.antlr.v4.runtime.tree.TerminalNodeImpl
 
getText(Interval) - 类 中的方法org.antlr.v4.runtime.UnbufferedCharStream
 
getText() - 类 中的方法org.antlr.v4.runtime.UnbufferedTokenStream
 
getText(RuleContext) - 类 中的方法org.antlr.v4.runtime.UnbufferedTokenStream
 
getText(Object, Object) - 类 中的方法org.antlr.v4.runtime.UnbufferedTokenStream
 
getText(Interval) - 类 中的方法org.antlr.v4.runtime.UnbufferedTokenStream
 
getToken() - 类 中的方法org.antlr.v4.runtime.Lexer
Override if emitting multiple tokens.
getToken(int, int) - 类 中的方法org.antlr.v4.runtime.ParserRuleContext
 
getTokenErrorDisplay(Token) - 类 中的方法org.antlr.v4.runtime.DefaultErrorStrategy
How should a token be displayed in an error message?
getTokenErrorDisplay(Token) - 类 中的方法org.antlr.v4.runtime.Recognizer
已过时。
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() - 类 中的方法org.antlr.v4.runtime.Lexer
 
getTokenFactory() - 类 中的方法org.antlr.v4.runtime.ListTokenSource
Gets the TokenFactory this token source is currently using for creating Token objects from the input.
getTokenFactory() - 类 中的方法org.antlr.v4.runtime.Parser
 
getTokenFactory() - 接口 中的方法org.antlr.v4.runtime.TokenSource
Gets the TokenFactory this token source is currently using for creating Token objects from the input.
getTokenIndex() - 类 中的方法org.antlr.v4.runtime.CommonToken
 
getTokenIndex() - 接口 中的方法org.antlr.v4.runtime.Token
An index from 0..n-1 of the token object in the input stream.
getTokenIndex() - 类 中的方法org.antlr.v4.runtime.tree.pattern.RuleTagToken
An index from 0..n-1 of the token object in the input stream.
getTokenName(int) - 类 中的方法org.antlr.v4.runtime.atn.ATNSerializer
 
getTokenName(int) - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator
 
getTokenName(int) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
getTokenName() - 类 中的方法org.antlr.v4.runtime.tree.pattern.TokenTagToken
Gets the token name.
getTokenNames() - 类 中的方法org.antlr.v4.runtime.Lexer
已过时。
getTokenNames() - 类 中的方法org.antlr.v4.runtime.LexerInterpreter
已过时。
getTokenNames() - 类 中的方法org.antlr.v4.runtime.ParserInterpreter
已过时。
getTokenNames() - 类 中的方法org.antlr.v4.runtime.Recognizer
已过时。
getTokenNames() - 类 中的方法org.antlr.v4.runtime.tree.xpath.XPathLexer
已过时。
getTokens() - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
 
getTokens(int, int) - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
 
getTokens(int, int, BitSet) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
 
getTokens(int) - 类 中的方法org.antlr.v4.runtime.ParserRuleContext
 
getTokenSource() - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
 
getTokenSource() - 类 中的方法org.antlr.v4.runtime.CommonToken
 
getTokenSource() - 接口 中的方法org.antlr.v4.runtime.Token
Gets the TokenSource which created this token.
getTokenSource() - 接口 中的方法org.antlr.v4.runtime.TokenStream
Gets the underlying TokenSource which provides tokens for this stream.
getTokenSource() - 类 中的方法org.antlr.v4.runtime.tree.pattern.RuleTagToken
Gets the TokenSource which created this token.
getTokenSource() - 类 中的方法org.antlr.v4.runtime.UnbufferedTokenStream
 
getTokenStream() - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
getTokenType(String) - 类 中的方法org.antlr.v4.runtime.Recognizer
 
getTokenTypeMap() - 类 中的方法org.antlr.v4.runtime.Recognizer
Get a map from token names to token types.
getTotalATNLookaheadOps() - 类 中的方法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() - 类 中的方法org.antlr.v4.runtime.atn.ParseInfo
Gets the total number of ATN lookahead operations for LL prediction across all decisions made during parsing.
getTotalLLLookaheadOps() - 类 中的方法org.antlr.v4.runtime.atn.ParseInfo
Gets the total number of LL lookahead operations across all decisions made during parsing.
getTotalSLLATNLookaheadOps() - 类 中的方法org.antlr.v4.runtime.atn.ParseInfo
Gets the total number of ATN lookahead operations for SLL prediction across all decisions made during parsing.
getTotalSLLLookaheadOps() - 类 中的方法org.antlr.v4.runtime.atn.ParseInfo
Gets the total number of SLL lookahead operations across all decisions made during parsing.
getTotalTimeInPrediction() - 类 中的方法org.antlr.v4.runtime.atn.ParseInfo
Gets the total time spent during prediction across all decisions made during parsing.
getTransitions() - 类 中的方法org.antlr.v4.runtime.atn.ATNState
 
getTree() - 类 中的方法org.antlr.v4.runtime.tree.pattern.ParseTreeMatch
Get the parse tree we are trying to match to a pattern.
getTrimParseTree() - 类 中的方法org.antlr.v4.runtime.Parser
 
getType() - 类 中的方法org.antlr.v4.runtime.atn.LexerTypeAction
Gets the type to assign to a token created by the lexer.
getType() - 类 中的方法org.antlr.v4.runtime.CommonToken
 
getType() - 类 中的方法org.antlr.v4.runtime.Lexer
 
getType() - 接口 中的方法org.antlr.v4.runtime.Token
Get the token type of the token
getType() - 类 中的方法org.antlr.v4.runtime.tree.pattern.RuleTagToken
Get the token type of the token
getUniqueAlt() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
getUniqueAlt(Collection<ATNConfig>) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
getUniqueAlt(Collection<BitSet>) - 枚举 中的静态方法org.antlr.v4.runtime.atn.PredictionMode
Returns the unique alternative predicted by all alternative subsets in altsets.
getValue() - 类 中的方法org.antlr.v4.runtime.dfa.SingletonEdgeMap
 
getValues() - 类 中的方法org.antlr.v4.runtime.dfa.SparseEdgeMap
已过时。
 
getVocabulary() - 类 中的方法org.antlr.v4.runtime.LexerInterpreter
 
getVocabulary() - 类 中的方法org.antlr.v4.runtime.ParserInterpreter
 
getVocabulary() - 类 中的方法org.antlr.v4.runtime.Recognizer
Get the vocabulary used by the recognizer.
getVocabulary() - 类 中的方法org.antlr.v4.runtime.tree.xpath.XPathLexer
 
getX() - 类 中的方法org.antlr.v4.runtime.atn.PredictionContextCache.IdentityCommutativePredictionContextOperands
 
getXPathElement(Token, boolean) - 类 中的方法org.antlr.v4.runtime.tree.xpath.XPath
Convert word like * or ID or expr to a path element.
getY() - 类 中的方法org.antlr.v4.runtime.atn.PredictionContextCache.IdentityCommutativePredictionContextOperands
 
grammarFileName - 类 中的变量org.antlr.v4.runtime.LexerInterpreter
 
grammarFileName - 类 中的变量org.antlr.v4.runtime.ParserInterpreter
 
grammarType - 类 中的变量org.antlr.v4.runtime.atn.ATN
The type of the ATN.

H

handleNoViableAlt(TokenStream, int, SimulatorState) - 类 中的方法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) - 枚举 中的静态方法org.antlr.v4.runtime.atn.PredictionMode
Checks if any configuration in configs is in a RuleStopState.
hasConflictingAltSet(Collection<BitSet>) - 枚举 中的静态方法org.antlr.v4.runtime.atn.PredictionMode
Determines if any single alternative subset in altsets contains more than one alternative.
hasEmpty() - 类 中的方法org.antlr.v4.runtime.atn.ArrayPredictionContext
 
hasEmpty() - 类 中的方法org.antlr.v4.runtime.atn.EmptyPredictionContext
 
hasEmpty() - 类 中的方法org.antlr.v4.runtime.atn.PredictionContext
 
hasEmpty() - 类 中的方法org.antlr.v4.runtime.atn.SingletonPredictionContext
 
hashCode() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
 
hashCode() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
hashCode() - 类 中的方法org.antlr.v4.runtime.atn.ATNState
 
hashCode() - 类 中的方法org.antlr.v4.runtime.atn.ConflictInfo
 
hashCode() - 类 中的方法org.antlr.v4.runtime.atn.LexerActionExecutor
 
hashCode() - 类 中的方法org.antlr.v4.runtime.atn.LexerChannelAction
 
hashCode() - 类 中的方法org.antlr.v4.runtime.atn.LexerCustomAction
 
hashCode() - 类 中的方法org.antlr.v4.runtime.atn.LexerIndexedCustomAction
 
hashCode() - 类 中的方法org.antlr.v4.runtime.atn.LexerModeAction
 
hashCode() - 类 中的方法org.antlr.v4.runtime.atn.LexerMoreAction
 
hashCode() - 类 中的方法org.antlr.v4.runtime.atn.LexerPopModeAction
 
hashCode() - 类 中的方法org.antlr.v4.runtime.atn.LexerPushModeAction
 
hashCode() - 类 中的方法org.antlr.v4.runtime.atn.LexerSkipAction
 
hashCode() - 类 中的方法org.antlr.v4.runtime.atn.LexerTypeAction
 
hashCode() - 类 中的方法org.antlr.v4.runtime.atn.PredictionContext
 
hashCode(PredictionContext) - 类 中的方法org.antlr.v4.runtime.atn.PredictionContext.IdentityEqualityComparator
 
hashCode() - 类 中的方法org.antlr.v4.runtime.atn.PredictionContextCache.IdentityCommutativePredictionContextOperands
 
hashCode() - 类 中的方法org.antlr.v4.runtime.atn.PredictionContextCache.PredictionContextAndInt
 
hashCode() - 类 中的方法org.antlr.v4.runtime.atn.SemanticContext.AND
 
hashCode() - 类 中的方法org.antlr.v4.runtime.atn.SemanticContext.OR
 
hashCode() - 类 中的方法org.antlr.v4.runtime.atn.SemanticContext.PrecedencePredicate
 
hashCode() - 类 中的方法org.antlr.v4.runtime.atn.SemanticContext.Predicate
 
hashCode() - 类 中的方法org.antlr.v4.runtime.dfa.DFAState
 
hashCode() - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
 
hashCode(T) - 接口 中的方法org.antlr.v4.runtime.misc.EqualityComparator
This method returns a hash code for the specified object.
hashCode() - 类 中的方法org.antlr.v4.runtime.misc.FlexibleHashMap
 
hashCode() - 类 中的方法org.antlr.v4.runtime.misc.IntegerList
Returns the hash code value for this list.
hashCode() - 类 中的方法org.antlr.v4.runtime.misc.Interval
 
hashCode() - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
 
hashCode(T[], int) - 类 中的静态方法org.antlr.v4.runtime.misc.MurmurHash
Utility function to compute the hash code of an array using the MurmurHash algorithm.
hashCode(Object) - 类 中的方法org.antlr.v4.runtime.misc.ObjectEqualityComparator
This method returns a hash code for the specified object.
hashCode() - 类 中的方法org.antlr.v4.runtime.misc.OrderedHashSet
 
hashCode() - 类 中的方法org.antlr.v4.runtime.misc.Tuple2
 
hashCode() - 类 中的方法org.antlr.v4.runtime.misc.Tuple3
 
HashEdgeMap<T> - org.antlr.v4.runtime.dfa中的类
 
HashEdgeMap(int, int) - 类 的构造器org.antlr.v4.runtime.dfa.HashEdgeMap
 
HashEdgeMap(int, int, int) - 类 的构造器org.antlr.v4.runtime.dfa.HashEdgeMap
 
hasNext() - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet.SetIterator
 
hasNonConflictingAltSet(Collection<BitSet>) - 枚举 中的静态方法org.antlr.v4.runtime.atn.PredictionMode
Determines if any single alternative subset in altsets contains exactly one alternative.
hasPassedThroughNonGreedyDecision() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
 
hasSemanticContext() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
hasSLLConflictTerminatingPrediction(PredictionMode, ATNConfigSet) - 枚举 中的静态方法org.antlr.v4.runtime.atn.PredictionMode
Computes the SLL prediction termination condition.
hasStateAssociatedWithOneAlt(ATNConfigSet) - 枚举 中的静态方法org.antlr.v4.runtime.atn.PredictionMode
 
hasUnicodeSMPTransitions() - 类 中的方法org.antlr.v4.runtime.atn.ATN
 
HIDDEN - 类 中的静态变量org.antlr.v4.runtime.Lexer
 
HIDDEN_CHANNEL - 接口 中的静态变量org.antlr.v4.runtime.Token
Anything on different channel than DEFAULT_CHANNEL is not parsed by parser.
HIT_PRED - 类 中的静态变量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 - 类 中的变量org.antlr.v4.runtime.ListTokenSource
The index into ListTokenSource.tokens of token to return by the next call to ListTokenSource.nextToken().
ID - 类 中的静态变量org.antlr.v4.runtime.tree.xpath.XPathLexer
 
IdentityCommutativePredictionContextOperands(PredictionContext, PredictionContext) - 类 的构造器org.antlr.v4.runtime.atn.PredictionContextCache.IdentityCommutativePredictionContextOperands
 
IdentityHashMap() - 类 的构造器org.antlr.v4.runtime.atn.PredictionContext.IdentityHashMap
 
inContext(String) - 类 中的方法org.antlr.v4.runtime.Parser
 
index() - 类 中的方法org.antlr.v4.runtime.ANTLRInputStream
已过时。
Return the current input symbol index 0..n where n indicates the last symbol has been read.
index - 类 中的变量org.antlr.v4.runtime.atn.LexerATNSimulator.SimState
 
index() - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
 
index() - 类 中的方法org.antlr.v4.runtime.CodePointCharStream
 
index - 类 中的变量org.antlr.v4.runtime.CommonToken
index() - 接口 中的方法org.antlr.v4.runtime.IntStream
Return the index into the stream of the input symbol referred to by LA(1).
index - 类 中的变量org.antlr.v4.runtime.TokenStreamRewriter.RewriteOperation
Token buffer index.
index() - 类 中的方法org.antlr.v4.runtime.UnbufferedCharStream
 
index() - 类 中的方法org.antlr.v4.runtime.UnbufferedTokenStream
 
inErrorRecoveryMode(Parser) - 接口 中的方法org.antlr.v4.runtime.ANTLRErrorStrategy
Tests whether or not recognizer is in the process of recovering from an error.
inErrorRecoveryMode(Parser) - 类 中的方法org.antlr.v4.runtime.DefaultErrorStrategy
Tests whether or not recognizer is in the process of recovering from an error.
INITAL_BUCKET_CAPACITY - 类 中的静态变量org.antlr.v4.runtime.misc.Array2DHashSet
 
INITAL_BUCKET_CAPACITY - 类 中的静态变量org.antlr.v4.runtime.misc.FlexibleHashMap
 
INITAL_CAPACITY - 类 中的静态变量org.antlr.v4.runtime.misc.Array2DHashSet
 
INITAL_CAPACITY - 类 中的静态变量org.antlr.v4.runtime.misc.FlexibleHashMap
 
INITIAL_BUFFER_SIZE - 类 中的静态变量org.antlr.v4.runtime.ANTLRInputStream
已过时。
 
INITIAL_NUM_TRANSITIONS - 类 中的静态变量org.antlr.v4.runtime.atn.ATNState
 
initialBucketCapacity - 类 中的变量org.antlr.v4.runtime.misc.Array2DHashSet
 
initialBucketCapacity - 类 中的变量org.antlr.v4.runtime.misc.FlexibleHashMap
 
initialCapacity - 类 中的变量org.antlr.v4.runtime.misc.Array2DHashSet
 
initialCapacity - 类 中的变量org.antlr.v4.runtime.misc.FlexibleHashMap
 
initialize() - 类 中的静态方法org.antlr.v4.runtime.misc.MurmurHash
Initialize the hash using the default seed value.
initialize(int) - 类 中的静态方法org.antlr.v4.runtime.misc.MurmurHash
Initialize the hash using the specified seed.
input - 类 中的变量org.antlr.v4.runtime.atn.DecisionEventInfo
The input token stream which is being parsed.
input - 类 中的变量org.antlr.v4.runtime.UnbufferedCharStream
 
InputMismatchException - 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) - 异常错误 的构造器org.antlr.v4.runtime.InputMismatchException
 
InputMismatchException(Parser, int, ParserRuleContext) - 异常错误 的构造器org.antlr.v4.runtime.InputMismatchException
 
insertAfter(Token, Object) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
insertAfter(int, Object) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
insertAfter(String, Token, Object) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
insertAfter(String, int, Object) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
insertBefore(Token, Object) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
insertBefore(int, Object) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
insertBefore(String, Token, Object) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
insertBefore(String, int, Object) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
INSTANCE - 类 中的静态变量org.antlr.v4.runtime.atn.LexerMoreAction
Provides a singleton instance of this parameterless lexer action.
INSTANCE - 类 中的静态变量org.antlr.v4.runtime.atn.LexerPopModeAction
Provides a singleton instance of this parameterless lexer action.
INSTANCE - 类 中的静态变量org.antlr.v4.runtime.atn.LexerSkipAction
Provides a singleton instance of this parameterless lexer action.
INSTANCE - 类 中的静态变量org.antlr.v4.runtime.atn.PredictionContext.IdentityEqualityComparator
 
INSTANCE - 类 中的静态变量org.antlr.v4.runtime.ConsoleErrorListener
Provides a default instance of ConsoleErrorListener.
INSTANCE - 类 中的静态变量org.antlr.v4.runtime.misc.ObjectEqualityComparator
 
INSTANCE - 类 中的静态变量org.antlr.v4.runtime.Parser.TrimToSizeListener
 
instructionIndex - 类 中的变量org.antlr.v4.runtime.TokenStreamRewriter.RewriteOperation
What index into rewrites List are we?
IntegerList - org.antlr.v4.runtime.misc中的类
 
IntegerList() - 类 的构造器org.antlr.v4.runtime.misc.IntegerList
 
IntegerList(int) - 类 的构造器org.antlr.v4.runtime.misc.IntegerList
 
IntegerList(IntegerList) - 类 的构造器org.antlr.v4.runtime.misc.IntegerList
 
IntegerList(Collection<Integer>) - 类 的构造器org.antlr.v4.runtime.misc.IntegerList
 
IntegerStack - org.antlr.v4.runtime.misc中的类
 
IntegerStack() - 类 的构造器org.antlr.v4.runtime.misc.IntegerStack
 
IntegerStack(int) - 类 的构造器org.antlr.v4.runtime.misc.IntegerStack
 
IntegerStack(IntegerStack) - 类 的构造器org.antlr.v4.runtime.misc.IntegerStack
 
InterpreterData() - 类 的构造器org.antlr.v4.runtime.misc.InterpreterDataReader.InterpreterData
 
InterpreterDataReader - org.antlr.v4.runtime.misc中的类
 
InterpreterDataReader() - 类 的构造器org.antlr.v4.runtime.misc.InterpreterDataReader
 
InterpreterDataReader.InterpreterData - org.antlr.v4.runtime.misc中的类
 
InterpreterRuleContext - 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) - 类 的构造器org.antlr.v4.runtime.InterpreterRuleContext
Constructs a new InterpreterRuleContext with the specified parent, invoking state, and rule index.
intersection(Interval) - 类 中的方法org.antlr.v4.runtime.misc.Interval
Return the interval in common between this and o
Interval - org.antlr.v4.runtime.misc中的类
An immutable inclusive interval a..b
Interval(int, int) - 类 的构造器org.antlr.v4.runtime.misc.Interval
 
INTERVAL_POOL_MAX_VALUE - 类 中的静态变量org.antlr.v4.runtime.misc.Interval
 
intervals - 类 中的变量org.antlr.v4.runtime.misc.IntervalSet
The list of sorted, disjoint intervals.
IntervalSet - org.antlr.v4.runtime.misc中的类
This class implements the IntSet backed by a sorted array of non-overlapping intervals.
IntervalSet(List<Interval>) - 类 的构造器org.antlr.v4.runtime.misc.IntervalSet
 
IntervalSet(IntervalSet) - 类 的构造器org.antlr.v4.runtime.misc.IntervalSet
 
IntervalSet(int...) - 类 的构造器org.antlr.v4.runtime.misc.IntervalSet
 
IntSet - org.antlr.v4.runtime.misc中的接口
A generic set of integers.
IntStream - org.antlr.v4.runtime中的接口
A simple stream of symbols whose values are represented as integers.
INVALID - 类 中的静态变量org.antlr.v4.runtime.misc.Interval
 
INVALID_ALT_NUMBER - 类 中的静态变量org.antlr.v4.runtime.atn.ATN
 
INVALID_STATE_NUMBER - 类 中的静态变量org.antlr.v4.runtime.atn.ATNState
 
INVALID_TYPE - 类 中的静态变量org.antlr.v4.runtime.atn.ATNState
 
INVALID_TYPE - 接口 中的静态变量org.antlr.v4.runtime.Token
 
invert - 类 中的变量org.antlr.v4.runtime.tree.xpath.XPathElement
 
invocations - 类 中的变量org.antlr.v4.runtime.atn.DecisionInfo
invokingState - 类 中的变量org.antlr.v4.runtime.RuleContext
What state invoked the rule associated with this context?
isAcceptState(DFAState, boolean) - 类 中的方法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() - 类 中的方法org.antlr.v4.runtime.dfa.DFAState
 
isAncestorOf(Tree, Tree) - 类 中的静态方法org.antlr.v4.runtime.tree.Trees
Return true if t is u's parent or a node on path to root from u.
isContextSensitive() - 类 中的方法org.antlr.v4.runtime.dfa.DFA
 
isContextSensitive() - 类 中的方法org.antlr.v4.runtime.dfa.DFAState
 
isContextSymbol(int) - 类 中的方法org.antlr.v4.runtime.dfa.DFAState
 
isCtxDependent - 类 中的变量org.antlr.v4.runtime.atn.ActionTransition
 
isCtxDependent - 类 中的变量org.antlr.v4.runtime.atn.PredicateTransition
 
isCtxDependent - 类 中的变量org.antlr.v4.runtime.atn.SemanticContext.Predicate
 
isEmpty() - 类 中的方法org.antlr.v4.runtime.atn.ArrayPredictionContext
 
isEmpty() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
isEmpty() - 类 中的方法org.antlr.v4.runtime.atn.EmptyPredictionContext
 
isEmpty() - 类 中的方法org.antlr.v4.runtime.atn.PredictionContext
 
isEmpty() - 类 中的方法org.antlr.v4.runtime.atn.SingletonPredictionContext
 
isEmpty() - 类 中的方法org.antlr.v4.runtime.dfa.ArrayEdgeMap
 
isEmpty() - 类 中的方法org.antlr.v4.runtime.dfa.DFA
 
isEmpty() - 接口 中的方法org.antlr.v4.runtime.dfa.EdgeMap
 
isEmpty() - 类 中的方法org.antlr.v4.runtime.dfa.EmptyEdgeMap
 
isEmpty() - 类 中的方法org.antlr.v4.runtime.dfa.HashEdgeMap
 
isEmpty() - 类 中的方法org.antlr.v4.runtime.dfa.SingletonEdgeMap
 
isEmpty() - 类 中的方法org.antlr.v4.runtime.dfa.SparseEdgeMap
已过时。
 
isEmpty() - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
 
isEmpty() - 类 中的方法org.antlr.v4.runtime.misc.FlexibleHashMap
 
isEmpty() - 类 中的方法org.antlr.v4.runtime.misc.IntegerList
 
isEmpty() - 类 中的方法org.antlr.v4.runtime.RuleContext
A context is empty if there is no invoking state; meaning nobody called current context.
isEmptyLocal(PredictionContext) - 类 中的静态方法org.antlr.v4.runtime.atn.PredictionContext
 
isEpsilon() - 类 中的方法org.antlr.v4.runtime.atn.ActionTransition
 
isEpsilon() - 类 中的方法org.antlr.v4.runtime.atn.EpsilonTransition
 
isEpsilon() - 类 中的方法org.antlr.v4.runtime.atn.PrecedencePredicateTransition
 
isEpsilon() - 类 中的方法org.antlr.v4.runtime.atn.PredicateTransition
 
isEpsilon() - 类 中的方法org.antlr.v4.runtime.atn.RuleTransition
 
isEpsilon() - 类 中的方法org.antlr.v4.runtime.atn.Transition
Determines if the transition is an "epsilon" transition.
isExact() - 类 中的方法org.antlr.v4.runtime.atn.ConflictInfo
Gets whether or not the configuration conflict is an exact conflict.
isExactConflict() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
isExpectedToken(int) - 类 中的方法org.antlr.v4.runtime.Parser
Checks whether or not symbol can follow the current state in the ATN.
isFeatureSupported(UUID, UUID) - 类 中的方法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() - 类 中的方法org.antlr.v4.runtime.atn.EmptyPredictionContext
 
isGenerateRuleBypassTransitions() - 类 中的方法org.antlr.v4.runtime.atn.ATNDeserializationOptions
 
isMatchedEOF() - 类 中的方法org.antlr.v4.runtime.Parser
 
isNil() - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
Returns true if this set contains no elements.
isNil() - 接口 中的方法org.antlr.v4.runtime.misc.IntSet
Returns true if this set contains no elements.
isNonGreedyExitState() - 类 中的方法org.antlr.v4.runtime.atn.ATNState
 
isOptimize() - 类 中的方法org.antlr.v4.runtime.atn.ATNDeserializationOptions
 
isOptimized() - 类 中的方法org.antlr.v4.runtime.atn.ATNState
 
isOutermostConfigSet() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
isPositionDependent() - 接口 中的方法org.antlr.v4.runtime.atn.LexerAction
Gets whether the lexer action is position-dependent.
isPositionDependent() - 类 中的方法org.antlr.v4.runtime.atn.LexerChannelAction
Gets whether the lexer action is position-dependent.
isPositionDependent() - 类 中的方法org.antlr.v4.runtime.atn.LexerCustomAction
Gets whether the lexer action is position-dependent.
isPositionDependent() - 类 中的方法org.antlr.v4.runtime.atn.LexerIndexedCustomAction
Gets whether the lexer action is position-dependent.
isPositionDependent() - 类 中的方法org.antlr.v4.runtime.atn.LexerModeAction
Gets whether the lexer action is position-dependent.
isPositionDependent() - 类 中的方法org.antlr.v4.runtime.atn.LexerMoreAction
Gets whether the lexer action is position-dependent.
isPositionDependent() - 类 中的方法org.antlr.v4.runtime.atn.LexerPopModeAction
Gets whether the lexer action is position-dependent.
isPositionDependent() - 类 中的方法org.antlr.v4.runtime.atn.LexerPushModeAction
Gets whether the lexer action is position-dependent.
isPositionDependent() - 类 中的方法org.antlr.v4.runtime.atn.LexerSkipAction
Gets whether the lexer action is position-dependent.
isPositionDependent() - 类 中的方法org.antlr.v4.runtime.atn.LexerTypeAction
Gets whether the lexer action is position-dependent.
isPrecedenceDfa() - 类 中的方法org.antlr.v4.runtime.dfa.DFA
Gets whether this DFA is a precedence DFA.
isPrecedenceFilterSuppressed() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
 
isPrecedenceRule - 类 中的变量org.antlr.v4.runtime.atn.RuleStartState
 
isReadOnly() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
isReadOnly() - 类 中的方法org.antlr.v4.runtime.atn.ATNDeserializationOptions
 
isReadonly() - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
 
isTrace() - 类 中的方法org.antlr.v4.runtime.Parser
Gets whether a Parser.TraceListener is registered as a parse listener for the parser.
isVerifyATN() - 类 中的方法org.antlr.v4.runtime.atn.ATNDeserializationOptions
 
iterator() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
iterator() - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
 
iterator() - 类 中的方法org.antlr.v4.runtime.misc.OrderedHashSet
 

J

join(PredictionContext, PredictionContext) - 类 中的静态方法org.antlr.v4.runtime.atn.PredictionContext
 
join(PredictionContext, PredictionContext) - 类 中的方法org.antlr.v4.runtime.atn.PredictionContextCache
 
join(Iterable<?>, String) - 类 中的静态方法org.antlr.v4.runtime.misc.Utils
 
join(T[], String) - 类 中的静态方法org.antlr.v4.runtime.misc.Utils
 
join(Iterator<T>, String) - 类 中的静态方法org.antlr.v4.runtime.misc.Utils
 

K

key - 类 中的变量org.antlr.v4.runtime.misc.FlexibleHashMap.Entry
 
keySet() - 类 中的方法org.antlr.v4.runtime.misc.DoubleKeyMap
get all primary keys
keySet(Key1) - 类 中的方法org.antlr.v4.runtime.misc.DoubleKeyMap
get all secondary keys associated with a primary key
keySet() - 类 中的方法org.antlr.v4.runtime.misc.FlexibleHashMap
 

L

LA(int) - 类 中的方法org.antlr.v4.runtime.ANTLRInputStream
已过时。
 
LA(int) - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
 
LA(int) - 接口 中的方法org.antlr.v4.runtime.IntStream
Gets the value of the symbol at offset i from the current position.
LA(int) - 类 中的方法org.antlr.v4.runtime.UnbufferedCharStream
 
LA(int) - 类 中的方法org.antlr.v4.runtime.UnbufferedTokenStream
 
label - 类 中的变量org.antlr.v4.runtime.atn.AtomTransition
The token type or character value; or, signifies special label.
label() - 类 中的方法org.antlr.v4.runtime.atn.AtomTransition
 
label() - 类 中的方法org.antlr.v4.runtime.atn.RangeTransition
 
label() - 类 中的方法org.antlr.v4.runtime.atn.SetTransition
 
label() - 类 中的方法org.antlr.v4.runtime.atn.Transition
 
lastChar - 类 中的变量org.antlr.v4.runtime.UnbufferedCharStream
This is the LA(-1) character for the current position.
lastCharBufferStart - 类 中的变量org.antlr.v4.runtime.UnbufferedCharStream
When numMarkers > 0, this is the LA(-1) character for the first character in data.
lastErrorIndex - 类 中的变量org.antlr.v4.runtime.DefaultErrorStrategy
The index into the input stream where the last error occurred.
lastErrorStates - 类 中的变量org.antlr.v4.runtime.DefaultErrorStrategy
 
lastRewriteTokenIndexes - 类 中的变量org.antlr.v4.runtime.TokenStreamRewriter
Map String (program name) → Integer index
lastToken - 类 中的变量org.antlr.v4.runtime.UnbufferedTokenStream
This is the LT(-1) token for the current position.
lastTokenBufferStart - 类 中的变量org.antlr.v4.runtime.UnbufferedTokenStream
When numMarkers > 0, this is the LT(-1) token for the first token in UnbufferedTokenStream.tokens.
lazyInit() - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
 
LB(int) - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
 
LB(int) - 类 中的方法org.antlr.v4.runtime.CommonTokenStream
 
leftFactored - 类 中的变量org.antlr.v4.runtime.atn.RuleStartState
 
length() - 类 中的方法org.antlr.v4.runtime.misc.Interval
return number of elements between a and b inclusively. x..x is length 1.
Lexer - org.antlr.v4.runtime中的类
A lexer is recognizer that draws input symbols from a character stream.
Lexer(CharStream) - 类 的构造器org.antlr.v4.runtime.Lexer
 
LexerAction - org.antlr.v4.runtime.atn中的接口
Represents a single action which can be executed following the successful match of a lexer rule.
LexerActionExecutor - 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[]) - 类 的构造器org.antlr.v4.runtime.atn.LexerActionExecutor
Constructs an executor for a sequence of LexerAction actions.
lexerActionFactory(LexerActionType, int, int) - 类 中的方法org.antlr.v4.runtime.atn.ATNDeserializer
 
lexerActions - 类 中的变量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 - org.antlr.v4.runtime.atn中的枚举
Represents the serialization type of a LexerAction.
LexerATNSimulator - org.antlr.v4.runtime.atn中的类
"dup" of ParserInterpreter
LexerATNSimulator(ATN) - 类 的构造器org.antlr.v4.runtime.atn.LexerATNSimulator
 
LexerATNSimulator(Lexer, ATN) - 类 的构造器org.antlr.v4.runtime.atn.LexerATNSimulator
 
LexerATNSimulator.SimState - 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.
LexerChannelAction - org.antlr.v4.runtime.atn中的类
Implements the channel lexer action by calling Lexer.setChannel(int) with the assigned channel.
LexerChannelAction(int) - 类 的构造器org.antlr.v4.runtime.atn.LexerChannelAction
Constructs a new channel action with the specified channel value.
LexerCustomAction - 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) - 类 的构造器org.antlr.v4.runtime.atn.LexerCustomAction
Constructs a custom lexer action with the specified rule and action indexes.
LexerDFASerializer - org.antlr.v4.runtime.dfa中的类
 
LexerDFASerializer(DFA) - 类 的构造器org.antlr.v4.runtime.dfa.LexerDFASerializer
 
LexerIndexedCustomAction - 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) - 类 的构造器org.antlr.v4.runtime.atn.LexerIndexedCustomAction
Constructs a new indexed custom action by associating a character offset with a LexerAction.
LexerInterpreter - org.antlr.v4.runtime中的类
 
LexerInterpreter(String, Collection<String>, Collection<String>, Collection<String>, ATN, CharStream) - 类 的构造器org.antlr.v4.runtime.LexerInterpreter
已过时。
LexerInterpreter(String, Vocabulary, Collection<String>, Collection<String>, ATN, CharStream) - 类 的构造器org.antlr.v4.runtime.LexerInterpreter
已过时。
LexerInterpreter(String, Vocabulary, Collection<String>, Collection<String>, Collection<String>, ATN, CharStream) - 类 的构造器org.antlr.v4.runtime.LexerInterpreter
 
LexerModeAction - org.antlr.v4.runtime.atn中的类
Implements the mode lexer action by calling Lexer.mode(int) with the assigned mode.
LexerModeAction(int) - 类 的构造器org.antlr.v4.runtime.atn.LexerModeAction
Constructs a new mode action with the specified mode value.
LexerMoreAction - org.antlr.v4.runtime.atn中的类
Implements the more lexer action by calling Lexer.more().
LexerNoViableAltException - org.antlr.v4.runtime中的异常错误
 
LexerNoViableAltException(Lexer, CharStream, int, ATNConfigSet) - 异常错误 的构造器org.antlr.v4.runtime.LexerNoViableAltException
 
LexerPopModeAction - org.antlr.v4.runtime.atn中的类
Implements the popMode lexer action by calling Lexer.popMode().
LexerPushModeAction - org.antlr.v4.runtime.atn中的类
Implements the pushMode lexer action by calling Lexer.pushMode(int) with the assigned mode.
LexerPushModeAction(int) - 类 的构造器org.antlr.v4.runtime.atn.LexerPushModeAction
Constructs a new pushMode action with the specified mode value.
LexerSkipAction - org.antlr.v4.runtime.atn中的类
Implements the skip lexer action by calling Lexer.skip().
LexerTypeAction - org.antlr.v4.runtime.atn中的类
Implements the type lexer action by calling Lexer.setType(int) with the assigned type.
LexerTypeAction(int) - 类 的构造器org.antlr.v4.runtime.atn.LexerTypeAction
Constructs a new type action with the specified token type value.
line - 类 中的变量org.antlr.v4.runtime.atn.LexerATNSimulator
line number 1..n within the input
line - 类 中的变量org.antlr.v4.runtime.atn.LexerATNSimulator.SimState
 
line - 类 中的变量org.antlr.v4.runtime.CommonToken
This is the backing field for CommonToken.getLine() and CommonToken.setLine(int).
ListTokenSource - org.antlr.v4.runtime中的类
Provides an implementation of TokenSource as a wrapper around a list of Token objects.
ListTokenSource(List<? extends Token>) - 类 的构造器org.antlr.v4.runtime.ListTokenSource
Constructs a new ListTokenSource instance from the specified collection of Token objects.
ListTokenSource(List<? extends Token>, String) - 类 的构造器org.antlr.v4.runtime.ListTokenSource
Constructs a new ListTokenSource instance from the specified collection of Token objects and source name.
LL1Analyzer - org.antlr.v4.runtime.atn中的类
 
LL1Analyzer(ATN) - 类 的构造器org.antlr.v4.runtime.atn.LL1Analyzer
 
LL1Table - 类 中的变量org.antlr.v4.runtime.atn.ATN
 
LL_ATNTransitions - 类 中的变量org.antlr.v4.runtime.atn.DecisionInfo
The total number of ATN transitions required during LL prediction for this decision.
LL_DFATransitions - 类 中的变量org.antlr.v4.runtime.atn.DecisionInfo
The total number of DFA transitions required during LL prediction for this decision.
LL_Fallback - 类 中的变量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 - 类 中的变量org.antlr.v4.runtime.atn.DecisionInfo
Gets the maximum lookahead required for any single LL prediction to complete for this decision.
LL_MaxLookEvent - 类 中的变量org.antlr.v4.runtime.atn.DecisionInfo
Gets the LookaheadEventInfo associated with the event where the DecisionInfo.LL_MaxLook value was set.
LL_MinLook - 类 中的变量org.antlr.v4.runtime.atn.DecisionInfo
Gets the minimum lookahead required for any single LL prediction to complete for this decision.
LL_TotalLook - 类 中的变量org.antlr.v4.runtime.atn.DecisionInfo
The sum of the lookahead required for LL prediction for this decision.
load(String, String) - 类 中的方法org.antlr.v4.runtime.ANTLRFileStream
已过时。
 
load(Reader, int, int) - 类 中的方法org.antlr.v4.runtime.ANTLRInputStream
已过时。
 
LOAD_FACTOR - 类 中的静态变量org.antlr.v4.runtime.misc.Array2DHashSet
 
LOAD_FACTOR - 类 中的静态变量org.antlr.v4.runtime.misc.FlexibleHashMap
 
LOCAL_CONTEXT - 类 中的静态变量org.antlr.v4.runtime.atn.EmptyPredictionContext
 
log(String, String) - 类 中的方法org.antlr.v4.runtime.misc.LogManager
 
log(String) - 类 中的方法org.antlr.v4.runtime.misc.LogManager
 
LogManager - org.antlr.v4.runtime.misc中的类
 
LogManager() - 类 的构造器org.antlr.v4.runtime.misc.LogManager
 
LogManager.Record - org.antlr.v4.runtime.misc中的类
 
LOOK(ATNState, PredictionContext) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.atn.LL1Analyzer
Compute set of tokens that can follow s in the ATN in the specified ctx.
LookaheadEventInfo - 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) - 类 的构造器org.antlr.v4.runtime.atn.LookaheadEventInfo
Constructs a new instance of the LookaheadEventInfo class with the specified detailed lookahead information.
LOOP_END - 类 中的静态变量org.antlr.v4.runtime.atn.ATNState
 
loopBackState - 类 中的变量org.antlr.v4.runtime.atn.LoopEndState
 
loopBackState - 类 中的变量org.antlr.v4.runtime.atn.PlusBlockStartState
 
loopBackState - 类 中的变量org.antlr.v4.runtime.atn.StarLoopEntryState
 
LoopEndState - org.antlr.v4.runtime.atn中的类
Mark the end of a * or + loop.
LoopEndState() - 类 的构造器org.antlr.v4.runtime.atn.LoopEndState
 
LT(int) - 类 中的方法org.antlr.v4.runtime.ANTLRInputStream
已过时。
 
LT(int) - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
 
LT(int) - 类 中的方法org.antlr.v4.runtime.CommonTokenStream
 
LT(int) - 接口 中的方法org.antlr.v4.runtime.TokenStream
Get the Token instance associated with the value returned by LA(k).
LT(int) - 类 中的方法org.antlr.v4.runtime.UnbufferedTokenStream
 

M

main(String[]) - 类 中的静态方法org.antlr.v4.runtime.misc.FlexibleHashMap
 
main(String[]) - 类 中的静态方法org.antlr.v4.runtime.misc.LogManager
 
main(String[]) - 类 中的静态方法org.antlr.v4.runtime.misc.TestRig
已过时。
 
makeReadOnly() - 类 中的方法org.antlr.v4.runtime.atn.ATNDeserializationOptions
 
map(K, V) - 类 中的方法org.antlr.v4.runtime.misc.MultiMap
 
mark() - 类 中的方法org.antlr.v4.runtime.ANTLRInputStream
已过时。
mark/release do nothing; we have entire buffer
mark() - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
 
mark() - 类 中的方法org.antlr.v4.runtime.CodePointCharStream
mark/release do nothing; we have entire buffer
mark() - 接口 中的方法org.antlr.v4.runtime.IntStream
A mark provides a guarantee that seek() operations will be valid over a "marked range" extending from the index where mark() was called to the current index().
mark() - 类 中的方法org.antlr.v4.runtime.UnbufferedCharStream
Return a marker that we can release later.
mark() - 类 中的方法org.antlr.v4.runtime.UnbufferedTokenStream
Return a marker that we can release later.
markExplicitSemanticContext() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
markPrecedenceDecisions(ATN) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator
 
match(int) - 类 中的方法org.antlr.v4.runtime.Parser
Match current input symbol against ttype.
match(ParseTree) - 类 中的方法org.antlr.v4.runtime.tree.pattern.ParseTreePattern
Match a specific parse tree against this tree pattern.
match(ParseTree, String, int) - 类 中的方法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) - 类 中的方法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 - 类 中的静态变量org.antlr.v4.runtime.atn.LexerATNSimulator
已过时。
This field is no longer used.
matchATN(CharStream) - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator
 
matchedEOF - 类 中的变量org.antlr.v4.runtime.Parser
Indicates parser has match()ed EOF token.
matches(int, int, int) - 类 中的方法org.antlr.v4.runtime.atn.ActionTransition
 
matches(int, int, int) - 类 中的方法org.antlr.v4.runtime.atn.AtomTransition
 
matches(int, int, int) - 类 中的方法org.antlr.v4.runtime.atn.EpsilonTransition
 
matches(int, int, int) - 类 中的方法org.antlr.v4.runtime.atn.NotSetTransition
 
matches(int, int, int) - 类 中的方法org.antlr.v4.runtime.atn.PrecedencePredicateTransition
 
matches(int, int, int) - 类 中的方法org.antlr.v4.runtime.atn.PredicateTransition
 
matches(int, int, int) - 类 中的方法org.antlr.v4.runtime.atn.RangeTransition
 
matches(int, int, int) - 类 中的方法org.antlr.v4.runtime.atn.RuleTransition
 
matches(int, int, int) - 类 中的方法org.antlr.v4.runtime.atn.SetTransition
 
matches(int, int, int) - 类 中的方法org.antlr.v4.runtime.atn.Transition
 
matches(int, int, int) - 类 中的方法org.antlr.v4.runtime.atn.WildcardTransition
 
matches(ParseTree) - 类 中的方法org.antlr.v4.runtime.tree.pattern.ParseTreePattern
Determine whether or not a parse tree matches this tree pattern.
matches(ParseTree, String, int) - 类 中的方法org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
Does pattern matched as rule patternRuleIndex match tree?
matches(ParseTree, ParseTreePattern) - 类 中的方法org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
Does pattern matched as rule patternRuleIndex match tree?
matchImpl(ParseTree, ParseTree, MultiMap<String, ParseTree>) - 类 中的方法org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
Recursively walk tree against patternTree, filling match.
matchWildcard() - 类 中的方法org.antlr.v4.runtime.Parser
Match current input symbol as a wildcard.
MAX_CHAR_VALUE - 类 中的静态变量org.antlr.v4.runtime.Lexer
 
MAX_DFA_EDGE - 类 中的静态变量org.antlr.v4.runtime.atn.LexerATNSimulator
 
maxIndex - 类 中的变量org.antlr.v4.runtime.dfa.AbstractEdgeMap
 
maxTokenType - 类 中的变量org.antlr.v4.runtime.atn.ATN
The maximum value for any symbol recognized by a transition in the ATN.
MIN_CHAR_VALUE - 类 中的静态变量org.antlr.v4.runtime.Lexer
 
MIN_DFA_EDGE - 类 中的静态变量org.antlr.v4.runtime.atn.LexerATNSimulator
 
MIN_TOKEN_INDEX - 类 中的静态变量org.antlr.v4.runtime.TokenStreamRewriter
 
MIN_USER_CHANNEL_VALUE - 接口 中的静态变量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 - 接口 中的静态变量org.antlr.v4.runtime.Token
 
minIndex - 类 中的变量org.antlr.v4.runtime.dfa.AbstractEdgeMap
 
mode - 类 中的变量org.antlr.v4.runtime.atn.LexerATNSimulator
 
mode(int) - 类 中的方法org.antlr.v4.runtime.Lexer
 
modeNames - 类 中的变量org.antlr.v4.runtime.LexerInterpreter
 
modeNames - 类 中的静态变量org.antlr.v4.runtime.tree.xpath.XPathLexer
 
modeNameToStartState - 类 中的变量org.antlr.v4.runtime.atn.ATN
 
modeToDFA - 类 中的变量org.antlr.v4.runtime.atn.ATN
 
modeToStartState - 类 中的变量org.antlr.v4.runtime.atn.ATN
 
MORE - 类 中的静态变量org.antlr.v4.runtime.Lexer
 
more() - 类 中的方法org.antlr.v4.runtime.Lexer
 
MultiMap<K,V> - org.antlr.v4.runtime.misc中的类
 
MultiMap() - 类 的构造器org.antlr.v4.runtime.misc.MultiMap
 
MurmurHash - org.antlr.v4.runtime.misc中的类
 

N

n - 类 中的变量org.antlr.v4.runtime.ANTLRInputStream
已过时。
How many characters are actually in the buffer
n - 类 中的变量org.antlr.v4.runtime.misc.Array2DHashSet
How many elements in set
n - 类 中的变量org.antlr.v4.runtime.misc.FlexibleHashMap
How many elements in set
n - 类 中的变量org.antlr.v4.runtime.UnbufferedCharStream
The number of characters currently in data.
n - 类 中的变量org.antlr.v4.runtime.UnbufferedTokenStream
The number of tokens currently in tokens.
name - 类 中的变量org.antlr.v4.runtime.ANTLRInputStream
已过时。
What is name or source of this char stream?
name - 类 中的变量org.antlr.v4.runtime.CodePointCharStream
 
name - 类 中的变量org.antlr.v4.runtime.UnbufferedCharStream
The name or source of this char stream.
next() - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet.SetIterator
 
nextChar() - 类 中的方法org.antlr.v4.runtime.UnbufferedCharStream
Override to provide different source of characters than input.
nextToken() - 类 中的方法org.antlr.v4.runtime.Lexer
Return a token from this source; i.e., match a token on the char stream.
nextToken() - 类 中的方法org.antlr.v4.runtime.ListTokenSource
Return a Token object from your input stream (usually a CharStream).
nextToken() - 接口 中的方法org.antlr.v4.runtime.TokenSource
Return a Token object from your input stream (usually a CharStream).
nextTokenOnChannel(int, int) - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
Given a starting index, return the index of the next token on channel.
nextTokens(ATNState, PredictionContext) - 类 中的方法org.antlr.v4.runtime.atn.ATN
Compute the set of valid tokens that can occur starting in state s.
nextTokens(ATNState) - 类 中的方法org.antlr.v4.runtime.atn.ATN
Compute the set of valid tokens that can occur starting in s and staying in same rule.
nextTokensContext - 类 中的变量org.antlr.v4.runtime.DefaultErrorStrategy
This field is used to propagate information about the lookahead following the previous match.
nextTokensState - 类 中的变量org.antlr.v4.runtime.DefaultErrorStrategy
 
nextTokenWithinRule - 类 中的变量org.antlr.v4.runtime.atn.ATNState
Used to cache lookahead during parsing, not used during construction
nodeName - 类 中的变量org.antlr.v4.runtime.tree.xpath.XPathElement
 
NONE - 类 中的静态变量org.antlr.v4.runtime.atn.SemanticContext
The default SemanticContext, which is semantically equivalent to a predicate of the form {true}?.
nonGreedy - 类 中的变量org.antlr.v4.runtime.atn.DecisionState
 
NOT - 类 中的静态变量org.antlr.v4.runtime.tree.xpath.XPath
 
NOT_SET - 类 中的静态变量org.antlr.v4.runtime.atn.Transition
 
notifyErrorListeners(Parser, String, RecognitionException) - 类 中的方法org.antlr.v4.runtime.DefaultErrorStrategy
 
notifyErrorListeners(String) - 类 中的方法org.antlr.v4.runtime.Parser
 
notifyErrorListeners(Token, String, RecognitionException) - 类 中的方法org.antlr.v4.runtime.Parser
 
notifyListeners(LexerNoViableAltException) - 类 中的方法org.antlr.v4.runtime.Lexer
 
notNull(String, Object) - 类 中的静态方法org.antlr.v4.runtime.misc.Args
 
NotSetTransition - org.antlr.v4.runtime.atn中的类
 
NotSetTransition(ATNState, IntervalSet) - 类 的构造器org.antlr.v4.runtime.atn.NotSetTransition
 
noViableAlt(TokenStream, ParserRuleContext, ATNConfigSet, int) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
NoViableAltException - 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) - 异常错误 的构造器org.antlr.v4.runtime.NoViableAltException
 
NoViableAltException(Recognizer<Token, ?>, TokenStream, Token, Token, ATNConfigSet, ParserRuleContext) - 异常错误 的构造器org.antlr.v4.runtime.NoViableAltException
 
numDecisions - 类 中的变量org.antlr.v4.runtime.atn.ProfilingATNSimulator
 
numMarkers - 类 中的变量org.antlr.v4.runtime.UnbufferedCharStream
Count up with mark() and down with release().
numMarkers - 类 中的变量org.antlr.v4.runtime.UnbufferedTokenStream
Count up with mark() and down with release().
numNonnull(Object[]) - 类 中的静态方法org.antlr.v4.runtime.misc.Utils
 

O

ObjectEqualityComparator - 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() - 类 的构造器org.antlr.v4.runtime.misc.ObjectEqualityComparator
 
of(int, int) - 类 中的静态方法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) - 类 中的静态方法org.antlr.v4.runtime.misc.IntervalSet
Create a set with a single element, el.
of(int, int) - 类 中的静态方法org.antlr.v4.runtime.misc.IntervalSet
Create a set with all ints within range [a..b] (inclusive)
onlyHasEpsilonTransitions() - 类 中的方法org.antlr.v4.runtime.atn.ATNState
 
Operator() - 类 的构造器org.antlr.v4.runtime.atn.SemanticContext.Operator
 
opnds - 类 中的变量org.antlr.v4.runtime.atn.SemanticContext.AND
 
opnds - 类 中的变量org.antlr.v4.runtime.atn.SemanticContext.OR
 
optimize_hidden_conflicted_configs - 类 中的变量org.antlr.v4.runtime.atn.ParserATNSimulator
已过时。
This flag is not currently used by the ATN simulator.
optimize_ll1 - 类 中的变量org.antlr.v4.runtime.atn.ParserATNSimulator
 
optimize_tail_calls - 类 中的变量org.antlr.v4.runtime.atn.LexerATNSimulator
 
optimize_tail_calls - 类 中的变量org.antlr.v4.runtime.atn.ParserATNSimulator
 
optimize_unique_closure - 类 中的变量org.antlr.v4.runtime.atn.ParserATNSimulator
 
optimizeConfigs(ATNSimulator) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
optimizedTailCall - 类 中的变量org.antlr.v4.runtime.atn.RuleTransition
 
optimizedTransitions - 类 中的变量org.antlr.v4.runtime.atn.ATNState
 
or(SemanticContext, SemanticContext) - 类 中的静态方法org.antlr.v4.runtime.atn.SemanticContext
 
OR(SemanticContext, SemanticContext) - 类 的构造器org.antlr.v4.runtime.atn.SemanticContext.OR
 
or(IntervalSet[]) - 类 中的静态方法org.antlr.v4.runtime.misc.IntervalSet
combine all sets in the array returned the or'd value
or(IntSet) - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
 
or(IntSet) - 接口 中的方法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 - org.antlr.v4.runtime.atn中的类
 
OrderedATNConfigSet() - 类 的构造器org.antlr.v4.runtime.atn.OrderedATNConfigSet
 
OrderedATNConfigSet(ATNConfigSet, boolean) - 类 的构造器org.antlr.v4.runtime.atn.OrderedATNConfigSet
 
OrderedHashSet<T> - org.antlr.v4.runtime.misc中的类
A HashMap that remembers the order that the elements were added.
OrderedHashSet() - 类 的构造器org.antlr.v4.runtime.misc.OrderedHashSet
 
org.antlr.v4.runtime - 程序包 org.antlr.v4.runtime
 
org.antlr.v4.runtime.atn - 程序包 org.antlr.v4.runtime.atn
 
org.antlr.v4.runtime.dfa - 程序包 org.antlr.v4.runtime.dfa
 
org.antlr.v4.runtime.misc - 程序包 org.antlr.v4.runtime.misc
 
org.antlr.v4.runtime.tree - 程序包 org.antlr.v4.runtime.tree
 
org.antlr.v4.runtime.tree.pattern - 程序包 org.antlr.v4.runtime.tree.pattern
 
org.antlr.v4.runtime.tree.xpath - 程序包 org.antlr.v4.runtime.tree.xpath
 
outerContext - 类 中的变量org.antlr.v4.runtime.atn.SimulatorState
 
outermostPrecedenceReturn() - 类 中的方法org.antlr.v4.runtime.atn.EpsilonTransition
 
overrideDecision - 类 中的变量org.antlr.v4.runtime.ParserInterpreter
We need a map from (decision,inputIndex)->forced alt for computing ambiguous parse trees.
overrideDecisionAlt - 类 中的变量org.antlr.v4.runtime.ParserInterpreter
 
overrideDecisionInputIndex - 类 中的变量org.antlr.v4.runtime.ParserInterpreter
 
overrideDecisionReached - 类 中的变量org.antlr.v4.runtime.ParserInterpreter
 
overrideDecisionRoot - 类 中的变量org.antlr.v4.runtime.ParserInterpreter
What is the current context when we override a decisions?

P

p - 类 中的变量org.antlr.v4.runtime.ANTLRInputStream
已过时。
0..n-1 index into string of next char
p - 类 中的变量org.antlr.v4.runtime.BufferedTokenStream
The index into BufferedTokenStream.tokens of the current token (next token to BufferedTokenStream.consume()).
p - 类 中的变量org.antlr.v4.runtime.UnbufferedCharStream
0..n-1 index into data of next character.
p - 类 中的变量org.antlr.v4.runtime.UnbufferedTokenStream
0..n-1 index into tokens of next token.
parent - 类 中的变量org.antlr.v4.runtime.atn.SingletonPredictionContext
 
parent - 类 中的变量org.antlr.v4.runtime.RuleContext
What context invoked this rule?
parent - 类 中的变量org.antlr.v4.runtime.tree.TerminalNodeImpl
 
parents - 类 中的变量org.antlr.v4.runtime.atn.ArrayPredictionContext
 
parse(int) - 类 中的方法org.antlr.v4.runtime.ParserInterpreter
Begin parsing at startRuleIndex
ParseCancellationException - org.antlr.v4.runtime.misc中的异常错误
This exception is thrown to cancel a parsing operation.
ParseCancellationException() - 异常错误 的构造器org.antlr.v4.runtime.misc.ParseCancellationException
 
ParseCancellationException(String) - 异常错误 的构造器org.antlr.v4.runtime.misc.ParseCancellationException
 
ParseCancellationException(Throwable) - 异常错误 的构造器org.antlr.v4.runtime.misc.ParseCancellationException
 
ParseCancellationException(String, Throwable) - 异常错误 的构造器org.antlr.v4.runtime.misc.ParseCancellationException
 
parseFile(String) - 类 中的静态方法org.antlr.v4.runtime.misc.InterpreterDataReader
The structure of the data file is very simple.
ParseInfo - org.antlr.v4.runtime.atn中的类
This class provides access to specific and aggregate statistics gathered during profiling of a parser.
ParseInfo(ProfilingATNSimulator) - 类 的构造器org.antlr.v4.runtime.atn.ParseInfo
 
parser - 类 中的变量org.antlr.v4.runtime.atn.ParserATNSimulator
 
Parser - org.antlr.v4.runtime中的类
This is all the parsing support code essentially; most of it is error recovery stuff.
Parser(TokenStream) - 类 的构造器org.antlr.v4.runtime.Parser
 
parser - 类 中的变量org.antlr.v4.runtime.tree.xpath.XPath
 
Parser.TraceListener - org.antlr.v4.runtime中的类
 
Parser.TrimToSizeListener - org.antlr.v4.runtime中的类
 
ParserATNSimulator - org.antlr.v4.runtime.atn中的类
The embodiment of the adaptive LL(*), ALL(*), parsing strategy.
ParserATNSimulator(ATN) - 类 的构造器org.antlr.v4.runtime.atn.ParserATNSimulator
Testing only!
ParserATNSimulator(Parser, ATN) - 类 的构造器org.antlr.v4.runtime.atn.ParserATNSimulator
 
ParserErrorListener - org.antlr.v4.runtime中的接口
How to emit recognition errors for parsers.
ParserInterpreter - org.antlr.v4.runtime中的类
A parser simulator that mimics what ANTLR's generated parser code does.
ParserInterpreter(ParserInterpreter) - 类 的构造器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) - 类 的构造器org.antlr.v4.runtime.ParserInterpreter
ParserInterpreter(String, Vocabulary, Collection<String>, ATN, TokenStream) - 类 的构造器org.antlr.v4.runtime.ParserInterpreter
 
ParserRuleContext - org.antlr.v4.runtime中的类
A rule invocation record for parsing.
ParserRuleContext() - 类 的构造器org.antlr.v4.runtime.ParserRuleContext
 
ParserRuleContext(ParserRuleContext, int) - 类 的构造器org.antlr.v4.runtime.ParserRuleContext
 
ParseTree - 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 - org.antlr.v4.runtime.tree中的接口
This interface describes the minimal core of methods triggered by ParseTreeWalker.
ParseTreeMatch - org.antlr.v4.runtime.tree.pattern中的类
Represents the result of matching a ParseTree against a tree pattern.
ParseTreeMatch(ParseTree, ParseTreePattern, MultiMap<String, ParseTree>, ParseTree) - 类 的构造器org.antlr.v4.runtime.tree.pattern.ParseTreeMatch
Constructs a new instance of ParseTreeMatch from the specified parse tree and pattern.
ParseTreePattern - 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) - 类 的构造器org.antlr.v4.runtime.tree.pattern.ParseTreePattern
Construct a new instance of the ParseTreePattern class.
ParseTreePatternMatcher - org.antlr.v4.runtime.tree.pattern中的类
A tree pattern matching mechanism for ANTLR ParseTrees.
ParseTreePatternMatcher(Lexer, Parser) - 类 的构造器org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
Constructs a ParseTreePatternMatcher or from a Lexer and Parser object.
ParseTreePatternMatcher.CannotInvokeStartRule - org.antlr.v4.runtime.tree.pattern中的异常错误
 
ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern - org.antlr.v4.runtime.tree.pattern中的异常错误
 
ParseTreeProperty<V> - org.antlr.v4.runtime.tree中的类
Associate a property with a parse tree node.
ParseTreeProperty() - 类 的构造器org.antlr.v4.runtime.tree.ParseTreeProperty
 
ParseTreeVisitor<Result> - org.antlr.v4.runtime.tree中的接口
This interface defines the basic notion of a parse tree visitor.
ParseTreeWalker - org.antlr.v4.runtime.tree中的类
 
ParseTreeWalker() - 类 的构造器org.antlr.v4.runtime.tree.ParseTreeWalker
 
path - 类 中的变量org.antlr.v4.runtime.tree.xpath.XPath
 
peek() - 类 中的方法org.antlr.v4.runtime.misc.IntegerStack
 
PLUS_BLOCK_START - 类 中的静态变量org.antlr.v4.runtime.atn.ATNState
 
PLUS_LOOP_BACK - 类 中的静态变量org.antlr.v4.runtime.atn.ATNState
 
PlusBlockStartState - org.antlr.v4.runtime.atn中的类
Start of (A|B|...)+ loop.
PlusBlockStartState() - 类 的构造器org.antlr.v4.runtime.atn.PlusBlockStartState
 
PlusLoopbackState - org.antlr.v4.runtime.atn中的类
Decision state for A+ and (A|B)+.
PlusLoopbackState() - 类 的构造器org.antlr.v4.runtime.atn.PlusLoopbackState
 
pop() - 类 中的方法org.antlr.v4.runtime.misc.IntegerStack
 
popMode() - 类 中的方法org.antlr.v4.runtime.Lexer
 
position() - 类 中的方法org.antlr.v4.runtime.CodePointBuffer
 
position(int) - 类 中的方法org.antlr.v4.runtime.CodePointBuffer
 
position - 类 中的变量org.antlr.v4.runtime.CodePointCharStream
 
precedence - 类 中的变量org.antlr.v4.runtime.atn.PrecedencePredicateTransition
 
precedence - 类 中的变量org.antlr.v4.runtime.atn.RuleTransition
 
precedence - 类 中的变量org.antlr.v4.runtime.atn.SemanticContext.PrecedencePredicate
 
PRECEDENCE - 类 中的静态变量org.antlr.v4.runtime.atn.Transition
 
precedenceLoopbackStates - 类 中的变量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.
PrecedencePredicate() - 类 的构造器org.antlr.v4.runtime.atn.SemanticContext.PrecedencePredicate
 
PrecedencePredicate(int) - 类 的构造器org.antlr.v4.runtime.atn.SemanticContext.PrecedencePredicate
 
PrecedencePredicateTransition - org.antlr.v4.runtime.atn中的类
 
PrecedencePredicateTransition(ATNState, int) - 类 的构造器org.antlr.v4.runtime.atn.PrecedencePredicateTransition
 
precedenceRuleDecision - 类 中的变量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) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
precpred(RuleContext, int) - 类 中的方法org.antlr.v4.runtime.Parser
 
precpred(RuleContext, int) - 类 中的方法org.antlr.v4.runtime.Recognizer
 
pred - 类 中的变量org.antlr.v4.runtime.dfa.DFAState.PredPrediction
 
Predicate() - 类 的构造器org.antlr.v4.runtime.atn.SemanticContext.Predicate
 
Predicate(int, int, boolean) - 类 的构造器org.antlr.v4.runtime.atn.SemanticContext.Predicate
 
PREDICATE - 类 中的静态变量org.antlr.v4.runtime.atn.Transition
 
Predicate<T> - org.antlr.v4.runtime.misc中的接口
 
predicateDFAState(DFAState, ATNConfigSet, int) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
collect and set D's semantic context
PredicateEvalInfo - 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) - 类 的构造器org.antlr.v4.runtime.atn.PredicateEvalInfo
Constructs a new instance of the PredicateEvalInfo class with the specified detailed predicate evaluation information.
predicateEvals - 类 中的变量org.antlr.v4.runtime.atn.DecisionInfo
A collection of PredicateEvalInfo instances describing the results of evaluating individual predicates during prediction for this decision.
predicates - 类 中的变量org.antlr.v4.runtime.dfa.DFAState
PredicateTransition - 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) - 类 的构造器org.antlr.v4.runtime.atn.PredicateTransition
 
predictedAlt - 类 中的变量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 - 类 中的变量org.antlr.v4.runtime.atn.PredicateEvalInfo
The alternative number for the decision which is guarded by the semantic context PredicateEvalInfo.semctx.
PredictionContext - org.antlr.v4.runtime.atn中的类
 
PredictionContext(int) - 类 的构造器org.antlr.v4.runtime.atn.PredictionContext
 
PredictionContext.IdentityEqualityComparator - org.antlr.v4.runtime.atn中的类
 
PredictionContext.IdentityHashMap - org.antlr.v4.runtime.atn中的类
 
PredictionContextAndInt(PredictionContext, int) - 类 的构造器org.antlr.v4.runtime.atn.PredictionContextCache.PredictionContextAndInt
 
PredictionContextCache - org.antlr.v4.runtime.atn中的类
Used to cache PredictionContext objects.
PredictionContextCache() - 类 的构造器org.antlr.v4.runtime.atn.PredictionContextCache
 
PredictionContextCache.IdentityCommutativePredictionContextOperands - org.antlr.v4.runtime.atn中的类
 
PredictionContextCache.PredictionContextAndInt - org.antlr.v4.runtime.atn中的类
 
PredictionMode - 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 - 类 中的变量org.antlr.v4.runtime.atn.PredicateTransition
 
predIndex - 类 中的变量org.antlr.v4.runtime.atn.SemanticContext.Predicate
 
PredPrediction(SemanticContext, int) - 类 的构造器org.antlr.v4.runtime.dfa.DFAState.PredPrediction
 
predTransition(ATNConfig, PredicateTransition, boolean, boolean) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
prevAccept - 类 中的变量org.antlr.v4.runtime.atn.LexerATNSimulator
Used during DFA/ATN exec to record the most recent accept configuration info
previousTokenOnChannel(int, int) - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
Given a starting index, return the index of the previous token on channel.
process(Set<? extends TypeElement>, RoundEnvironment) - 类 中的方法org.antlr.v4.runtime.misc.RuleDependencyProcessor
 
ProfilingATNSimulator - org.antlr.v4.runtime.atn中的类
 
ProfilingATNSimulator(Parser) - 类 的构造器org.antlr.v4.runtime.atn.ProfilingATNSimulator
 
PROGRAM_INIT_SIZE - 类 中的静态变量org.antlr.v4.runtime.TokenStreamRewriter
 
programs - 类 中的变量org.antlr.v4.runtime.TokenStreamRewriter
You may have multiple, named streams of rewrite operations.
properlyContains(Interval) - 类 中的方法org.antlr.v4.runtime.misc.Interval
 
ProxyErrorListener<Symbol> - org.antlr.v4.runtime中的类
This implementation of ANTLRErrorListener dispatches all calls to a collection of delegate listeners.
ProxyErrorListener(Collection<? extends ANTLRErrorListener<? super Symbol>>) - 类 的构造器org.antlr.v4.runtime.ProxyErrorListener
 
ProxyParserErrorListener - org.antlr.v4.runtime中的类
 
ProxyParserErrorListener(Collection<? extends ANTLRErrorListener<? super Token>>) - 类 的构造器org.antlr.v4.runtime.ProxyParserErrorListener
 
push(int) - 类 中的方法org.antlr.v4.runtime.misc.IntegerStack
 
pushMode(int) - 类 中的方法org.antlr.v4.runtime.Lexer
 
pushNewRecursionContext(ParserRuleContext, int, int) - 类 中的方法org.antlr.v4.runtime.Parser
pushRecursionContextStates - 类 中的变量org.antlr.v4.runtime.ParserInterpreter
This identifies StarLoopEntryState's that begin the (...)* precedence loops of left recursive rules.
put(int, T) - 类 中的方法org.antlr.v4.runtime.dfa.AbstractEdgeMap
 
put(int, T) - 类 中的方法org.antlr.v4.runtime.dfa.ArrayEdgeMap
 
put(int, T) - 接口 中的方法org.antlr.v4.runtime.dfa.EdgeMap
 
put(int, T) - 类 中的方法org.antlr.v4.runtime.dfa.EmptyEdgeMap
 
put(int, T) - 类 中的方法org.antlr.v4.runtime.dfa.HashEdgeMap
 
put(int, T) - 类 中的方法org.antlr.v4.runtime.dfa.SingletonEdgeMap
 
put(int, T) - 类 中的方法org.antlr.v4.runtime.dfa.SparseEdgeMap
已过时。
 
put(Key1, Key2, Value) - 类 中的方法org.antlr.v4.runtime.misc.DoubleKeyMap
 
put(K, V) - 类 中的方法org.antlr.v4.runtime.misc.FlexibleHashMap
 
put(ParseTree, V) - 类 中的方法org.antlr.v4.runtime.tree.ParseTreeProperty
 
putAll(EdgeMap<? extends T>) - 类 中的方法org.antlr.v4.runtime.dfa.AbstractEdgeMap
 
putAll(EdgeMap<? extends T>) - 类 中的方法org.antlr.v4.runtime.dfa.ArrayEdgeMap
 
putAll(EdgeMap<? extends T>) - 接口 中的方法org.antlr.v4.runtime.dfa.EdgeMap
 
putAll(Map<? extends K, ? extends V>) - 类 中的方法org.antlr.v4.runtime.misc.FlexibleHashMap
 

R

RANGE - 类 中的静态变量org.antlr.v4.runtime.atn.Transition
 
RangeTransition - org.antlr.v4.runtime.atn中的类
 
RangeTransition(ATNState, int, int) - 类 的构造器org.antlr.v4.runtime.atn.RangeTransition
 
READ_BUFFER_SIZE - 类 中的静态变量org.antlr.v4.runtime.ANTLRInputStream
已过时。
 
readFile(String) - 类 中的静态方法org.antlr.v4.runtime.misc.Utils
 
readFile(String, String) - 类 中的静态方法org.antlr.v4.runtime.misc.Utils
 
readonly - 类 中的变量org.antlr.v4.runtime.misc.IntervalSet
 
recog - 类 中的变量org.antlr.v4.runtime.atn.LexerATNSimulator
 
RecognitionException - org.antlr.v4.runtime中的异常错误
The root of the ANTLR exception hierarchy.
RecognitionException(Lexer, CharStream) - 异常错误 的构造器org.antlr.v4.runtime.RecognitionException
 
RecognitionException(Recognizer<Token, ?>, IntStream, ParserRuleContext) - 异常错误 的构造器org.antlr.v4.runtime.RecognitionException
 
RecognitionException(String, Recognizer<Token, ?>, IntStream, ParserRuleContext) - 异常错误 的构造器org.antlr.v4.runtime.RecognitionException
 
Recognizer<Symbol,ATNInterpreter extends ATNSimulator> - org.antlr.v4.runtime中的类
 
Recognizer() - 类 的构造器org.antlr.v4.runtime.Recognizer
 
Record() - 类 的构造器org.antlr.v4.runtime.misc.LogManager.Record
 
records - 类 中的变量org.antlr.v4.runtime.misc.LogManager
 
recover(Parser, RecognitionException) - 接口 中的方法org.antlr.v4.runtime.ANTLRErrorStrategy
This method is called to recover from exception e.
recover(Parser, RecognitionException) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.DefaultErrorStrategy
This method is called to recover from exception e.
recover(LexerNoViableAltException) - 类 中的方法org.antlr.v4.runtime.Lexer
 
recover(RecognitionException) - 类 中的方法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) - 类 中的方法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) - 接口 中的方法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) - 类 中的方法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) - 类 中的方法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() - 类 中的方法org.antlr.v4.runtime.ParserInterpreter
 
reduceToSingleOperationPerIndex(List<TokenStreamRewriter.RewriteOperation>) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
We need to combine operations and report invalid operations (like overlapping replaces that are not completed nested).
release(int) - 类 中的方法org.antlr.v4.runtime.ANTLRInputStream
已过时。
 
release(int) - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
 
release(int) - 类 中的方法org.antlr.v4.runtime.CodePointCharStream
 
release(int) - 接口 中的方法org.antlr.v4.runtime.IntStream
This method releases a marked range created by a call to mark().
release(int) - 类 中的方法org.antlr.v4.runtime.UnbufferedCharStream
Decrement number of markers, resetting buffer if we hit 0.
release(int) - 类 中的方法org.antlr.v4.runtime.UnbufferedTokenStream
 
remaining() - 类 中的方法org.antlr.v4.runtime.CodePointBuffer
 
remainingOuterContext - 类 中的变量org.antlr.v4.runtime.atn.SimulatorState
 
remove(Object) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
remove(int) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
remove(int) - 类 中的方法org.antlr.v4.runtime.dfa.AbstractEdgeMap
 
remove(int) - 类 中的方法org.antlr.v4.runtime.dfa.ArrayEdgeMap
 
remove(int) - 接口 中的方法org.antlr.v4.runtime.dfa.EdgeMap
 
remove(int) - 类 中的方法org.antlr.v4.runtime.dfa.EmptyEdgeMap
 
remove(int) - 类 中的方法org.antlr.v4.runtime.dfa.HashEdgeMap
 
remove(int) - 类 中的方法org.antlr.v4.runtime.dfa.SingletonEdgeMap
 
remove(int) - 类 中的方法org.antlr.v4.runtime.dfa.SparseEdgeMap
已过时。
 
remove(Object) - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
 
remove() - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet.SetIterator
 
remove(Object) - 类 中的方法org.antlr.v4.runtime.misc.FlexibleHashMap
 
remove(int) - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
 
remove(int) - 接口 中的方法org.antlr.v4.runtime.misc.IntSet
Removes the specified value from the current set.
remove(int) - 类 中的方法org.antlr.v4.runtime.misc.OrderedHashSet
 
remove(Object) - 类 中的方法org.antlr.v4.runtime.misc.OrderedHashSet
 
removeAll(Collection<?>) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
removeAll(Collection<?>) - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
 
removeAll(List<T>, Predicate<? super T>) - 类 中的静态方法org.antlr.v4.runtime.misc.Utils
 
removeAll(Iterable<T>, Predicate<? super T>) - 类 中的静态方法org.antlr.v4.runtime.misc.Utils
 
removeAllConfigsNotInRuleStopState(ATNConfigSet, PredictionContextCache) - 类 中的方法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) - 类 中的静态方法org.antlr.v4.runtime.misc.Utils
 
removeAt(int) - 类 中的方法org.antlr.v4.runtime.misc.IntegerList
 
removeEmptyContext() - 类 中的方法org.antlr.v4.runtime.atn.ArrayPredictionContext
 
removeEmptyContext() - 类 中的方法org.antlr.v4.runtime.atn.EmptyPredictionContext
 
removeEmptyContext() - 类 中的方法org.antlr.v4.runtime.atn.PredictionContext
 
removeEmptyContext() - 类 中的方法org.antlr.v4.runtime.atn.SingletonPredictionContext
 
removeErrorListener(ANTLRErrorListener<? super Symbol>) - 类 中的方法org.antlr.v4.runtime.Recognizer
 
removeErrorListeners() - 类 中的方法org.antlr.v4.runtime.Recognizer
 
removeFast(T) - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
 
removeFrom(ParseTree) - 类 中的方法org.antlr.v4.runtime.tree.ParseTreeProperty
 
removeLastChild() - 类 中的方法org.antlr.v4.runtime.ParserRuleContext
Used by enterOuterAlt to toss out a RuleContext previously added as we entered a rule.
removeOptimizedTransition(int) - 类 中的方法org.antlr.v4.runtime.atn.ATNState
 
removeParseListener(ParseTreeListener) - 类 中的方法org.antlr.v4.runtime.Parser
Remove listener from the list of parse listeners.
removeParseListeners() - 类 中的方法org.antlr.v4.runtime.Parser
Remove all parse listeners.
removeRange(int, int) - 类 中的方法org.antlr.v4.runtime.misc.IntegerList
 
removeState(ATNState) - 类 中的方法org.antlr.v4.runtime.atn.ATN
 
removeTransition(int) - 类 中的方法org.antlr.v4.runtime.atn.ATNState
 
replace(int, Object) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
replace(int, int, Object) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
replace(Token, Object) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
replace(Token, Token, Object) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
replace(String, int, int, Object) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
replace(String, Token, Token, Object) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
reportAmbiguities - 类 中的变量org.antlr.v4.runtime.atn.ParserATNSimulator
reportAmbiguity(DFA, DFAState, int, int, boolean, BitSet, ATNConfigSet) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.atn.ProfilingATNSimulator
 
reportAmbiguity(Parser, DFA, int, int, boolean, BitSet, ATNConfigSet) - 类 中的方法org.antlr.v4.runtime.BaseErrorListener
 
reportAmbiguity(Parser, DFA, int, int, boolean, BitSet, ATNConfigSet) - 类 中的方法org.antlr.v4.runtime.DiagnosticErrorListener
 
reportAmbiguity(Parser, DFA, int, int, boolean, BitSet, ATNConfigSet) - 接口 中的方法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) - 类 中的方法org.antlr.v4.runtime.ProxyParserErrorListener
 
reportAttemptingFullContext(DFA, BitSet, SimulatorState, int, int) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
reportAttemptingFullContext(DFA, BitSet, SimulatorState, int, int) - 类 中的方法org.antlr.v4.runtime.atn.ProfilingATNSimulator
 
reportAttemptingFullContext(Parser, DFA, int, int, BitSet, SimulatorState) - 类 中的方法org.antlr.v4.runtime.BaseErrorListener
 
reportAttemptingFullContext(Parser, DFA, int, int, BitSet, SimulatorState) - 类 中的方法org.antlr.v4.runtime.DiagnosticErrorListener
 
reportAttemptingFullContext(Parser, DFA, int, int, BitSet, SimulatorState) - 接口 中的方法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) - 类 中的方法org.antlr.v4.runtime.ProxyParserErrorListener
 
reportContextSensitivity(DFA, int, SimulatorState, int, int) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
reportContextSensitivity(DFA, int, SimulatorState, int, int) - 类 中的方法org.antlr.v4.runtime.atn.ProfilingATNSimulator
 
reportContextSensitivity(Parser, DFA, int, int, int, SimulatorState) - 类 中的方法org.antlr.v4.runtime.BaseErrorListener
 
reportContextSensitivity(Parser, DFA, int, int, int, SimulatorState) - 类 中的方法org.antlr.v4.runtime.DiagnosticErrorListener
 
reportContextSensitivity(Parser, DFA, int, int, int, SimulatorState) - 接口 中的方法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) - 类 中的方法org.antlr.v4.runtime.ProxyParserErrorListener
 
reportError(Parser, RecognitionException) - 接口 中的方法org.antlr.v4.runtime.ANTLRErrorStrategy
Report any kind of RecognitionException.
reportError(Parser, RecognitionException) - 类 中的方法org.antlr.v4.runtime.DefaultErrorStrategy
Report any kind of RecognitionException.
reportFailedPredicate(Parser, FailedPredicateException) - 类 中的方法org.antlr.v4.runtime.DefaultErrorStrategy
reportInputMismatch(Parser, InputMismatchException) - 类 中的方法org.antlr.v4.runtime.DefaultErrorStrategy
reportMatch(Parser) - 接口 中的方法org.antlr.v4.runtime.ANTLRErrorStrategy
This method is called by when the parser successfully matches an input symbol.
reportMatch(Parser) - 类 中的方法org.antlr.v4.runtime.DefaultErrorStrategy
This method is called by when the parser successfully matches an input symbol.
reportMissingToken(Parser) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.DefaultErrorStrategy
reportUnwantedToken(Parser) - 类 中的方法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) - 接口 中的方法org.antlr.v4.runtime.ANTLRErrorStrategy
Reset the error handler state for the specified recognizer.
reset() - 类 中的方法org.antlr.v4.runtime.ANTLRInputStream
已过时。
Reset the stream so that it's in the same state it was when the object was created *except* the data array is not touched.
reset() - 类 中的方法org.antlr.v4.runtime.atn.ATNSimulator
 
reset() - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator
 
reset() - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator.SimState
 
reset() - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
reset() - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
已过时。
Use seek(0) instead.
reset(Parser) - 类 中的方法org.antlr.v4.runtime.DefaultErrorStrategy
Reset the error handler state for the specified recognizer.
reset() - 类 中的方法org.antlr.v4.runtime.Lexer
 
reset() - 类 中的方法org.antlr.v4.runtime.Parser
reset the parser's state
reset() - 类 中的方法org.antlr.v4.runtime.ParserInterpreter
 
resolvesToJustOneViableAlt(Collection<BitSet>) - 枚举 中的静态方法org.antlr.v4.runtime.atn.PredictionMode
Full LL prediction termination.
retainAll(Collection<?>) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
retainAll(Collection<?>) - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
 
retry_debug - 类 中的静态变量org.antlr.v4.runtime.atn.ParserATNSimulator
 
returnState - 类 中的变量org.antlr.v4.runtime.atn.SingletonPredictionContext
 
returnStates - 类 中的变量org.antlr.v4.runtime.atn.ArrayPredictionContext
 
RewriteOperation(TokenStream, int) - 类 的构造器org.antlr.v4.runtime.TokenStreamRewriter.RewriteOperation
 
RewriteOperation(TokenStream, int, Object) - 类 的构造器org.antlr.v4.runtime.TokenStreamRewriter.RewriteOperation
 
rollback(int) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
rollback(String, int) - 类 中的方法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 - 类 中的静态变量org.antlr.v4.runtime.tree.xpath.XPathLexer
 
rootContext - 类 中的变量org.antlr.v4.runtime.ParserInterpreter
 
RULE - 类 中的静态变量org.antlr.v4.runtime.atn.Transition
 
RULE_LF_VARIANT_MARKER - 类 中的静态变量org.antlr.v4.runtime.atn.ATNSimulator
 
RULE_NOLF_VARIANT_MARKER - 类 中的静态变量org.antlr.v4.runtime.atn.ATNSimulator
 
RULE_REF - 类 中的静态变量org.antlr.v4.runtime.tree.xpath.XPathLexer
 
RULE_START - 类 中的静态变量org.antlr.v4.runtime.atn.ATNState
 
RULE_STOP - 类 中的静态变量org.antlr.v4.runtime.atn.ATNState
 
RULE_VARIANT_DELIMITER - 类 中的静态变量org.antlr.v4.runtime.atn.ATNSimulator
 
RuleContext - org.antlr.v4.runtime中的类
A rule context is a record of a single rule invocation.
RuleContext() - 类 的构造器org.antlr.v4.runtime.RuleContext
 
RuleContext(RuleContext, int) - 类 的构造器org.antlr.v4.runtime.RuleContext
 
RuleContextWithAltNum - 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() - 类 的构造器org.antlr.v4.runtime.RuleContextWithAltNum
 
RuleContextWithAltNum(ParserRuleContext, int) - 类 的构造器org.antlr.v4.runtime.RuleContextWithAltNum
 
RuleDependencies - org.antlr.v4.runtime中的注释类型
This annotation allows multiple RuleDependency annotations to be applied to a single element.
RuleDependenciesClassName - 类 中的静态变量org.antlr.v4.runtime.misc.RuleDependencyProcessor
 
RuleDependency - org.antlr.v4.runtime中的注释类型
Declares a dependency upon a grammar rule, along with a set of zero or more dependent rules.
RuleDependencyChecker - org.antlr.v4.runtime.misc中的类
 
RuleDependencyClassName - 类 中的静态变量org.antlr.v4.runtime.misc.RuleDependencyProcessor
 
RuleDependencyProcessor - org.antlr.v4.runtime.misc中的类
A compile-time validator for rule dependencies.
RuleDependencyProcessor() - 类 的构造器org.antlr.v4.runtime.misc.RuleDependencyProcessor
 
RuleDependencyProcessor.RuleDependencyProperty - org.antlr.v4.runtime.misc中的枚举
 
ruleIndex - 类 中的变量org.antlr.v4.runtime.atn.ActionTransition
 
ruleIndex - 类 中的变量org.antlr.v4.runtime.atn.ATNState
 
ruleIndex - 类 中的变量org.antlr.v4.runtime.atn.PredicateTransition
 
ruleIndex - 类 中的变量org.antlr.v4.runtime.atn.RuleTransition
Ptr to the rule definition object for this rule ref
ruleIndex - 类 中的变量org.antlr.v4.runtime.atn.SemanticContext.Predicate
 
ruleIndex - 类 中的变量org.antlr.v4.runtime.tree.xpath.XPathRuleAnywhereElement
 
ruleIndex - 类 中的变量org.antlr.v4.runtime.tree.xpath.XPathRuleElement
 
ruleNames - 类 中的变量org.antlr.v4.runtime.LexerInterpreter
 
ruleNames - 类 中的变量org.antlr.v4.runtime.ParserInterpreter
 
ruleNames - 类 中的静态变量org.antlr.v4.runtime.tree.xpath.XPathLexer
 
RuleNode - org.antlr.v4.runtime.tree中的接口
 
RuleStartState - org.antlr.v4.runtime.atn中的类
 
RuleStartState() - 类 的构造器org.antlr.v4.runtime.atn.RuleStartState
 
RuleStopState - org.antlr.v4.runtime.atn中的类
The last node in the ATN for a rule, unless that rule is the start symbol.
RuleStopState() - 类 的构造器org.antlr.v4.runtime.atn.RuleStopState
 
RuleTagToken - org.antlr.v4.runtime.tree.pattern中的类
A Token object representing an entire subtree matched by a parser rule; e.g., <expr>.
RuleTagToken(String, int) - 类 的构造器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) - 类 的构造器org.antlr.v4.runtime.tree.pattern.RuleTagToken
Constructs a new instance of RuleTagToken with the specified rule name, bypass token type, and label.
ruleToStartState - 类 中的变量org.antlr.v4.runtime.atn.ATN
Maps from rule index to starting state number.
ruleToStopState - 类 中的变量org.antlr.v4.runtime.atn.ATN
Maps from rule index to stop state number.
ruleToTokenType - 类 中的变量org.antlr.v4.runtime.atn.ATN
For lexer ATNs, this maps the rule index to the resulting token type.
ruleTransition(ATNConfig, RuleTransition, PredictionContextCache) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
RuleTransition - org.antlr.v4.runtime.atn中的类
 
RuleTransition(RuleStartState, int, ATNState) - 类 的构造器org.antlr.v4.runtime.atn.RuleTransition
RuleTransition(RuleStartState, int, int, ATNState) - 类 的构造器org.antlr.v4.runtime.atn.RuleTransition
 
RuleVersion - org.antlr.v4.runtime中的注释类型
 
RuleVersionClassName - 类 中的静态变量org.antlr.v4.runtime.misc.RuleDependencyProcessor
 

S

s0 - 类 中的变量org.antlr.v4.runtime.atn.SimulatorState
 
s0 - 类 中的变量org.antlr.v4.runtime.dfa.DFA
This is the start state for SLL prediction.
s0full - 类 中的变量org.antlr.v4.runtime.dfa.DFA
This is the start state for full context prediction.
save(String) - 类 中的方法org.antlr.v4.runtime.misc.LogManager
 
save() - 类 中的方法org.antlr.v4.runtime.misc.LogManager
 
seek(int) - 类 中的方法org.antlr.v4.runtime.ANTLRInputStream
已过时。
consume() ahead until p==index; can't just set p=index as we must update line and charPositionInLine.
seek(int) - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
 
seek(int) - 类 中的方法org.antlr.v4.runtime.CodePointCharStream
 
seek(int) - 接口 中的方法org.antlr.v4.runtime.IntStream
Set the input cursor to the position indicated by index.
seek(int) - 类 中的方法org.antlr.v4.runtime.UnbufferedCharStream
Seek to absolute character index, which might not be in the current sliding window.
seek(int) - 类 中的方法org.antlr.v4.runtime.UnbufferedTokenStream
 
SemanticContext - org.antlr.v4.runtime.atn中的类
A tree structure used to record the semantic context in which an ATN configuration is valid.
SemanticContext() - 类 的构造器org.antlr.v4.runtime.atn.SemanticContext
 
SemanticContext.AND - org.antlr.v4.runtime.atn中的类
A semantic context which is true whenever none of the contained contexts is false.
SemanticContext.Operator - org.antlr.v4.runtime.atn中的类
This is the base class for semantic context "operators", which operate on a collection of semantic context "operands".
SemanticContext.OR - org.antlr.v4.runtime.atn中的类
A semantic context which is true whenever at least one of the contained contexts is true.
SemanticContext.PrecedencePredicate - org.antlr.v4.runtime.atn中的类
 
SemanticContext.Predicate - org.antlr.v4.runtime.atn中的类
 
semctx - 类 中的变量org.antlr.v4.runtime.atn.PredicateEvalInfo
The semantic context which was evaluated.
sempred(RuleContext, int, int) - 类 中的方法org.antlr.v4.runtime.Recognizer
 
sempred(RuleContext, int, int) - 类 中的方法org.antlr.v4.runtime.tree.xpath.XPathLexer
 
serializationNames - 类 中的静态变量org.antlr.v4.runtime.atn.ATNState
 
serializationNames - 类 中的静态变量org.antlr.v4.runtime.atn.Transition
 
serializationTypes - 类 中的静态变量org.antlr.v4.runtime.atn.Transition
 
serialize() - 类 中的方法org.antlr.v4.runtime.atn.ATNSerializer
Serialize state descriptors, edge descriptors, and decision→state map into list of ints: grammar-type, (ANTLRParser.LEXER, ...)
SERIALIZED_UUID - 类 中的静态变量org.antlr.v4.runtime.atn.ATNDeserializer
This is the current serialized UUID.
SERIALIZED_UUID - 类 中的静态变量org.antlr.v4.runtime.atn.ATNSimulator
已过时。
SERIALIZED_VERSION - 类 中的静态变量org.antlr.v4.runtime.atn.ATNDeserializer
 
SERIALIZED_VERSION - 类 中的静态变量org.antlr.v4.runtime.atn.ATNSimulator
已过时。
set - 类 中的变量org.antlr.v4.runtime.atn.SetTransition
 
SET - 类 中的静态变量org.antlr.v4.runtime.atn.Transition
 
set(int, int) - 类 中的方法org.antlr.v4.runtime.misc.IntegerList
 
set(int, T) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.dfa.DFAState
 
setAltNumber(int) - 类 中的方法org.antlr.v4.runtime.RuleContext
Set the outer alternative number for this context node.
setAltNumber(int) - 类 中的方法org.antlr.v4.runtime.RuleContextWithAltNum
 
setBuildParseTree(boolean) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.CommonToken
 
setChannel(int) - 类 中的方法org.antlr.v4.runtime.Lexer
 
setChannel(int) - 接口 中的方法org.antlr.v4.runtime.WritableToken
 
setCharPositionInLine(int) - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator
 
setCharPositionInLine(int) - 类 中的方法org.antlr.v4.runtime.CommonToken
 
setCharPositionInLine(int) - 类 中的方法org.antlr.v4.runtime.Lexer
 
setCharPositionInLine(int) - 接口 中的方法org.antlr.v4.runtime.WritableToken
 
setConflictInfo(ConflictInfo) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
setContext(PredictionContext) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
 
setContext(ParserRuleContext) - 类 中的方法org.antlr.v4.runtime.Parser
 
setContextSensitive(ATN) - 类 中的方法org.antlr.v4.runtime.dfa.DFAState
 
setContextSymbol(int) - 类 中的方法org.antlr.v4.runtime.dfa.DFAState
 
setContextTarget(int, DFAState) - 类 中的方法org.antlr.v4.runtime.dfa.DFAState
 
setDelimiters(String, String, String) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.Parser
 
setGenerateRuleBypassTransitions(boolean) - 类 中的方法org.antlr.v4.runtime.atn.ATNDeserializationOptions
 
setHasUnicodeSMPTransitions(boolean) - 类 中的方法org.antlr.v4.runtime.atn.ATN
 
setInputStream(CharStream) - 类 中的方法org.antlr.v4.runtime.Lexer
Set the char stream and reset the lexer
setInputStream(TokenStream) - 类 中的方法org.antlr.v4.runtime.Parser
Set the token stream and reset the parser.
setInterpreter(ATNInterpreter) - 类 中的方法org.antlr.v4.runtime.Recognizer
Set the ATN interpreter used by the recognizer for prediction.
SetIterator(T[]) - 类 的构造器org.antlr.v4.runtime.misc.Array2DHashSet.SetIterator
 
setLastRewriteTokenIndex(String, int) - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter
 
setLine(int) - 类 中的方法org.antlr.v4.runtime.atn.LexerATNSimulator
 
setLine(int) - 类 中的方法org.antlr.v4.runtime.CommonToken
 
setLine(int) - 类 中的方法org.antlr.v4.runtime.Lexer
 
setLine(int) - 接口 中的方法org.antlr.v4.runtime.WritableToken
 
setOffendingState(int) - 异常错误 中的方法org.antlr.v4.runtime.RecognitionException
 
setOffendingToken(Recognizer<Symbol, ?>, Symbol) - 异常错误 中的方法org.antlr.v4.runtime.RecognitionException
 
setOptimize(boolean) - 类 中的方法org.antlr.v4.runtime.atn.ATNDeserializationOptions
 
setOptimizedTransition(int, Transition) - 类 中的方法org.antlr.v4.runtime.atn.ATNState
 
setOuterContextDepth(int) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
 
setOutermostConfigSet(boolean) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
setParent(RuleContext) - 类 中的方法org.antlr.v4.runtime.RuleContext
 
setParent(RuleContext) - 类 中的方法org.antlr.v4.runtime.tree.TerminalNodeImpl
 
setPrecedenceDfa(boolean) - 类 中的方法org.antlr.v4.runtime.dfa.DFA
已过时。
This method no longer performs any action.
setPrecedenceFilterSuppressed(boolean) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
 
setPrecedenceStartState(int, boolean, DFAState) - 类 中的方法org.antlr.v4.runtime.dfa.DFA
Set the start state for a specific precedence value.
setPredictionMode(PredictionMode) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
setProfile(boolean) - 类 中的方法org.antlr.v4.runtime.Parser
 
setReadonly(boolean) - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
 
setRuleIndex(int) - 类 中的方法org.antlr.v4.runtime.atn.ATNState
 
setStartIndex(int) - 类 中的方法org.antlr.v4.runtime.CommonToken
 
setState(int) - 类 中的方法org.antlr.v4.runtime.Recognizer
Indicate that the recognizer has changed internal state that is consistent with the ATN state passed in.
setStopIndex(int) - 类 中的方法org.antlr.v4.runtime.CommonToken
 
setTarget(int, DFAState) - 类 中的方法org.antlr.v4.runtime.dfa.DFAState
 
setText(String) - 类 中的方法org.antlr.v4.runtime.CommonToken
Explicitly set the text for this token.
setText(String) - 类 中的方法org.antlr.v4.runtime.Lexer
Set the complete text of this token; it wipes any previous changes to the text.
setText(String) - 接口 中的方法org.antlr.v4.runtime.WritableToken
 
setToken(Token) - 类 中的方法org.antlr.v4.runtime.Lexer
 
setTokenFactory(TokenFactory) - 类 中的方法org.antlr.v4.runtime.Lexer
 
setTokenFactory(TokenFactory) - 类 中的方法org.antlr.v4.runtime.ListTokenSource
Set the TokenFactory this token source should use for creating Token objects from the input.
setTokenFactory(TokenFactory) - 接口 中的方法org.antlr.v4.runtime.TokenSource
Set the TokenFactory this token source should use for creating Token objects from the input.
setTokenIndex(int) - 类 中的方法org.antlr.v4.runtime.CommonToken
 
setTokenIndex(int) - 接口 中的方法org.antlr.v4.runtime.WritableToken
 
setTokenSource(TokenSource) - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
Reset this token stream by setting its token source.
setTrace(boolean) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.atn.ATNState
 
SetTransition - org.antlr.v4.runtime.atn中的类
A transition containing a set of values.
SetTransition(ATNState, IntervalSet) - 类 的构造器org.antlr.v4.runtime.atn.SetTransition
 
setTrimParseTree(boolean) - 类 中的方法org.antlr.v4.runtime.Parser
Trim the internal lists of the parse tree during parsing to conserve memory.
setType(int) - 类 中的方法org.antlr.v4.runtime.CommonToken
 
setType(int) - 类 中的方法org.antlr.v4.runtime.Lexer
 
setType(int) - 接口 中的方法org.antlr.v4.runtime.WritableToken
 
setup() - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
 
setVerifyATN(boolean) - 类 中的方法org.antlr.v4.runtime.atn.ATNDeserializationOptions
 
shouldVisitNextChild(RuleNode, Result) - 类 中的方法org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
This method is called after visiting each child in AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode).
SimState() - 类 的构造器org.antlr.v4.runtime.atn.LexerATNSimulator.SimState
 
SimulatorState - org.antlr.v4.runtime.atn中的类
 
SimulatorState(ParserRuleContext, DFAState, boolean, ParserRuleContext) - 类 的构造器org.antlr.v4.runtime.atn.SimulatorState
 
singleTokenDeletion(Parser) - 类 中的方法org.antlr.v4.runtime.DefaultErrorStrategy
This method implements the single-token deletion inline error recovery strategy.
singleTokenInsertion(Parser) - 类 中的方法org.antlr.v4.runtime.DefaultErrorStrategy
This method implements the single-token insertion inline error recovery strategy.
SingletonEdgeMap<T> - org.antlr.v4.runtime.dfa中的类
 
SingletonEdgeMap(int, int, int, T) - 类 的构造器org.antlr.v4.runtime.dfa.SingletonEdgeMap
 
SingletonPredictionContext - org.antlr.v4.runtime.atn中的类
 
size() - 类 中的方法org.antlr.v4.runtime.ANTLRInputStream
已过时。
 
size() - 类 中的方法org.antlr.v4.runtime.atn.ArrayPredictionContext
 
size() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
size() - 类 中的方法org.antlr.v4.runtime.atn.EmptyPredictionContext
 
size() - 类 中的方法org.antlr.v4.runtime.atn.PredictionContext
 
size() - 类 中的方法org.antlr.v4.runtime.atn.SingletonPredictionContext
 
size() - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
 
size - 类 中的变量org.antlr.v4.runtime.CodePointCharStream
 
size() - 类 中的方法org.antlr.v4.runtime.CodePointCharStream
 
size() - 类 中的方法org.antlr.v4.runtime.dfa.AbstractEdgeMap.AbstractEntrySet
 
size() - 类 中的方法org.antlr.v4.runtime.dfa.ArrayEdgeMap
 
size() - 接口 中的方法org.antlr.v4.runtime.dfa.EdgeMap
 
size() - 类 中的方法org.antlr.v4.runtime.dfa.EmptyEdgeMap
 
size() - 类 中的方法org.antlr.v4.runtime.dfa.HashEdgeMap
 
size() - 类 中的方法org.antlr.v4.runtime.dfa.SingletonEdgeMap
 
size() - 类 中的方法org.antlr.v4.runtime.dfa.SparseEdgeMap
已过时。
 
size() - 接口 中的方法org.antlr.v4.runtime.IntStream
Returns the total number of symbols in the stream, including a single EOF symbol.
size() - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
 
size() - 类 中的方法org.antlr.v4.runtime.misc.FlexibleHashMap
 
size() - 类 中的方法org.antlr.v4.runtime.misc.IntegerList
 
size() - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
 
size() - 接口 中的方法org.antlr.v4.runtime.misc.IntSet
Return the total number of elements represented by the current set.
size() - 类 中的方法org.antlr.v4.runtime.UnbufferedCharStream
 
size() - 类 中的方法org.antlr.v4.runtime.UnbufferedTokenStream
 
SKIP - 类 中的静态变量org.antlr.v4.runtime.Lexer
 
skip() - 类 中的方法org.antlr.v4.runtime.Lexer
Instruct the lexer to skip creating a token for current lexer rule and look for another token.
skipTailCalls(ParserRuleContext) - 类 中的方法org.antlr.v4.runtime.atn.ParserATNSimulator
 
sll - 类 中的变量org.antlr.v4.runtime.atn.DecisionState
 
SLL_ATNTransitions - 类 中的变量org.antlr.v4.runtime.atn.DecisionInfo
The total number of ATN transitions required during SLL prediction for this decision.
SLL_DFATransitions - 类 中的变量org.antlr.v4.runtime.atn.DecisionInfo
The total number of DFA transitions required during SLL prediction for this decision.
SLL_MaxLook - 类 中的变量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 - 类 中的变量org.antlr.v4.runtime.atn.DecisionInfo
Gets the LookaheadEventInfo associated with the event where the DecisionInfo.SLL_MaxLook value was set.
SLL_MinLook - 类 中的变量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 - 类 中的变量org.antlr.v4.runtime.atn.DecisionInfo
The sum of the lookahead required for SLL prediction for this decision.
sort() - 类 中的方法org.antlr.v4.runtime.misc.IntegerList
 
source - 类 中的变量org.antlr.v4.runtime.CommonToken
SparseEdgeMap<T> - org.antlr.v4.runtime.dfa中的类
已过时。
Use HashEdgeMap instead.
SparseEdgeMap(int, int) - 类 的构造器org.antlr.v4.runtime.dfa.SparseEdgeMap
已过时。
 
SparseEdgeMap(int, int, int) - 类 的构造器org.antlr.v4.runtime.dfa.SparseEdgeMap
已过时。
 
split(String) - 类 中的方法org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
Split <ID> = <e:expr> ; into 4 chunks for tokenizing by ParseTreePatternMatcher.tokenize(java.lang.String).
split(String) - 类 中的方法org.antlr.v4.runtime.tree.xpath.XPath
 
STAR_BLOCK_START - 类 中的静态变量org.antlr.v4.runtime.atn.ATNState
 
STAR_LOOP_BACK - 类 中的静态变量org.antlr.v4.runtime.atn.ATNState
 
STAR_LOOP_ENTRY - 类 中的静态变量org.antlr.v4.runtime.atn.ATNState
 
StarBlockStartState - org.antlr.v4.runtime.atn中的类
The block that begins a closure loop.
StarBlockStartState() - 类 的构造器org.antlr.v4.runtime.atn.StarBlockStartState
 
StarLoopbackState - org.antlr.v4.runtime.atn中的类
 
StarLoopbackState() - 类 的构造器org.antlr.v4.runtime.atn.StarLoopbackState
 
StarLoopEntryState - org.antlr.v4.runtime.atn中的类
 
StarLoopEntryState() - 类 的构造器org.antlr.v4.runtime.atn.StarLoopEntryState
 
start - 类 中的变量org.antlr.v4.runtime.CommonToken
start - 类 中的变量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 - 类 中的变量org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
 
startIndex - 类 中的变量org.antlr.v4.runtime.atn.DecisionEventInfo
The token index in the input stream at which the current prediction was originally invoked.
startIndex - 类 中的变量org.antlr.v4.runtime.atn.LexerATNSimulator
The current token's starting index into the character stream.
StartRuleDoesNotConsumeFullPattern() - 异常错误 的构造器org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern
 
startsAfter(Interval) - 类 中的方法org.antlr.v4.runtime.misc.Interval
Does this.a start after other.b?
startsAfterDisjoint(Interval) - 类 中的方法org.antlr.v4.runtime.misc.Interval
Does this start completely after other?
startsAfterNonDisjoint(Interval) - 类 中的方法org.antlr.v4.runtime.misc.Interval
Does this start after other?
startsBeforeDisjoint(Interval) - 类 中的方法org.antlr.v4.runtime.misc.Interval
Does this start completely before other?
startsBeforeNonDisjoint(Interval) - 类 中的方法org.antlr.v4.runtime.misc.Interval
Does this start at or before other?
startState - 类 中的变量org.antlr.v4.runtime.atn.BlockEndState
 
state - 类 中的变量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) - 类 中的方法org.antlr.v4.runtime.atn.ATNDeserializer
 
stateFactory(int, int) - 类 中的静态方法org.antlr.v4.runtime.atn.ATNSimulator
已过时。
stateNumber - 类 中的变量org.antlr.v4.runtime.atn.ATNState
 
stateNumber - 类 中的变量org.antlr.v4.runtime.dfa.DFAState
 
states - 类 中的变量org.antlr.v4.runtime.atn.ATN
 
states - 类 中的变量org.antlr.v4.runtime.dfa.DFA
A set of all DFA states.
stop - 类 中的变量org.antlr.v4.runtime.CommonToken
stop - 类 中的变量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 - 类 中的变量org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
 
stopIndex - 类 中的变量org.antlr.v4.runtime.atn.DecisionEventInfo
The token index in the input stream at which the current event occurred.
stopState - 类 中的变量org.antlr.v4.runtime.atn.RuleStartState
 
STRING - 类 中的静态变量org.antlr.v4.runtime.tree.xpath.XPathLexer
 
stripChildrenOutOfRange(ParserRuleContext, ParserRuleContext, int, int) - 类 中的静态方法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,"...")
subtract(IntSet) - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
 
subtract(IntervalSet, IntervalSet) - 类 中的静态方法org.antlr.v4.runtime.misc.IntervalSet
Compute the set difference between two interval sets.
subtract(IntSet) - 接口 中的方法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() - 类 中的方法org.antlr.v4.runtime.tree.pattern.ParseTreeMatch
Gets a value indicating whether the match operation succeeded.
supportsUnicodeCodePoints() - 类 中的方法org.antlr.v4.runtime.ANTLRInputStream
已过时。
Determines if the current stream supports Unicode code points.
supportsUnicodeCodePoints() - 类 中的方法org.antlr.v4.runtime.CodePointCharStream
 
supportsUnicodeCodePoints() - 类 中的方法org.antlr.v4.runtime.UnbufferedCharStream
Determines if the current stream supports Unicode code points.
supportsUnicodeCodePoints() - 接口 中的方法org.antlr.v4.runtime.UnicodeCharStream
Determines if the current stream supports Unicode code points.
symbol - 类 中的变量org.antlr.v4.runtime.tree.TerminalNodeImpl
 
sync(Parser) - 接口 中的方法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) - 类 中的方法org.antlr.v4.runtime.BailErrorStrategy
Make sure we don't attempt to recover from problems in subrules.
sync(int) - 类 中的方法org.antlr.v4.runtime.BufferedTokenStream
Make sure index i in tokens has a token.
sync(Parser) - 类 中的方法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) - 类 中的方法org.antlr.v4.runtime.UnbufferedCharStream
Make sure we have 'need' elements from current position p.
sync(int) - 类 中的方法org.antlr.v4.runtime.UnbufferedTokenStream
Make sure we have 'need' elements from current position p.
syntaxError(Recognizer<T, ?>, T, int, int, String, RecognitionException) - 接口 中的方法org.antlr.v4.runtime.ANTLRErrorListener
Upon syntax error, notify any interested parties.
syntaxError(Recognizer<T, ?>, T, int, int, String, RecognitionException) - 类 中的方法org.antlr.v4.runtime.BaseErrorListener
 
syntaxError(Recognizer<T, ?>, T, int, int, String, RecognitionException) - 类 中的方法org.antlr.v4.runtime.ConsoleErrorListener
Upon syntax error, notify any interested parties.
syntaxError(Recognizer<T, ?>, T, int, int, String, RecognitionException) - 类 中的方法org.antlr.v4.runtime.ProxyErrorListener
 
syntaxError(Recognizer<T, ?>, T, int, int, String, RecognitionException) - 类 中的方法org.antlr.v4.runtime.tree.xpath.XPathLexerErrorListener
 
SyntaxTree - 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 - 类 中的变量org.antlr.v4.runtime.atn.ParserATNSimulator
 
tailCall - 类 中的变量org.antlr.v4.runtime.atn.RuleTransition
 
target - 类 中的变量org.antlr.v4.runtime.atn.Transition
The target of this transition.
TerminalNode - org.antlr.v4.runtime.tree中的接口
 
TerminalNodeImpl - org.antlr.v4.runtime.tree中的类
 
TerminalNodeImpl(Token) - 类 的构造器org.antlr.v4.runtime.tree.TerminalNodeImpl
 
TestRig - org.antlr.v4.runtime.misc中的类
已过时。 
TestRig() - 类 的构造器org.antlr.v4.runtime.misc.TestRig
已过时。
 
text - 类 中的变量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 - 类 中的变量org.antlr.v4.runtime.TokenStreamRewriter.RewriteOperation
 
threshold - 类 中的变量org.antlr.v4.runtime.misc.Array2DHashSet
when to expand
threshold - 类 中的变量org.antlr.v4.runtime.misc.FlexibleHashMap
when to expand
throwIfReadOnly() - 类 中的方法org.antlr.v4.runtime.atn.ATNDeserializationOptions
 
timeInPrediction - 类 中的变量org.antlr.v4.runtime.atn.DecisionInfo
to - 类 中的变量org.antlr.v4.runtime.atn.RangeTransition
 
toArray() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
toArray(T[]) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
toArray() - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
 
toArray(U[]) - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
 
toArray() - 类 中的方法org.antlr.v4.runtime.misc.IntegerList
 
toArray() - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
 
toArray() - 类 中的方法org.antlr.v4.runtime.misc.OrderedHashSet
 
toCharArray(IntegerList) - 类 中的静态方法org.antlr.v4.runtime.misc.Utils
Convert the list to a UTF-16 encoded char array.
toDotString() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
Returns a graphical representation of the current ATNConfig in Graphviz format.
toInfoString(Parser) - 类 中的方法org.antlr.v4.runtime.ParserRuleContext
Used for rule context info debugging during parse-time, not so much for ATN debugging
toInt(char) - 类 中的静态方法org.antlr.v4.runtime.atn.ATNDeserializer
 
toInt(char) - 类 中的静态方法org.antlr.v4.runtime.atn.ATNSimulator
已过时。
toInt32(char[], int) - 类 中的静态方法org.antlr.v4.runtime.atn.ATNDeserializer
 
toInt32(char[], int) - 类 中的静态方法org.antlr.v4.runtime.atn.ATNSimulator
已过时。
toIntegerList() - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
 
Token - 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 - 类 中的静态变量org.antlr.v4.runtime.tree.xpath.XPathLexer
 
TOKEN_START - 类 中的静态变量org.antlr.v4.runtime.atn.ATNState
 
TokenFactory - org.antlr.v4.runtime中的接口
The default mechanism for creating tokens.
tokenize(String) - 类 中的方法org.antlr.v4.runtime.tree.pattern.ParseTreePatternMatcher
 
tokenNames - 类 中的变量org.antlr.v4.runtime.LexerInterpreter
已过时。
tokenNames - 类 中的变量org.antlr.v4.runtime.ParserInterpreter
已过时。
tokenNames - 类 中的静态变量org.antlr.v4.runtime.tree.xpath.XPathLexer
已过时。
tokens - 类 中的变量org.antlr.v4.runtime.BufferedTokenStream
A collection of all tokens fetched from the token source.
tokens - 类 中的变量org.antlr.v4.runtime.ListTokenSource
The wrapped collection of Token objects to return.
tokens - 类 中的变量org.antlr.v4.runtime.TokenStreamRewriter.RewriteOperation
 
tokens - 类 中的变量org.antlr.v4.runtime.TokenStreamRewriter
Our source stream
tokens - 类 中的变量org.antlr.v4.runtime.UnbufferedTokenStream
A moving window buffer of the data being scanned.
tokenSource - 类 中的变量org.antlr.v4.runtime.BufferedTokenStream
The TokenSource from which tokens for this stream are fetched.
TokenSource - 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 - 类 中的变量org.antlr.v4.runtime.UnbufferedTokenStream
 
TokensStartState - org.antlr.v4.runtime.atn中的类
The Tokens rule start state linking to each lexer rule start state
TokensStartState() - 类 的构造器org.antlr.v4.runtime.atn.TokensStartState
 
TokenStream - org.antlr.v4.runtime中的接口
An IntStream whose symbols are Token instances.
TokenStreamRewriter - org.antlr.v4.runtime中的类
Useful for rewriting out a buffered input token stream after doing some augmentation or other manipulations on it.
TokenStreamRewriter(TokenStream) - 类 的构造器org.antlr.v4.runtime.TokenStreamRewriter
 
TokenStreamRewriter.RewriteOperation - org.antlr.v4.runtime中的类
 
TokenTagToken - org.antlr.v4.runtime.tree.pattern中的类
A Token object representing a token of a particular type; e.g., <ID>.
TokenTagToken(String, int) - 类 的构造器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) - 类 的构造器org.antlr.v4.runtime.tree.pattern.TokenTagToken
Constructs a new instance of TokenTagToken with the specified token name, type, and label.
tokenType - 类 中的变量org.antlr.v4.runtime.tree.xpath.XPathTokenAnywhereElement
 
tokenType - 类 中的变量org.antlr.v4.runtime.tree.xpath.XPathTokenElement
 
toLexerString() - 类 中的方法org.antlr.v4.runtime.dfa.DFA
 
toList() - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
 
toList() - 接口 中的方法org.antlr.v4.runtime.misc.IntSet
Return a list containing the elements represented by the current set.
toLong(char[], int) - 类 中的静态方法org.antlr.v4.runtime.atn.ATNDeserializer
 
toLong(char[], int) - 类 中的静态方法org.antlr.v4.runtime.atn.ATNSimulator
已过时。
toMap() - 类 中的方法org.antlr.v4.runtime.dfa.ArrayEdgeMap
 
toMap() - 接口 中的方法org.antlr.v4.runtime.dfa.EdgeMap
 
toMap() - 类 中的方法org.antlr.v4.runtime.dfa.EmptyEdgeMap
 
toMap() - 类 中的方法org.antlr.v4.runtime.dfa.HashEdgeMap
 
toMap() - 类 中的方法org.antlr.v4.runtime.dfa.SingletonEdgeMap
 
toMap() - 类 中的方法org.antlr.v4.runtime.dfa.SparseEdgeMap
已过时。
 
toMap(String[]) - 类 中的静态方法org.antlr.v4.runtime.misc.Utils
Convert array of strings to string→index map.
toSet() - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
 
toSet(BitSet) - 类 中的静态方法org.antlr.v4.runtime.misc.Utils
 
toString() - 类 中的方法org.antlr.v4.runtime.ANTLRInputStream
已过时。
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.ActionTransition
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
 
toString(Recognizer<?, ?>, boolean) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
 
toString(Recognizer<?, ?>, boolean, boolean) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
toString(boolean) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfigSet
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.ATNState
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.AtomTransition
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.DecisionInfo
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.EpsilonTransition
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.LexerChannelAction
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.LexerModeAction
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.LexerMoreAction
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.LexerPopModeAction
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.LexerPushModeAction
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.LexerSkipAction
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.LexerTypeAction
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.NotSetTransition
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.PrecedencePredicateTransition
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.PredicateTransition
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.RangeTransition
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.SemanticContext.AND
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.SemanticContext.OR
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.SemanticContext.PrecedencePredicate
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.SemanticContext.Predicate
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.SetTransition
 
toString() - 类 中的方法org.antlr.v4.runtime.atn.WildcardTransition
 
toString() - 类 中的方法org.antlr.v4.runtime.CodePointCharStream
 
toString() - 类 中的方法org.antlr.v4.runtime.CommonToken
 
toString(Recognizer<?, ?>) - 类 中的方法org.antlr.v4.runtime.CommonToken
 
toString() - 类 中的方法org.antlr.v4.runtime.dfa.DFA
 
toString(String[]) - 类 中的方法org.antlr.v4.runtime.dfa.DFA
已过时。
toString(Vocabulary) - 类 中的方法org.antlr.v4.runtime.dfa.DFA
 
toString(String[], String[]) - 类 中的方法org.antlr.v4.runtime.dfa.DFA
已过时。
toString(Vocabulary, String[]) - 类 中的方法org.antlr.v4.runtime.dfa.DFA
 
toString() - 类 中的方法org.antlr.v4.runtime.dfa.DFASerializer
 
toString() - 类 中的方法org.antlr.v4.runtime.dfa.DFAState.PredPrediction
 
toString() - 类 中的方法org.antlr.v4.runtime.dfa.DFAState
 
toString() - 异常错误 中的方法org.antlr.v4.runtime.LexerNoViableAltException
 
toString() - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
 
toString() - 类 中的方法org.antlr.v4.runtime.misc.FlexibleHashMap.Entry
 
toString() - 类 中的方法org.antlr.v4.runtime.misc.FlexibleHashMap
 
toString() - 类 中的方法org.antlr.v4.runtime.misc.IntegerList
Returns a string representation of this list.
toString() - 类 中的方法org.antlr.v4.runtime.misc.Interval
 
toString() - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
 
toString(boolean) - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
 
toString(String[]) - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
已过时。
toString(Vocabulary) - 类 中的方法org.antlr.v4.runtime.misc.IntervalSet
 
toString() - 接口 中的方法org.antlr.v4.runtime.misc.IntSet
toString() - 类 中的方法org.antlr.v4.runtime.misc.LogManager.Record
 
toString() - 类 中的方法org.antlr.v4.runtime.misc.LogManager
 
toString() - 类 中的方法org.antlr.v4.runtime.misc.OrderedHashSet
 
toString() - 类 中的方法org.antlr.v4.runtime.misc.Tuple2
 
toString() - 类 中的方法org.antlr.v4.runtime.misc.Tuple3
 
toString() - 类 中的方法org.antlr.v4.runtime.RuleContext
 
toString(Recognizer<?, ?>) - 类 中的方法org.antlr.v4.runtime.RuleContext
 
toString(List<String>) - 类 中的方法org.antlr.v4.runtime.RuleContext
 
toString(Recognizer<?, ?>, RuleContext) - 类 中的方法org.antlr.v4.runtime.RuleContext
 
toString(List<String>, RuleContext) - 类 中的方法org.antlr.v4.runtime.RuleContext
 
toString() - 类 中的方法org.antlr.v4.runtime.TokenStreamRewriter.RewriteOperation
 
toString() - 类 中的方法org.antlr.v4.runtime.tree.pattern.ParseTreeMatch
toString() - 类 中的方法org.antlr.v4.runtime.tree.pattern.RuleTagToken
The implementation for RuleTagToken returns a string of the form ruleName:bypassTokenType.
toString() - 类 中的方法org.antlr.v4.runtime.tree.pattern.TokenTagToken
The implementation for TokenTagToken returns a string of the form tokenName:type.
toString() - 类 中的方法org.antlr.v4.runtime.tree.TerminalNodeImpl
 
toString() - 类 中的方法org.antlr.v4.runtime.tree.xpath.XPathElement
 
toStrings(Recognizer<?, ?>, int) - 类 中的方法org.antlr.v4.runtime.atn.EmptyPredictionContext
 
toStrings(Recognizer<?, ?>, PredictionContext, int) - 类 中的方法org.antlr.v4.runtime.atn.EmptyPredictionContext
 
toStrings(Recognizer<?, ?>, int) - 类 中的方法org.antlr.v4.runtime.atn.PredictionContext
 
toStrings(Recognizer<?, ?>, PredictionContext, int) - 类 中的方法org.antlr.v4.runtime.atn.PredictionContext
 
toStringTree(Parser) - 类 中的方法org.antlr.v4.runtime.RuleContext
Print out a whole tree, not just a node, in LISP format (root child1 .. childN).
toStringTree(List<String>) - 类 中的方法org.antlr.v4.runtime.RuleContext
Print out a whole tree, not just a node, in LISP format (root child1 .. childN).
toStringTree() - 类 中的方法org.antlr.v4.runtime.RuleContext
 
toStringTree(Parser) - 接口 中的方法org.antlr.v4.runtime.tree.ParseTree
Specialize toStringTree so that it can print out more information based upon the parser.
toStringTree(Parser) - 类 中的方法org.antlr.v4.runtime.tree.TerminalNodeImpl
 
toStringTree() - 类 中的方法org.antlr.v4.runtime.tree.TerminalNodeImpl
 
toStringTree() - 接口 中的方法org.antlr.v4.runtime.tree.Tree
Print out a whole tree, not just a node, in LISP format (root child1 .. childN).
toStringTree(Tree) - 类 中的静态方法org.antlr.v4.runtime.tree.Trees
Print out a whole tree in LISP form.
toStringTree(Tree, Parser) - 类 中的静态方法org.antlr.v4.runtime.tree.Trees
Print out a whole tree in LISP form.
toStringTree(Tree, List<String>) - 类 中的静态方法org.antlr.v4.runtime.tree.Trees
Print out a whole tree in LISP form.
toTableString() - 类 中的方法org.antlr.v4.runtime.misc.Array2DHashSet
 
toTableString() - 类 中的方法org.antlr.v4.runtime.misc.FlexibleHashMap
 
toUUID(char[], int) - 类 中的静态方法org.antlr.v4.runtime.atn.ATNDeserializer
 
toUUID(char[], int) - 类 中的静态方法org.antlr.v4.runtime.atn.ATNSimulator
已过时。
TraceListener() - 类 的构造器org.antlr.v4.runtime.Parser.TraceListener
 
transform(ATNState, boolean) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
 
transform(ATNState, SemanticContext, boolean) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
 
transform(ATNState, PredictionContext, boolean) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
 
transform(ATNState, LexerActionExecutor, boolean) - 类 中的方法org.antlr.v4.runtime.atn.ATNConfig
 
transition(int) - 类 中的方法org.antlr.v4.runtime.atn.ATNState
 
Transition - org.antlr.v4.runtime.atn中的类
An ATN transition between any two ATN states.
Transition(ATNState) - 类 的构造器org.antlr.v4.runtime.atn.Transition
 
transitions - 类 中的变量org.antlr.v4.runtime.atn.ATNState
Track the transitions emanating from this ATN state.
treat_sllk1_conflict_as_ambiguity - 类 中的变量org.antlr.v4.runtime.atn.ParserATNSimulator
 
Tree - org.antlr.v4.runtime.tree中的接口
The basic notion of a tree has a parent, a payload, and a list of children.
Trees - org.antlr.v4.runtime.tree中的类
A set of utility routines useful for all kinds of ANTLR trees.
triggerEnterRuleEvent() - 类 中的方法org.antlr.v4.runtime.Parser
Notify any parse listeners of an enter rule event.
triggerExitRuleEvent() - 类 中的方法org.antlr.v4.runtime.Parser
Notify any parse listeners of an exit rule event.
trimToSize() - 类 中的方法org.antlr.v4.runtime.misc.IntegerList
 
TrimToSizeListener() - 类 的构造器org.antlr.v4.runtime.Parser.TrimToSizeListener
 
Tuple - org.antlr.v4.runtime.misc中的类
 
Tuple2<T1,T2> - org.antlr.v4.runtime.misc中的类
 
Tuple2(T1, T2) - 类 的构造器org.antlr.v4.runtime.misc.Tuple2
 
Tuple3<T1,T2,T3> - org.antlr.v4.runtime.misc中的类
 
Tuple3(T1, T2, T3) - 类 的构造器org.antlr.v4.runtime.misc.Tuple3
 
type - 类 中的变量org.antlr.v4.runtime.CommonToken
This is the backing field for CommonToken.getType() and CommonToken.setType(int).

U

UnbufferedCharStream - org.antlr.v4.runtime中的类
Do not buffer up the entire char stream.
UnbufferedCharStream() - 类 的构造器org.antlr.v4.runtime.UnbufferedCharStream
Useful for subclasses that pull char from other than this.input.
UnbufferedCharStream(int) - 类 的构造器org.antlr.v4.runtime.UnbufferedCharStream
Useful for subclasses that pull char from other than this.input.
UnbufferedCharStream(InputStream) - 类 的构造器org.antlr.v4.runtime.UnbufferedCharStream
 
UnbufferedCharStream(Reader) - 类 的构造器org.antlr.v4.runtime.UnbufferedCharStream
 
UnbufferedCharStream(InputStream, int) - 类 的构造器org.antlr.v4.runtime.UnbufferedCharStream
 
UnbufferedCharStream(Reader, int) - 类 的构造器org.antlr.v4.runtime.UnbufferedCharStream
 
UnbufferedTokenStream - org.antlr.v4.runtime中的类
 
UnbufferedTokenStream(TokenSource) - 类 的构造器org.antlr.v4.runtime.UnbufferedTokenStream
 
UnbufferedTokenStream(TokenSource, int) - 类 的构造器org.antlr.v4.runtime.UnbufferedTokenStream
 
UNCACHED - 类 中的静态变量org.antlr.v4.runtime.atn.PredictionContextCache
 
UnicodeCharStream - org.antlr.v4.runtime中的接口
 
union(Interval) - 类 中的方法org.antlr.v4.runtime.misc.Interval
Return the interval computed from combining this and other
UNKNOWN_SOURCE_NAME - 接口 中的静态变量org.antlr.v4.runtime.IntStream
The value returned by IntStream.getSourceName() when the actual name of the underlying source is not known.
unrollRecursionContexts(ParserRuleContext) - 类 中的方法org.antlr.v4.runtime.Parser
 
update(int, int) - 类 中的静态方法org.antlr.v4.runtime.misc.MurmurHash
Update the intermediate hash value for the next input value.
update(int, Object) - 类 中的静态方法org.antlr.v4.runtime.misc.MurmurHash
Update the intermediate hash value for the next input value.
useContext - 类 中的变量org.antlr.v4.runtime.atn.SimulatorState
 
userWantsCtxSensitive - 类 中的变量org.antlr.v4.runtime.atn.ParserATNSimulator
By default we do full context-sensitive LL(*) parsing not Strong LL(*) parsing.
Utils - org.antlr.v4.runtime.misc中的类
 
Utils() - 类 的构造器org.antlr.v4.runtime.misc.Utils
 

V

validateInputStream(ATN, CharStream) - 类 中的方法org.antlr.v4.runtime.Lexer
 
value - 类 中的变量org.antlr.v4.runtime.misc.FlexibleHashMap.Entry
 
valueOf(String) - 枚举 中的静态方法org.antlr.v4.runtime.atn.ATNType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.antlr.v4.runtime.atn.LexerActionType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.antlr.v4.runtime.atn.PredictionMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.antlr.v4.runtime.CharStreams
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.antlr.v4.runtime.CodePointBuffer.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.antlr.v4.runtime.Dependents
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.antlr.v4.runtime.misc.RuleDependencyProcessor.RuleDependencyProperty
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.antlr.v4.runtime.atn.ATNType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.antlr.v4.runtime.atn.LexerActionType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.antlr.v4.runtime.atn.PredictionMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.antlr.v4.runtime.CharStreams
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.antlr.v4.runtime.CodePointBuffer.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.antlr.v4.runtime.Dependents
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values(Key1) - 类 中的方法org.antlr.v4.runtime.misc.DoubleKeyMap
Get all values associated with primary key
values() - 类 中的方法org.antlr.v4.runtime.misc.FlexibleHashMap
 
values() - 枚举 中的静态方法org.antlr.v4.runtime.misc.RuleDependencyProcessor.RuleDependencyProperty
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verifyATN(ATN) - 类 中的方法org.antlr.v4.runtime.atn.ATNDeserializer
 
visit(ParseTree) - 类 中的方法org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
Visit a parse tree, and return a user-defined result of the operation.
visit(ParseTree) - 接口 中的方法org.antlr.v4.runtime.tree.ParseTreeVisitor
Visit a parse tree, and return a user-defined result of the operation.
visitChildren(RuleNode) - 类 中的方法org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
Visit the children of a node, and return a user-defined result of the operation.
visitChildren(RuleNode) - 接口 中的方法org.antlr.v4.runtime.tree.ParseTreeVisitor
Visit the children of a node, and return a user-defined result of the operation.
visitDecisionState(DecisionState) - 类 中的方法org.antlr.v4.runtime.ParserInterpreter
Method visitDecisionState() is called when the interpreter reaches a decision state (instance of DecisionState).
visitErrorNode(ErrorNode) - 类 中的方法org.antlr.v4.runtime.Parser.TraceListener
 
visitErrorNode(ErrorNode) - 类 中的方法org.antlr.v4.runtime.Parser.TrimToSizeListener
 
visitErrorNode(ErrorNode) - 类 中的方法org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
Visit an error node, and return a user-defined result of the operation.
visitErrorNode(ErrorNode) - 接口 中的方法org.antlr.v4.runtime.tree.ParseTreeListener
 
visitErrorNode(ErrorNode) - 接口 中的方法org.antlr.v4.runtime.tree.ParseTreeVisitor
Visit an error node, and return a user-defined result of the operation.
visitRuleStopState(ATNState) - 类 中的方法org.antlr.v4.runtime.ParserInterpreter
 
visitState(ATNState) - 类 中的方法org.antlr.v4.runtime.ParserInterpreter
 
visitTerminal(TerminalNode) - 类 中的方法org.antlr.v4.runtime.Parser.TraceListener
 
visitTerminal(TerminalNode) - 类 中的方法org.antlr.v4.runtime.Parser.TrimToSizeListener
 
visitTerminal(TerminalNode) - 类 中的方法org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
Visit a terminal node, and return a user-defined result of the operation.
visitTerminal(TerminalNode) - 接口 中的方法org.antlr.v4.runtime.tree.ParseTreeListener
 
visitTerminal(TerminalNode) - 接口 中的方法org.antlr.v4.runtime.tree.ParseTreeVisitor
Visit a terminal node, and return a user-defined result of the operation.
VOCABULARY - 类 中的静态变量org.antlr.v4.runtime.tree.xpath.XPathLexer
 
Vocabulary - org.antlr.v4.runtime中的接口
This interface provides information about the vocabulary used by a recognizer.
VocabularyImpl - org.antlr.v4.runtime中的类
This class provides a default implementation of the Vocabulary interface.
VocabularyImpl(String[], String[]) - 类 的构造器org.antlr.v4.runtime.VocabularyImpl
Constructs a new instance of VocabularyImpl from the specified literal and symbolic token names.
VocabularyImpl(String[], String[], String[]) - 类 的构造器org.antlr.v4.runtime.VocabularyImpl
Constructs a new instance of VocabularyImpl from the specified literal, symbolic, and display token names.

W

walk(ParseTreeListener, ParseTree) - 类 中的方法org.antlr.v4.runtime.tree.ParseTreeWalker
Performs a walk on the given parse tree starting at the root and going down recursively with depth-first search.
WILDCARD - 类 中的静态变量org.antlr.v4.runtime.atn.Transition
 
WILDCARD - 类 中的静态变量org.antlr.v4.runtime.tree.xpath.XPath
 
WILDCARD - 类 中的静态变量org.antlr.v4.runtime.tree.xpath.XPathLexer
 
WildcardTransition - org.antlr.v4.runtime.atn中的类
 
WildcardTransition(ATNState) - 类 的构造器org.antlr.v4.runtime.atn.WildcardTransition
 
withBytes(ByteBuffer) - 类 中的静态方法org.antlr.v4.runtime.CodePointBuffer
 
withChars(CharBuffer) - 类 中的静态方法org.antlr.v4.runtime.CodePointBuffer
 
withInts(IntBuffer) - 类 中的静态方法org.antlr.v4.runtime.CodePointBuffer
 
WritableToken - org.antlr.v4.runtime中的接口
 
writeFile(File, byte[]) - 类 中的静态方法org.antlr.v4.runtime.misc.Utils
 
writeFile(String, String) - 类 中的静态方法org.antlr.v4.runtime.misc.Utils
 
writeFile(String, String, String) - 类 中的静态方法org.antlr.v4.runtime.misc.Utils
 

X

XPath - 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) - 类 的构造器org.antlr.v4.runtime.tree.xpath.XPath
 
XPathElement - org.antlr.v4.runtime.tree.xpath中的类
 
XPathElement(String) - 类 的构造器org.antlr.v4.runtime.tree.xpath.XPathElement
Construct element like /ID or ID or /* etc...
XPathLexer - org.antlr.v4.runtime.tree.xpath中的类
 
XPathLexer(CharStream) - 类 的构造器org.antlr.v4.runtime.tree.xpath.XPathLexer
 
XPathLexerErrorListener - org.antlr.v4.runtime.tree.xpath中的类
 
XPathLexerErrorListener() - 类 的构造器org.antlr.v4.runtime.tree.xpath.XPathLexerErrorListener
 
XPathRuleAnywhereElement - org.antlr.v4.runtime.tree.xpath中的类
Either ID at start of path or {@code ...
XPathRuleAnywhereElement(String, int) - 类 的构造器org.antlr.v4.runtime.tree.xpath.XPathRuleAnywhereElement
 
XPathRuleElement - org.antlr.v4.runtime.tree.xpath中的类
 
XPathRuleElement(String, int) - 类 的构造器org.antlr.v4.runtime.tree.xpath.XPathRuleElement
 
XPathTokenAnywhereElement - org.antlr.v4.runtime.tree.xpath中的类
 
XPathTokenAnywhereElement(String, int) - 类 的构造器org.antlr.v4.runtime.tree.xpath.XPathTokenAnywhereElement
 
XPathTokenElement - org.antlr.v4.runtime.tree.xpath中的类
 
XPathTokenElement(String, int) - 类 的构造器org.antlr.v4.runtime.tree.xpath.XPathTokenElement
 
XPathWildcardAnywhereElement - org.antlr.v4.runtime.tree.xpath中的类
 
XPathWildcardAnywhereElement() - 类 的构造器org.antlr.v4.runtime.tree.xpath.XPathWildcardAnywhereElement
 
XPathWildcardElement - org.antlr.v4.runtime.tree.xpath中的类
 
XPathWildcardElement() - 类 的构造器org.antlr.v4.runtime.tree.xpath.XPathWildcardElement
 

_

_ATN - 类 中的静态变量org.antlr.v4.runtime.tree.xpath.XPathLexer
 
_buildParseTrees - 类 中的变量org.antlr.v4.runtime.Parser
Specifies whether or not the parser should construct a parse tree during the parsing process.
_channel - 类 中的变量org.antlr.v4.runtime.Lexer
The channel number for the current token
_ctx - 类 中的变量org.antlr.v4.runtime.Parser
The ParserRuleContext object for the currently executing rule.
_errHandler - 类 中的变量org.antlr.v4.runtime.Parser
The error handling strategy for the parser.
_factory - 类 中的变量org.antlr.v4.runtime.Lexer
How to create token objects
_findAllNodes(ParseTree, int, boolean, List<? super ParseTree>) - 类 中的静态方法org.antlr.v4.runtime.tree.Trees
 
_hitEOF - 类 中的变量org.antlr.v4.runtime.Lexer
Once we see EOF on char stream, next token will be EOF.
_input - 类 中的变量org.antlr.v4.runtime.atn.ProfilingATNSimulator
 
_input - 类 中的变量org.antlr.v4.runtime.Lexer
 
_input - 类 中的变量org.antlr.v4.runtime.Parser
The input stream.
_interp - 类 中的变量org.antlr.v4.runtime.Recognizer
 
_llStopIndex - 类 中的变量org.antlr.v4.runtime.atn.ProfilingATNSimulator
 
_LOOK(ATNState, ATNState, PredictionContext, IntervalSet, Set<ATNConfig>, BitSet, boolean, boolean) - 类 中的方法org.antlr.v4.runtime.atn.LL1Analyzer
Compute set of tokens that can follow s in the ATN in the specified ctx.
_mode - 类 中的变量org.antlr.v4.runtime.Lexer
 
_modeStack - 类 中的变量org.antlr.v4.runtime.Lexer
 
_parentContextStack - 类 中的变量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 ... } Those values are used to create new recursive rule invocation contexts associated with left operand of an alt like "expr '*' expr".
_parseListeners - 类 中的变量org.antlr.v4.runtime.Parser
The list of ParseTreeListener listeners registered to receive events during the parse.
_precedenceStack - 类 中的变量org.antlr.v4.runtime.Parser
 
_serializedATN - 类 中的静态变量org.antlr.v4.runtime.tree.xpath.XPathLexer
 
_sllStopIndex - 类 中的变量org.antlr.v4.runtime.atn.ProfilingATNSimulator
 
_startIndex - 类 中的变量org.antlr.v4.runtime.atn.ProfilingATNSimulator
 
_syntaxErrors - 类 中的变量org.antlr.v4.runtime.Parser
The number of syntax errors reported during parsing.
_text - 类 中的变量org.antlr.v4.runtime.Lexer
You can set the text for the current token to override what is in the input char buffer.
_token - 类 中的变量org.antlr.v4.runtime.Lexer
The goal of all lexer rules/methods is to create a token object.
_tokenFactorySourcePair - 类 中的变量org.antlr.v4.runtime.Lexer
 
_tokenStartCharIndex - 类 中的变量org.antlr.v4.runtime.Lexer
What character index in the stream did the current token start at?
_tokenStartCharPositionInLine - 类 中的变量org.antlr.v4.runtime.Lexer
The character position of first character within the line
_tokenStartLine - 类 中的变量org.antlr.v4.runtime.Lexer
The line on which the first character of the token resides
_type - 类 中的变量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–2022 Daniel Sun. All rights reserved.