You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read-only generation would allow creation of a parser in which all write methods are omitted entirely, which is probably suitable for many use-cases, and results in a significantly simpler API.
Freezing would be made available via the overlay adapter class. It would result lock the targeted overlay object in its current state; all mutation operations would throw illegal state exception. Freezing could be recursive, so that all descendant overlay objects would also be frozen. This could optionally include overlays reachable via reference.
A parser option would recursively freeze the entire model after parsing.
The text was updated successfully, but these errors were encountered:
Read-only generation would allow creation of a parser in which all write methods are omitted entirely, which is probably suitable for many use-cases, and results in a significantly simpler API.
Freezing would be made available via the overlay adapter class. It would result lock the targeted overlay object in its current state; all mutation operations would throw illegal state exception. Freezing could be recursive, so that all descendant overlay objects would also be frozen. This could optionally include overlays reachable via reference.
A parser option would recursively freeze the entire model after parsing.
The text was updated successfully, but these errors were encountered: