- Companion
- object
Type members
Value members
Concrete methods
Is this term symbol a stable member?
Is this term symbol a stable member?
A stable member is one that is known to be idempotent.
Get the module class of this module value definition, if it exists:
Get the module class of this module value definition, if it exists:
- for
object val C=>object class C[$]
Inherited methods
All symbols overridden by this symbol.
All symbols overridden by this symbol.
- Inherited from
- TermOrTypeSymbol
The symbol whose name and type matches the type of this symbol in the given class.
The symbol whose name and type matches the type of this symbol in the given class.
If inClass == this.owner, matchingSymbol returns this symbol.
Otherwise, private members and constructors are ignored.
Unlike the override-related methods overriddenSymbol and
overridingSymbol, this method can return non-empty results when
inClass and this.owner are unrelated.
siteClass must be a common subclass of this.owner and inClass.
- Value Params
- inClass
The class in which to look for a matching symbol
- siteClass
The base class from which member types are computed
- Throws
- java.lang.IllegalArgumentException
if
owner.isClassis false, ifsiteClass.isSubclass(owner.asClass)is false, or ifsiteClass.isSubclass(inClass)is false
- Inherited from
- TermOrTypeSymbol
The first symbol overridden by this symbol, if any.
The first symbol overridden by this symbol, if any.
- Inherited from
- TermOrTypeSymbol
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
Returns true iff this symbol override that symbol.
Returns true iff this symbol override that symbol.
- Inherited from
- TermOrTypeSymbol
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