AttributeCompleter

dotty.tools.dotc.core.classfile.ClassfileParser.AttributeCompleter

A completer for attributes

Top-level classes complete attributes eagerly, while members complete lazily.

Attributes

Note:

We cannot simply store the bytes of attributes, as the bytes may contain references to the constant pool, where the constants are loaded lazily.

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def complete(tp: Type, isVarargs: Boolean)(using Context): Type

Concrete fields

var exceptions: List[NameOrString]
var sig: String