ParserGidBuilderImpl.immutable_

T immutable_(bool propval)

Set immutable_ property.

Parameters

propvalWhether the tree built by the parser should be immutable when created. Making the output immutable on creation avoids the expense of traversing it to make it immutable later.

Returns

Builder instance for fluent chaining