OffsetInfo

dotty.tools.dotc.transform.LazyVals.OffsetInfo
class OffsetInfo(var defs: List[Tree], var ord: Int)

this map contains mutable state of transformation: OffsetDefs to be appended to companion object definitions, and number of bits currently used

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete fields

var defs: List[Tree]
var ord: Int