Literal

org.scalajs.ir.Trees$.Literal
sealed trait Literal extends Tree

Marker for literals. Literals are always pure.

Attributes

Graph
Supertypes
class Tree
class IRNode
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
IRNode

Attributes

Inherited from:
IRNode

Inherited fields

val tpe: Type

Attributes

Inherited from:
Tree