Uses of Class
org.antlr.v4.runtime.atn.ATN
-
Packages that use ATN Package Description org.antlr.v4.runtime org.antlr.v4.runtime.atn org.antlr.v4.runtime.tree.xpath -
-
Uses of ATN in org.antlr.v4.runtime
Fields in org.antlr.v4.runtime declared as ATN Modifier and Type Field Description protected ATNLexerInterpreter. atnprotected ATNParserInterpreter. atnMethods in org.antlr.v4.runtime that return ATN Modifier and Type Method Description ATNLexerInterpreter. getATN()ATNParserInterpreter. getATN()abstract ATNRecognizer. getATN()Get theATNused by the recognizer for prediction.ATNParser. getATNWithBypassAlts()The ATN with bypass alternatives is expensive to create so we create it lazily.Constructors in org.antlr.v4.runtime with parameters of type ATN Constructor Description LexerInterpreter(String grammarFileName, Collection<String> tokenNames, Collection<String> ruleNames, Collection<String> modeNames, ATN atn, CharStream input)Deprecated.LexerInterpreter(String grammarFileName, Vocabulary vocabulary, Collection<String> ruleNames, Collection<String> channelNames, Collection<String> modeNames, ATN atn, CharStream input)LexerInterpreter(String grammarFileName, Vocabulary vocabulary, Collection<String> ruleNames, Collection<String> modeNames, ATN atn, CharStream input)Deprecated.ParserInterpreter(String grammarFileName, Collection<String> tokenNames, Collection<String> ruleNames, ATN atn, TokenStream input)Deprecated.ParserInterpreter(String grammarFileName, Vocabulary vocabulary, Collection<String> ruleNames, ATN atn, TokenStream input) -
Uses of ATN in org.antlr.v4.runtime.atn
Fields in org.antlr.v4.runtime.atn declared as ATN Modifier and Type Field Description ATNATNSerializer. atnATNATNSimulator. atnATNATNState. atnWhich ATN are we in?ATNLL1Analyzer. atnMethods in org.antlr.v4.runtime.atn that return ATN Modifier and Type Method Description ATNATNDeserializer. deserialize(char[] data)ATNATNDeserializer. deserialize(int[] data)Methods in org.antlr.v4.runtime.atn with parameters of type ATN Modifier and Type Method Description protected TransitionATNDeserializer. edgeFactory(ATN atn, int type, int src, int trg, int arg1, int arg2, int arg3, List<IntervalSet> sets)static PredictionContextPredictionContext. fromRuleContext(ATN atn, RuleContext outerContext)Convert aRuleContexttree to aPredictionContextgraph.static IntegerListATNSerializer. getSerialized(ATN atn)protected voidATNDeserializer. markPrecedenceDecisions(ATN atn)Analyze theStarLoopEntryStatestates in the specified ATN to set theStarLoopEntryState.isPrecedenceDecisionfield to the correct value.protected voidATNDeserializer. verifyATN(ATN atn)Constructors in org.antlr.v4.runtime.atn with parameters of type ATN Constructor Description ATNSerializer(ATN atn)ATNSimulator(ATN atn, PredictionContextCache sharedContextCache)LexerATNSimulator(ATN atn, DFA[] decisionToDFA, PredictionContextCache sharedContextCache)LexerATNSimulator(Lexer recog, ATN atn, DFA[] decisionToDFA, PredictionContextCache sharedContextCache)LL1Analyzer(ATN atn)ParserATNSimulator(ATN atn, DFA[] decisionToDFA, PredictionContextCache sharedContextCache)Testing only!ParserATNSimulator(Parser parser, ATN atn, DFA[] decisionToDFA, PredictionContextCache sharedContextCache) -
Uses of ATN in org.antlr.v4.runtime.tree.xpath
Methods in org.antlr.v4.runtime.tree.xpath that return ATN Modifier and Type Method Description ATNXPathLexer. getATN()
-