LambdaTypeTree

oxygen.quoted.LambdaTypeTree
See theLambdaTypeTree companion object
final class LambdaTypeTree(val quotes: Quotes)(val unwrap: quotes.reflect.LambdaTypeTree) extends TypeTree

Attributes

Companion
object
Graph
Supertypes
trait TypeTree
trait Tree
class Object
trait Matchable
class Any

Members list

Type members

Types

override type This <: LambdaTypeTree

Value members

Concrete methods

def tparams: List[TypeDef]
override def unwrapWithin(using newQuotes: Quotes): newQuotes.reflect.LambdaTypeTree

Attributes

Definition Classes

Inherited methods

final def asExpr: Expr[Any]

Convert this tree to an quoted.Expr[Any] if the tree is a valid expression or throws

Convert this tree to an quoted.Expr[Any] if the tree is a valid expression or throws

Attributes

Inherited from:
Tree
final def asExprOf[T](using Type[T]): Expr[T]

Convert this tree to an quoted.Expr[T] if the tree is a valid expression or throws

Convert this tree to an quoted.Expr[T] if the tree is a valid expression or throws

Attributes

Inherited from:
Tree
final def changeOwner(newOwner: Symbol): This

Changes the owner of the symbols in the tree

Changes the owner of the symbols in the tree

Attributes

Inherited from:
Tree
final def isExpr: Boolean

Does this tree represent a valid expression?

Does this tree represent a valid expression?

Attributes

Inherited from:
Tree
final def pos: Position

Position in the source code

Position in the source code

Attributes

Inherited from:
Tree
final def show(using printer: Printer[Tree]): String

Shows the tree as String

Shows the tree as String

Attributes

Inherited from:
Tree
final def symbol: Symbol

Symbol of defined or referred by this tree

Symbol of defined or referred by this tree

Attributes

Inherited from:
Tree
def tpe: TypeRepr

TypeRepr of this type tree

TypeRepr of this type tree

Attributes

Inherited from:
TypeTree

Concrete fields

val quotes: Quotes
val unwrap: quotes.reflect.LambdaTypeTree

Givens

Inherited givens

given givenQuotes: quotes.type

Attributes

Inherited from:
Tree