AppliedTypeTree
tastyquery.Trees.AppliedTypeTree
final case class AppliedTypeTree(tycon: TypeTree, args: List[TypeArgTree])(pos: SourcePosition) extends TypeTree
tpt[args] TypeBounds[Tree] for wildcard application: tpt[_], tpt[?]
Attributes
- Graph
-
- Supertypes
-
trait Serializableclass TypeTreeclass TypeArgTreeclass 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
Attributes
- Inherited from:
- TypeTree
Attributes
- Inherited from:
- TypeTree
In this article