o

org.scalajs.ir.Types

ByteType

object ByteType extends PrimTypeWithRef with Product with Serializable

8-bit signed integer type. It does not accept null nor undefined.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteType
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. PrimTypeWithRef
  7. PrimType
  8. Type
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def primRef: PrimRef
    Definition Classes
    PrimTypeWithRef
  2. def show(): String
    Definition Classes
    Type