CCState

dotty.tools.dotc.cc.CCState
class CCState

Capture checking state, which is stored in a context property

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

The last pair of capture reference and capture set where the reference could not be added to the set due to a level conflict.

The last pair of capture reference and capture set where the reference could not be added to the set due to a level conflict.

Attributes

Associates nesting level owners with the local roots valid in their scopes.

Associates nesting level owners with the local roots valid in their scopes.

Attributes

Associates certain symbols (the nesting level owners) with their ccNestingLevel

Associates certain symbols (the nesting level owners) with their ccNestingLevel

Attributes

Under saferExceptions: The symbol generated for a try. Installed by Setup, removed by CheckCaptures.

Under saferExceptions: The symbol generated for a try. Installed by Setup, removed by CheckCaptures.

Attributes