Uses of Class
org.antlr.v4.runtime.atn.ATN
Packages that use ATN
Package
Description
-
Uses of ATN in org.antlr.v4.analysis
Fields in org.antlr.v4.analysis declared as ATNConstructors in org.antlr.v4.analysis with parameters of type ATN -
Uses of ATN in org.antlr.v4.automata
Fields in org.antlr.v4.automata declared as ATNModifier and TypeFieldDescriptionprivate final ATNTailEpsilonRemover._atnfinal ATNParserATNFactory.atnMethods in org.antlr.v4.automata that return ATNModifier and TypeMethodDescriptionATNFactory.createATN()LexerATNFactory.createATN()ParserATNFactory.createATN()Methods in org.antlr.v4.automata with parameters of type ATNModifier and TypeMethodDescriptionstatic voidprivate static voidATNOptimizer.optimizeSets(Grammar g, ATN atn) private static voidATNOptimizer.optimizeStates(ATN atn) Constructors in org.antlr.v4.automata with parameters of type ATN -
Uses of ATN in org.antlr.v4.codegen.model
Constructors in org.antlr.v4.codegen.model with parameters of type ATNModifierConstructorDescriptionSerializedATN(OutputModelFactory factory, ATN atn) SerializedJavaATN(OutputModelFactory factory, ATN atn) -
Uses of ATN in org.antlr.v4.runtime
Fields in org.antlr.v4.runtime declared as ATNModifier and TypeFieldDescriptionprotected final ATNLexerInterpreter.atnprotected final ATNParserInterpreter.atnprivate ATNParser.bypassAltsAtnCacheThis field holds the deserializedATNwith bypass alternatives, created lazily upon first demand.Methods in org.antlr.v4.runtime that return ATNModifier and TypeMethodDescriptionLexerInterpreter.getATN()ParserInterpreter.getATN()abstract ATNRecognizer.getATN()Get theATNused by the recognizer for prediction.Parser.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 ATNModifierConstructorDescriptionLexerInterpreter(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 ATNModifier and TypeFieldDescriptionATNSerializer.atnfinal ATNATNSimulator.atnATNState.atnWhich ATN are we in?final ATNLL1Analyzer.atnMethods in org.antlr.v4.runtime.atn that return ATNModifier and TypeMethodDescriptionATNDeserializer.deserialize(char[] data) ATNDeserializer.deserialize(int[] data) Methods in org.antlr.v4.runtime.atn with parameters of type ATNModifier and TypeMethodDescriptionprotected 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 voidConstructors in org.antlr.v4.runtime.atn with parameters of type ATNModifierConstructorDescriptionATNSerializer(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.misc
Fields in org.antlr.v4.runtime.misc declared as ATN -
Uses of ATN in org.antlr.v4.runtime.tree.xpath
Methods in org.antlr.v4.runtime.tree.xpath that return ATN -
Uses of ATN in org.antlr.v4.tool
Fields in org.antlr.v4.tool declared as ATNModifier and TypeFieldDescriptionGrammar.atnThe ATN that represents the grammar with edges labelled with tokens or epsilon.Methods in org.antlr.v4.tool that return ATNConstructors in org.antlr.v4.tool with parameters of type ATNModifierConstructorDescriptionGrammarParserInterpreter(Grammar g, String grammarFileName, Vocabulary vocabulary, Collection<String> ruleNames, ATN atn, TokenStream input) GrammarParserInterpreter(Grammar g, ATN atn, TokenStream input)
ParserInterpreter(String, Vocabulary, Collection, ATN, TokenStream)instead.