- Companion
- object
Type members
Inherited types
Value members
Concrete methods
Get the companion class of this class, if it exists:
Get the companion class of this class, if it exists:
- for
class C=>object class C[$] - for
object class C[$]=>class C
Returns a list of all the overloaded declarations with the given unsigned name.
Returns a list of all the overloaded declarations with the given unsigned name.
- Throws
- java.lang.IllegalArgumentException
if the provided
nameis a SignedName- tastyquery.Exceptions.MemberNotFoundException
if there is no declaration with the given unsigned name
Convenience method to find a non-overloaded decl from its unsigned name.
Convenience method to find a non-overloaded decl from its unsigned name.
- Throws
- java.lang.IllegalArgumentException
if the provided
nameis a SignedName- tastyquery.Exceptions.MemberNotFoundException
if there are multiple or no overload with the given unsigned name
Returns a list of all the overloaded declarations with the given unsigned name.
Returns a list of all the overloaded declarations with the given unsigned name.
If there is no declaration with the given unsigned name, this method
returns Nil.
- Throws
- java.lang.IllegalArgumentException
if the provided
nameis a SignedName
Convenience method to get a non-overloaded decl from its unsigned name.
Convenience method to get a non-overloaded decl from its unsigned name.
If there are multiple or no overload with the given unsigned name, this
method returns None.
- Throws
- java.lang.IllegalArgumentException
if the provided
nameis a SignedName
Get the module value of this module class definition, if it exists:
Get the module value of this module class definition, if it exists:
- for
object class C[$]=>object val C
The direct children of a sealed class (including enums).
The direct children of a sealed class (including enums).
If this.is(Sealed) is false, this method returns Nil.
Otherwise, each element of the list is either:
- a non-module class that extends this class (including enum class cases), or
- a module value whose module class extends this class, or
- an enum val case for this enum class.
The results are ordered by their declaration order in the source.
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