Parser._buildParseTrees

@uml Specifies whether or not the parser should construct a parse tree during the parsing process. The default value is {@code true}.

@see #getBuildParseTree @see #setBuildParseTree

class Parser
protected
bool _buildParseTrees;

Meta