Object/Trait

scala.meta

Type

Related Docs: trait Type | package meta

Permalink

object Type extends Serializable

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

Type Members

  1. trait And extends Type with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  2. trait Annotate extends Type with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  3. trait Apply extends Type with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  4. trait ApplyInfix extends Type with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  5. trait Bounds extends Tree with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  6. trait ByName extends Type with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  7. trait Existential extends Type with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  8. trait Function extends Type with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  9. trait ImplicitFunction extends Type with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  10. trait Lambda extends Type with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  11. trait Method extends Type with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  12. trait Name extends meta.Name with Ref with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  13. trait Or extends Type with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  14. trait Param extends Member with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  15. trait Placeholder extends Type with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  16. trait Project extends Ref with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  17. trait Ref extends Type with meta.Ref

    Permalink
    Annotations
    @branch() @branch()
  18. trait Refine extends Type with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  19. trait Repeated extends Type with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  20. trait Select extends Ref with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  21. trait Singleton extends Ref with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  22. trait Tuple extends Type with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  23. trait Var extends Type with Member.Type with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  24. trait With extends Type with Product

    Permalink
    Annotations
    @astClass() @leafClass()

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 And extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  5. object Annotate extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  6. object Apply extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  7. object ApplyInfix extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  8. object Bounds extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  9. object ByName extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  10. implicit def ClassifierClass[T <: Tree]: Classifier[T, Type]

    Permalink
  11. object Existential extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  12. object Function extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  13. object ImplicitFunction extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  14. object Lambda extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  15. object Method extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  16. object Name extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  17. object Or extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  18. object Param extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  19. object Placeholder extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  20. object Project extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  21. object Ref extends Serializable

    Permalink
  22. object Refine extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  23. object Repeated extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  24. object Select extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  25. object Singleton extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  26. object Tuple extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  27. object Var extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  28. object With extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  29. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  30. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. def fresh(prefix: String): Name

    Permalink
  35. def fresh(): Name

    Permalink
  36. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  39. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  40. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  42. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped