ImportSelector
tastyquery.Trees.ImportSelector
final case class ImportSelector(imported: ImportIdent, renamed: Option[ImportIdent], bound: Option[TypeTree])(pos: SourcePosition) extends Tree
Attributes
- Graph
-
- Supertypes
-
trait Serializableclass Treetrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
An iterator over the names of all the elements of this product.
An iterator over the names of all the elements of this product.
Attributes
- Inherited from:
- Product
An iterator over all the elements of this product.
An iterator over all the elements of this product.
Attributes
- Returns
-
in the default implementation, an
Iterator[Any] - Inherited from:
- Product
Attributes
- Inherited from:
- Tree
Concrete fields
It's a given selector
It's a given selector
Attributes
It's a given or _ selector
It's a given or _ selector
Attributes
The imported name, EmptyTermName if it's a given selector
The imported name, EmptyTermName if it's a given selector
Attributes
The renamed part (which might be _), if present, or name, if missing
The renamed part (which might be _), if present, or name, if missing
Attributes
In this article