C class

Type [T]

extends Object

Quoted type (or kind) T

Supertypes

Object

Constructors

Type

( )

Type

( )

Members

type 

$splice

 = T

def 

clone

( ) : Object

def 

eq

( x$0: Object ) : Boolean

def 

finalize

( ) : Unit

def 

ne

( x$0: Object ) : Boolean

def 

notify

( ) : Unit

def 

notifyAll

( ) : Unit

def 

show

( implicit  qctx: QuoteContext ) : String

Show a source code like representation of this type without syntax highlight

Show a source code like representation of this type without syntax highlight

def 

show

( syntaxHighlight: SyntaxHighlight ) ( implicit  qctx: QuoteContext ) : String

Show a source code like representation of this type

Show a source code like representation of this type

def 

synchronized

[X0] ( x$0: X0 ) : X0

def 

toExpr

( x: T ) : implicit QuoteContext => Expr[T]

Lift a value into an expression containing the construction of that value

Lift a value into an expression containing the construction of that value

def 

unseal

( implicit  qctx: QuoteContext ) : TypeTree

View this expression quoted.Type[T] as a TypeTree

View this expression quoted.Type[T] as a TypeTree

def 

wait

( ) : Unit

def 

wait

( x$0: Long ) : Unit

def 

wait

( x$0: Long x$1: Int ) : Unit