Object/Trait

scala.meta.internal.ast

Type

Related Docs: trait Type | package ast

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 Annotate extends Type with Product

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

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

    Permalink
    Annotations
    @astClass() @leafClass()
  4. trait Arg extends Type.Arg with Tree

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

    Permalink
    Annotations
    @astClass() @leafClass()
  6. trait Compound 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 Lambda extends Type with Product

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

    Permalink
    Annotations
    @astClass() @leafClass()
  11. trait Name extends Type.Name with ast.Name with Ref with Pat.Type.Ref with Type.Param.Name with Qualifier with Product

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

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

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

    Permalink
    Annotations
    @astClass() @leafClass()
  15. trait Ref extends Type.Ref with Type with ast.Ref

    Permalink
    Annotations
    @branch() @branch()
  16. trait Select extends Ref with Pat.Type.Ref with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  17. trait Singleton extends Ref with Pat.Type.Ref with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  18. trait Tuple 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 Annotate extends Serializable

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

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

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

    Permalink
  8. object Bounds extends Serializable

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

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  10. object Existential extends Serializable

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

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

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

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

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

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

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

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

    Permalink
  19. object Select extends Serializable

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def getClass(): Class[_]

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. 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