| 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 |
| Field and Description |
|---|
| org.antlr.v4.runtime.atn.LexerATNSimulator.match_calls
This field is no longer used.
|
| 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.codegen.model.Recognizer.tokenNames
This field is provided only for compatibility with code
generation targets which have not yet been updated to use
Recognizer.literalNames and Recognizer.symbolicNames. |
| org.antlr.v4.runtime.ParserInterpreter.tokenNames |
| org.antlr.v4.runtime.LexerInterpreter.tokenNames |
| org.antlr.v4.runtime.tree.xpath.XPathLexer.tokenNames
Use
XPathLexer.VOCABULARY instead. |
| Enum Constant and Description |
|---|
| org.antlr.v4.tool.ErrorType.ALL_OPS_NEED_SAME_ASSOC
This warning is no longer applicable with the current syntax for specifying associativity.
|
| org.antlr.v4.tool.ErrorType.LEXER_ACTION_PLACEMENT_ISSUE
This error is no longer issued by ANTLR 4.2.
|
Copyright © 1992–2020 Tunnel Vision Laboratories, LLC. All rights reserved.