Object

org.emmalanguage.ast.Types.TypeAPI

Type

Related Doc: package TypeAPI

Permalink

object Type extends AST.Node

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Java

    Permalink
  5. lazy val any: scala.reflect.api.Universe.Type

    Permalink
  6. lazy val anyRef: scala.reflect.api.Universe.Type

    Permalink
  7. lazy val anyVal: scala.reflect.api.Universe.Type

    Permalink
  8. def apply[T](implicit arg0: scala.reflect.api.Universe.TypeTag[T]): scala.reflect.api.Universe.Type

    Permalink

    Reifies a type from a tag.

  9. def apply(constructor: scala.reflect.api.Universe.Type, args: Seq[scala.reflect.api.Universe.Type]): scala.reflect.api.Universe.Type

    Permalink

    Applies a type constructor to the supplied arguments.

  10. def arg(i: Int, tpe: scala.reflect.api.Universe.Type): scala.reflect.api.Universe.Type

    Permalink

    Extracts the i-th (1-based) type argument of the applied type tpe.

  11. def arrayOf(elements: scala.reflect.api.Universe.Type): scala.reflect.api.Universe.Type

    Permalink

    Creates a new array type.

  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. lazy val bigDec: scala.reflect.api.Universe.Type

    Permalink
  14. lazy val bigInt: scala.reflect.api.Universe.Type

    Permalink
  15. lazy val bool: scala.reflect.api.Universe.Type

    Permalink
  16. lazy val byte: scala.reflect.api.Universe.Type

    Permalink
  17. lazy val char: scala.reflect.api.Universe.Type

    Permalink
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def constructor(tpe: scala.reflect.api.Universe.Type): scala.reflect.api.Universe.Type

    Permalink

    Returns the type constructor of an applied type tpe.

  20. lazy val double: scala.reflect.api.Universe.Type

    Permalink
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. lazy val float: scala.reflect.api.Universe.Type

    Permalink
  25. def fun(params: Seq[scala.reflect.api.Universe.Type] = Seq.empty, result: scala.reflect.api.Universe.Type = Type.unit): scala.reflect.api.Universe.Type

    Permalink

    Creates a new function (lambda) type.

  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. lazy val int: scala.reflect.api.Universe.Type

    Permalink
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def kind0[T](implicit arg0: scala.reflect.api.Universe.TypeTag[T]): scala.reflect.api.Universe.Type

    Permalink

    Reifies a type of kind *.

  31. def kind1[F[_]](arg: scala.reflect.api.Universe.Type)(implicit tag: scala.reflect.api.Universe.TypeTag[F[Nothing]]): scala.reflect.api.Universe.Type

    Permalink

    Reifies a type of kind * -> *.

  32. def kind2[F[_, _]](arg1: scala.reflect.api.Universe.Type, arg2: scala.reflect.api.Universe.Type)(implicit tag: scala.reflect.api.Universe.TypeTag[F[Nothing, Nothing]]): scala.reflect.api.Universe.Type

    Permalink

    Reifies a type of kind * -> * -> *.

  33. def kind3[F[_, _, _]](arg1: scala.reflect.api.Universe.Type, arg2: scala.reflect.api.Universe.Type, arg3: scala.reflect.api.Universe.Type)(implicit tag: scala.reflect.api.Universe.TypeTag[F[Nothing, Nothing, Nothing]]): scala.reflect.api.Universe.Type

    Permalink

    Reifies a type of kind * -> * -> * -> *.

  34. lazy val long: scala.reflect.api.Universe.Type

    Permalink
  35. lazy val loop: scala.reflect.api.Universe.Type

    Permalink
  36. def lub(types: Seq[scala.reflect.api.Universe.Type]): scala.reflect.api.Universe.Type

    Permalink

    Returns the least upper bound of all types.

  37. def method(tps: Seq[scala.reflect.api.Universe.TypeSymbol] = Seq.empty, pss: Seq[Seq[scala.reflect.api.Universe.TermSymbol]] = Seq.empty, res: scala.reflect.api.Universe.Type = Type.unit): scala.reflect.api.Universe.Type

    Permalink

    Returns a new method type (possibly generic and with multiple arg lists).

  38. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. lazy val none: scala.reflect.api.Universe.Type

    Permalink
  40. lazy val nothing: scala.reflect.api.Universe.Type

    Permalink
  41. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  43. lazy val null_: scala.reflect.api.Universe.Type

    Permalink
  44. lazy val obj: scala.reflect.api.Universe.Type

    Permalink
  45. lazy val short: scala.reflect.api.Universe.Type

    Permalink
  46. def signature(sym: scala.reflect.api.Universe.Symbol, in: scala.reflect.api.Universe.Type = Type.none): scala.reflect.api.Universe.Type

    Permalink

    Extracts the type signature of sym (with an optional target), if any.

  47. lazy val string: scala.reflect.api.Universe.Type

    Permalink
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  49. def toString(): String

    Permalink
    Definition Classes
    Node → AnyRef → Any
  50. def tree(tpe: scala.reflect.api.Universe.Type): scala.reflect.api.Universe.Tree

    Permalink

    Returns the original type-tree corresponding to tpe.

  51. def tupleOf(elements: Seq[scala.reflect.api.Universe.Type]): scala.reflect.api.Universe.Type

    Permalink

    Creates a new tuple type.

  52. lazy val unit: scala.reflect.api.Universe.Type

    Permalink
  53. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. def weak[T](implicit arg0: scala.reflect.api.Universe.WeakTypeTag[T]): scala.reflect.api.Universe.Type

    Permalink

    Reifies a type from a weak tag.

  57. def weakLub(types: Seq[scala.reflect.api.Universe.Type]): scala.reflect.api.Universe.Type

    Permalink

    Returns the weak (considering coercions) least upper bound of all types.

Inherited from AST.Node

Inherited from AnyRef

Inherited from Any

Ungrouped