TermReferenceType
tastyquery.Types.TermReferenceType
sealed trait TermReferenceType extends TermType, NonEmptyPrefix
The type of term reference, i.e., of an Ident or Select.
It is either a TermRef or a PackageRef.
Attributes
- Graph
-
- Supertypes
-
trait NonEmptyPrefixtrait Prefixclass TermTypeclass TypeMappableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class PackageRefclass TermRef
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- NonEmptyPrefix
Attributes
- Inherited from:
- NonEmptyPrefix
Attributes
- Inherited from:
- NonEmptyPrefix
Attributes
- Inherited from:
- TypeMappable
Attributes
- Inherited from:
- NonEmptyPrefix
Attributes
- Inherited from:
- NonEmptyPrefix
Attributes
- Inherited from:
- NonEmptyPrefix
Attributes
- Inherited from:
- NonEmptyPrefix
Attributes
- Inherited from:
- NonEmptyPrefix
Attributes
- Inherited from:
- NonEmptyPrefix
Attributes
- Inherited from:
- TypeMappable
Attributes
- Inherited from:
- TypeMappable
Widens TermRefs one level to their underlyingOrMethodic type.
Widens TermRefs one level to their underlyingOrMethodic type.
- If this term type is a
TermRef, returnsthis.underlyingOrMethodic. - Otherwise, returns
this.
Attributes
- Inherited from:
- TermType
In this article