AttributeCompleter

A completer for attributes

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

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.

class Object
trait Matchable
class Any

Value members

Concrete methods

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

Concrete fields

var exceptions: List[NameOrString]
var sig: String