Literal

sealed trait Literal extends Tree

Marker for literals. Literals are always pure.

class Tree
class IRNode
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from
IRNode
def show: String
Inherited from
IRNode

Inherited fields

val tpe: Type
Inherited from
Tree