Deprecated API
Contents
-
Deprecated ClassesClassDescriptionas of 4.7 Please use
CharStreamsinterface.as of 4.7 Please useCharStreamsinterface.
-
Deprecated Annotation InterfacesAnnotation InterfaceDescriptionTHIS IS HERE FOR BACKWARD COMPATIBILITY WITH 4.5 ONLY. It will disappear in 4.6+
-
Deprecated MethodsMethodDescriptionUse
seek(0)instead.This method no longer performs any action.UseDFA.toString(Vocabulary)instead.UseIntervalSet.elementName(Vocabulary, int)instead.UseIntervalSet.toString(Vocabulary)instead.This method is not called by the ANTLR 4 Runtime. Specific implementations ofANTLRErrorStrategymay provide a similar feature when necessary. For example, seeDefaultErrorStrategy.getTokenErrorDisplay(org.graalvm.shadowed.org.antlr.v4.runtime.Token).UseRecognizer.getVocabulary()instead.
-
Deprecated ConstructorsConstructorDescriptionUse
RuleTransition(RuleStartState, int, int, ATNState)instead.UseDFASerializer(DFA, Vocabulary)instead.