Constant
extends ObjectModule of Constant literals
Supertypes
ObjectMembers
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 ) : StringShows the tree as fully typed source code
Shows the tree as fully typed source code
def
extension_showExtractors
( const: Constant ) ( implicit ctx: Context ) : StringShows the tree as extractors
Shows the tree as extractors
def
extension_showWith
( const: Constant ) ( syntaxHighlight: SyntaxHighlight ) ( implicit ctx: Context ) : StringShows the tree as fully typed source code
Shows the tree as fully typed source code
def
extension_value
( const: Constant ) : AnyReturns the value of the constant
Returns the value of the constant