Java.target.apidocs.deprecated-list.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of antlr4-perf-testsuite Show documentation
Show all versions of antlr4-perf-testsuite Show documentation
The ANTLR 4 grammar compiler.
Deprecated List (ANTLR 4 Runtime (Optimized) 4.7.3 API)
Deprecated API
Contents
-
Deprecated Classes
Class and Description
org.antlr.v4.runtime.ANTLRFileStream
as of 4.7 Please use CharStreams
interface.
org.antlr.v4.runtime.ANTLRInputStream
as of 4.7 Please use CharStreams
interface.
org.antlr.v4.runtime.dfa.SparseEdgeMap
Use HashEdgeMap
instead.
org.antlr.v4.runtime.misc.TestRig
-
Deprecated Fields
Field and Description
org.antlr.v4.runtime.atn.ParserATNSimulator.optimize_hidden_conflicted_configs
This flag is not currently used by the ATN simulator.
org.antlr.v4.runtime.atn.ATNSimulator.SERIALIZED_UUID
Use ATNDeserializer.checkCondition(boolean)
instead.
org.antlr.v4.runtime.atn.ATNSimulator.SERIALIZED_VERSION
Use ATNDeserializer.SERIALIZED_VERSION
instead.
org.antlr.v4.runtime.ParserInterpreter.tokenNames
org.antlr.v4.runtime.LexerInterpreter.tokenNames
org.antlr.v4.runtime.tree.xpath.XPathLexer.tokenNames
Use XPathLexer.VOCABULARY
instead.
-
-
Copyright © 1992–2019 Tunnel Vision Laboratories, LLC. All rights reserved.