The primary constructor of a class or trait, noSymbol
if not applicable.
SymbolMethods
given SymbolMethods
Extension methods of Symbol
Extensions
Extensions
extension (self: Symbol)
Dummy val symbol that owns all statements within the initialization of the class.
This may also contain local definitions such as classes defined in a locally
block in the class.
Owner of this symbol. The owner is the symbol in which this symbol is defined. Returns NoSymbol
if this symbol does not have an owner.
The symbol overriding this symbol in given subclass ofclazz
.
- Value Params
- ofclazz
is a subclass of this symbol's owner
Owner of this symbol. The owner is the symbol in which this symbol is defined. Throws if this symbol does not have an owner.