ParserGidBuilderImpl.immutable_

Set immutable_ property.

class ParserGidBuilderImpl(T)
T
immutable_
(
bool propval
)

Parameters

propval bool

Whether 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.

Return Value

Type: T

Builder instance for fluent chaining