Uses of Class
org.antlr.v4.runtime.Parser.TraceListener
Packages that use Parser.TraceListener
-
Uses of Parser.TraceListener in org.antlr.v4.runtime
Fields in org.antlr.v4.runtime declared as Parser.TraceListenerModifier and TypeFieldDescriptionprivate Parser.TraceListener
Parser._tracer
WhenParser.setTrace(boolean)
(true)
is called, a reference to theParser.TraceListener
is stored here so it can be easily removed in a later call toParser.setTrace(boolean)
(false)
.