Packages

t

org.scalajs.ir.Trees

MatchableLiteral

sealed trait MatchableLiteral extends Tree with Literal

Marker for literals that can be used in a Match case.

Matchable literals are:

  • IntLiteral
  • StringLiteral
  • Null

See Match for the rationale about that specific set.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MatchableLiteral
  2. Literal
  3. Tree
  4. TreeOrJSSpread
  5. IRNode
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def pos: Position
    Definition Classes
    IRNode
  2. abstract val tpe: Type
    Definition Classes
    Tree

Concrete Value Members

  1. def show: String
    Definition Classes
    IRNode