isTrace method
Gets whether a TraceListener
is registered as a parse listener
for the parser.
@see #setTrace(bool)
Implementation
bool isTrace() {
return _tracer != null;
}
Gets whether a TraceListener
is registered as a parse listener
for the parser.
@see #setTrace(bool)
bool isTrace() {
return _tracer != null;
}