-
Deprecated MethodsMethodDescriptionsince 2.7.1as of 2.7.2. This method calls System.exit() and writes directly to stderr, which is usually not appropriate when a parser is embedded into a larger application. Since the method is
static
, it cannot be overridden to avoid these problems. ANTLR no longer uses this method internally or in generated code.since 2.7.1As of ANTLR 2.7.0as of 2.7.2 useTool.fatalError(String)
. By default this method executesfatalError("panic");
.as of 2.7.2 useTool.fatalError(String)
. By defaykt this method executesfatalError("panic: " + s);
.as of 2.7.2. This method calls System.exit() and writes directly to stderr, which is usually not appropriate when a parser is embedded into a larger application. Since the method isstatic
, it cannot be overridden to avoid these problems. ANTLR no longer uses this method internally or in generated code.since 2.7.2
-
Deprecated ConstructorsConstructorDescriptionAs of ANTLR 2.7.2 useAs of ANTLR 2.7.2 useAs of ANTLR 2.7.2 use