Unrecorded
dotty.tools.dotc.cc.CaptureSet.VarState.Unrecorded
class Unrecorded extends VarState, Stateless
An open state that turns off recording of hidden elements (but allows adding them). Used in addAsDependentTo
. Instantiated in ccState.Unrecorded.
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
object Unrecorded
Members list
Value members
Inherited methods
Record elements, return whether this was allowed. By default, recording is allowed in regular but not in frozen states.
Record elements, return whether this was allowed. By default, recording is allowed in regular but not in frozen states.
Attributes
- Inherited from:
- VarState
Run test pred
unless ref
was seen in an enclosing ifNotSeen
operation
Run test pred
unless ref
was seen in an enclosing ifNotSeen
operation
Attributes
- Inherited from:
- VarState
Does this state allow additions of elements to capture set variables?
Does this state allow additions of elements to capture set variables?
Attributes
- Inherited from:
- VarState
Attributes
- Inherited from:
- VarState
In this article