TermOrTypeSymbol
sealed abstract
class TermSymbol
class TypeSymbol
class ClassSymbol
class TypeSymbolWithBounds
class TypeMemberSymbol
class TypeParamSymbol
class ClassTypeParamSymbol
class LocalTypeParamSymbol
Type members
Inherited types
Value members
Concrete methods
final
The first symbol overridden by this symbol, if any.
The first symbol overridden by this symbol, if any.
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 methods
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