TypeSymbol
sealed abstract
class ClassSymbol
class TypeSymbolWithBounds
class TypeMemberSymbol
class TypeParamSymbol
class ClassTypeParamSymbol
class LocalTypeParamSymbol
Type members
Types
Value members
Concrete methods
Inherited methods
final
All symbols overridden by this symbol.
All symbols overridden by this symbol.
- Inherited from
- TermOrTypeSymbol
protected
This method is overridden in every subclass to perform their own checks.
This method is overridden in every subclass to perform their own checks.
Every override is expected to call super.doCheckCompleted()
first.
If a check fail, it should be reported with failNotCompleted.
- Inherited from
- Symbol
final
The first symbol overridden by this symbol, if any.
The first symbol overridden by this symbol, if any.
- Inherited from
- TermOrTypeSymbol
final
The symbol, in class inClass
, that is overridden by this symbol, if any.
The symbol, in class inClass
, that is overridden by this symbol, if any.
- Inherited from
- TermOrTypeSymbol
final
The symbol overriding this symbol in given subclass inClass
, if any.
The symbol overriding this symbol in given subclass inClass
, if any.
- Inherited from
- TermOrTypeSymbol