O object

Type

extends Object

Supertypes

Object

Members

def 

Boolean

: implicit QuoteContext => Type[Boolean]

def 

Byte

: implicit QuoteContext => Type[Byte]

def 

Char

: implicit QuoteContext => Type[Char]

def 

Double

: implicit QuoteContext => Type[Double]

def 

Float

: implicit QuoteContext => Type[Float]

def 

Int

: implicit QuoteContext => Type[Int]

def 

Long

: implicit QuoteContext => Type[Long]

def 

Short

: implicit QuoteContext => Type[Short]

def 

Unit

: implicit QuoteContext => Type[Unit]

def 

unapply

[TypeBindings, Tup] ( scrutineeType: Type[Nothing <: AnyKind] ) ( implicit  patternType: Type[Nothing <: AnyKind] hasTypeSplices: Boolean qctx: QuoteContext ) : Option[Tup]

Pattern matches an the scrutineeType against the patternType and returns a tuple with the matched holes if successful.

Holes: - scala.internal.Quoted.pat...[T]

Pattern matches an the scrutineeType against the patternType and returns a tuple with the matched holes if successful.

Holes: - scala.internal.Quoted.patternHole[T]: hole that matches an expression x of type Type[U] if U <:< T and returns x as part of the match.