LabelUsage

dotty.tools.dotc.transform.DropBreaks.LabelUsage
class LabelUsage(val goto: TermSymbol, val enclMeth: Symbol)

Usage data and other info associated with a Label symbol.

Value parameters

enclMeth

the enclosing method

goto

the return-label to use for a labeled return.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

var otherRefs: Int

The number of other references to associated label

The number of other references to associated label

Attributes

The number of references to associated label that come from labeled returns

The number of references to associated label that come from labeled returns

Attributes