Packages

object JSUnaryOp extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JSUnaryOp
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Code = Int

    Codes are raw Ints to be able to write switch matches on them.

Value Members

  1. final val !: Int(4)
  2. final val +: Int(1)
  3. final val -: Int(2)
  4. def resultTypeOf(op: Code): Type
  5. final val typeof: Int(5)
  6. final val ~: Int(3)