VarState
dotty.tools.dotc.cc.CaptureSet$.VarState
class VarState
A VarState serves as a snapshot mechanism that can undo additions of elements or super sets if an operation fails
Attributes
- Graph
- Supertypes
- Known subtypes
- object FrozenState.type
A VarState serves as a snapshot mechanism that can undo additions of elements or super sets if an operation fails
The recorded dependent sets of v
(it's required that a recording was made)
The recorded dependent sets of v
(it's required that a recording was made)
The recorded elements of v
(it's required that a recording was made)
The recorded elements of v
(it's required that a recording was made)
Optionally the recorded dependent sets of v
, None if nothing was recorded for v
Optionally the recorded dependent sets of v
, None if nothing was recorded for v
Optionally the recorded elements of v
, None if nothing was recorded for v
Optionally the recorded elements of v
, None if nothing was recorded for v
Record dependent sets, return whether this was allowed. By default, recording is allowed but the special state FrozenState overrides this.
Record dependent sets, return whether this was allowed. By default, recording is allowed but the special state FrozenState overrides this.
Record elements, return whether this was allowed. By default, recording is allowed but the special state FrozenState overrides this.
Record elements, return whether this was allowed. By default, recording is allowed but the special state FrozenState overrides this.