Packages

c

swam

GlobalType

case class GlobalType(tpe: ValType, mut: Mut) extends Type with Product with Serializable

Source
types.scala
Linear Supertypes
Serializable, Product, Equals, Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GlobalType
  2. Serializable
  3. Product
  4. Equals
  5. Type
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GlobalType(tpe: ValType, mut: Mut)

Value Members

  1. def <:<(that: Type): Boolean
    Definition Classes
    GlobalTypeType
  2. val mut: Mut
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val tpe: ValType