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

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

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

    Permalink
    Annotations
    @astClass() @leafClass()
  4. trait AnonymousParam extends Placeholder with Product

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

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

    Permalink
    Annotations
    @astClass() @leafClass()
  7. trait ArgClause extends Member.ArgClause with Product

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

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

    Permalink
    Annotations
    @astClass() @leafClass()
  10. trait ContextFunction extends FunctionType with Product

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

    Permalink
    Annotations
    @astClass() @leafClass()
  12. trait FuncParamClause extends Tree with SyntaxValuesClause with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  13. trait Function extends FunctionType with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  14. trait FunctionArg extends FunctionParamOrArg with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  15. trait FunctionParamOrArg extends Type

    Permalink
    Annotations
    @branch() @branch()
  16. trait FunctionType extends Type with Member.Function

    Permalink
    Annotations
    @branch() @branch()
  17. trait Lambda extends Type with WithTParamClause with Member.Function with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  18. trait Macro extends Type with WithBody with Product

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

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

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

    Permalink
    Annotations
    @astClass() @leafClass()
  22. trait ParamClause extends Member.ParamClause with Product

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

    Permalink
    Annotations
    @astClass() @leafClass()
  24. trait PolyFunction extends Type with WithTParamClause with Member.Function with Product

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

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

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

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

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

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

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

    Permalink
    Annotations
    @astClass() @leafClass()
  32. trait TypedParam extends FunctionParamOrArg with Member.Type with Product

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

    Permalink
    Annotations
    @astClass() @leafClass()
  34. trait Wildcard extends Placeholder with Product

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

    Permalink
    Annotations
    @astClass() @leafClass()
  36. trait And extends Type with Product

    Permalink
    Annotations
    @deprecated @astClass() @leafClass()
    Deprecated

    (Since version 4.5.1) And unused, replaced by ApplyInfix

  37. trait ImplicitFunction extends Type with Product

    Permalink
    Annotations
    @deprecated @astClass() @leafClass()
    Deprecated

    Implicit functions are not supported in any dialect

  38. trait Method extends Type with Product

    Permalink
    Annotations
    @deprecated @astClass() @leafClass()
    Deprecated

    (Since version 4.4.3) Method type syntax is no longer supported in any dialect

  39. trait Or extends Type with Product

    Permalink
    Annotations
    @deprecated @astClass() @leafClass()
    Deprecated

    (Since version 4.5.1) Or unused, replaced by ApplyInfix

  40. trait Placeholder extends Type

    Permalink
    Annotations
    @deprecated @branch() @branch()
    Deprecated

    (Since version >4.5.13) Placeholder replaced with AnonymousParam and Wildcard

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

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

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

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

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

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

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

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

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

    Permalink
  15. object ContextFunction extends Serializable

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

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

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

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

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

    Permalink
  21. object FunctionType extends Serializable

    Permalink
  22. object ImplicitFunction extends Serializable

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

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

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

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

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

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

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

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  30. object ParamClause extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  31. object PatWildcard extends Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  32. object PolyFunction extends Serializable

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

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

    Permalink
  35. object Refine extends Serializable

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

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

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

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

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  40. object TypedParam extends Serializable

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

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  42. object Wildcard extends Serializable

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

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

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

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

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

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

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

    Permalink
  50. def fresh(): Name

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  59. final def unapply(x: Type): Boolean

    Permalink
    Annotations
    @inline()
  60. final def wait(): Unit

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

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

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

Deprecated Value Members

  1. object Placeholder extends Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version >4.5.13) Placeholder replaced with AnonymousParam and Wildcard

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped