buildParseTree property

bool buildParseTree
getter/setter pair

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

Implementation

bool buildParseTree = true;