O object

Constant

extends Object

Module of Constant literals

Supertypes

Object

Members

object 

ClassTag

Module of ClassTag literals

Module of ClassTag literals

def 

apply

( x: Unit | Null | Int | Boolean | Byte | Short | Int | Long | Float | Double | Char | String | Type ) : Constant

def 

extension_show

( const: Constant ) ( implicit  ctx: Context ) : String

Shows the tree as fully typed source code

Shows the tree as fully typed source code

def 

extension_showExtractors

( const: Constant ) ( implicit  ctx: Context ) : String

Shows the tree as extractors

Shows the tree as extractors

def 

extension_showWith

( const: Constant ) ( syntaxHighlight: SyntaxHighlight ) ( implicit  ctx: Context ) : String

Shows the tree as fully typed source code

Shows the tree as fully typed source code

def 

extension_value

( const: Constant ) : Any

Returns the value of the constant

Returns the value of the constant

def 

unapply

( constant: Constant ) : Option[Unit | Null | Int | Boolean | Byte | Short | Int | Long | Float | Double | Char | String | Type]