Packages

object Type

Generated based on IR.Type

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Type
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Constructor[A] = (Name, ConstructorArgs[A])
  2. type ConstructorArgs[A] = List[(Name, Type[A])]
  3. type Constructors[A] = Map[Name, ConstructorArgs[A]]
  4. sealed trait Definition[A] extends AnyRef
  5. final case class DerivedTypeSpecificationDetails[A](baseType: Type[A], fromBaseType: FQName, toBaseType: FQName) extends Product with Serializable
  6. final case class Field[A](name: Name, tpe: Type[A]) extends Product with Serializable
  7. sealed trait Specification[A] extends AnyRef
  8. sealed trait Type[A] extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val CustomTypeDefinition: Type.Definition.CustomTypeDefinition.type
  5. val CustomTypeSpecification: Type.Specification.CustomTypeSpecification.type
  6. val DerivedTypeSpecification: Type.Specification.DerivedTypeSpecification.type
  7. val ExtensibleRecord: Type.Type.ExtensibleRecord.type
  8. val Function: Type.Type.Function.type
  9. val OpaqueTypeSpecification: Type.Specification.OpaqueTypeSpecification.type
  10. val Record: Type.Type.Record.type
  11. val Reference: Type.Type.Reference.type
  12. val Tuple: Type.Type.Tuple.type
  13. val TypeAliasDefinition: Type.Definition.TypeAliasDefinition.type
  14. val TypeAliasSpecification: Type.Specification.TypeAliasSpecification.type
  15. val Unit: Type.Type.Unit.type
  16. val Variable: Type.Type.Variable.type
  17. def _toString[A](tpe: Type[A]): String
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  20. def collectReferences[Ta](tpe: Type[Ta]): Set[FQName]
  21. def collectReferencesFromDefintion[Ta](typeDef: Definition[Ta]): Set[FQName]
  22. def collectVariables[Ta](tpe: Type[Ta]): Set[Name]
  23. def customTypeDefinition[A](typeParams: List[Name])(ctors: AccessControlled[Constructors[A]]): Definition[A]
  24. def customTypeSpecification[A](typeParams: List[Name])(ctors: Constructors[A]): Specification[A]
  25. def definitionToSpecification[A](_def: Definition[A]): Specification[A]
  26. def definitionToSpecificationWithPrivate[A](_def: Definition[A]): Specification[A]
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  29. def eraseAttributes[A](typeDef: Definition[A]): Definition[Unit]
  30. def extensibleRecord[A](attributes: A)(variableName: Name)(fieldTypes: List[Field[A]]): Type[A]
  31. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. def function[A](attributes: A)(argumentType: Type[A])(returnType: Type[A]): Type[A]
  33. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. def mapDefinition[A, B, E](f: (Type[A]) ⇒ Result[E, Type[B]])(_def: Definition[A]): Result[List[E], Definition[B]]
  37. def mapDefinitionAttributes[A, B](f: (A) ⇒ B)(_def: Definition[A]): Definition[B]
  38. def mapFieldName[A](f: (Name) ⇒ Name)(field: Field[A]): Field[A]
  39. def mapFieldType[A, B](f: (Type[A]) ⇒ Type[B])(field: Field[A]): Field[B]
  40. def mapSpecificationAttributes[A, B](f: (A) ⇒ B)(spec: Specification[A]): Specification[B]
  41. def mapTypeAttributes[A, B](f: (A) ⇒ B)(tpe: Type[A]): Type[B]
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. def opaqueTypeSpecification[A](typeParams: List[Name]): Specification[A]
  46. def record[A](attributes: A)(fieldTypes: List[Field[A]]): Type[A]
  47. def reference[A](attributes: A)(typeName: FQName)(typeParameters: List[Type[A]]): Type[A]
  48. def substituteTypeVariables[Ta](mapping: Dict[Name, Type[Ta]])(original: Type[Ta]): Type[Ta]
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. def tuple[A](attributes: A)(elementTypes: List[Type[A]]): Type[A]
  52. def typeAliasDefinition[A](typeParams: List[Name])(typeExp: Type[A]): Definition[A]
  53. def typeAliasSpecification[A](typeParams: List[Name])(typeExp: Type[A]): Specification[A]
  54. def typeAttributes[A](tpe: Type[A]): A
  55. def unit[A](attributes: A): Type[A]
  56. def variable[A](attributes: A)(name: Name): Type[A]
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  60. object Definition
  61. object Specification
  62. object Type

Inherited from AnyRef

Inherited from Any

Ungrouped