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

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

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

    Permalink
    Annotations
    @astClass() @leafClass()
  11. trait BoundsAlias extends Ref with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  12. trait ByName extends ByNameType with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  13. trait ByNameType extends FunctionLikeType

    Permalink
    Annotations
    @branch() @branch()
  14. trait Capturing extends Type with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  15. trait CasesBlock extends Tree.CasesBlock with Product

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

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

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

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

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

    Permalink
    Annotations
    @astClass() @leafClass()
  21. trait FunctionLikeType extends Type

    Permalink
    Annotations
    @branch() @branch()
  22. trait FunctionParamOrArg extends Type

    Permalink
    Annotations
    @branch() @branch()
  23. trait FunctionType extends ParamFunctionType

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

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

    Permalink
    Annotations
    @astClass() @leafClass()
  26. trait Match extends Type with WithCasesBlock with Product

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

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

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

    Permalink
    Annotations
    @astClass() @leafClass()
  30. trait ParamFunctionType extends FunctionLikeType with Member.Function

    Permalink
    Annotations
    @branch() @branch()
  31. trait PatWildcard extends Type with Product

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

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

    Permalink
    Annotations
    @astClass() @leafClass()
  34. trait PureByName extends ByNameType with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  35. trait PureContextFunction extends PureFunctionType with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  36. trait PureFunction extends PureFunctionType with Product

    Permalink
    Annotations
    @astClass() @leafClass()
  37. trait PureFunctionType extends ParamFunctionType

    Permalink
    Annotations
    @branch() @branch()
  38. trait Ref extends Type with meta.Ref

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

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

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

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

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

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

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

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

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

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

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

    (Since version 4.5.1) And unused, replaced by ApplyInfix

  49. trait ImplicitFunction extends Type with Product

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

    Implicit functions are not supported in any dialect

  50. 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

  51. trait Or extends Type with Product

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

    (Since version 4.5.1) Or unused, replaced by ApplyInfix

  52. 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 AndLowPriority with Serializable

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

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  6. object AnonymousLambda extends AnonymousLambdaLowPriority with Serializable

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

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

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

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

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

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  12. object Assign extends AssignLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  13. object Block extends BlockLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  14. object Bounds extends BoundsLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  15. object BoundsAlias extends BoundsAliasLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  16. object ByName extends ByNameLowPriority with Serializable

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

    Permalink
  18. object Capturing extends CapturingLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  19. object CasesBlock extends CasesBlockLowPriority with Serializable

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

    Permalink
  21. object ContextFunction extends ContextFunctionLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  22. object Existential extends ExistentialLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  23. object FuncParamClause extends FuncParamClauseLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  24. object Function extends FunctionLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  25. object FunctionArg extends FunctionArgLowPriority with Serializable

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

    Permalink
  27. object FunctionParamOrArg extends Serializable

    Permalink
  28. object FunctionType extends Serializable

    Permalink
  29. object ImplicitFunction extends ImplicitFunctionLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  30. object Lambda extends LambdaLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  31. object Macro extends MacroLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  32. object Match extends MatchLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  33. object Method extends MethodLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  34. object Name extends NameLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  35. object Or extends OrLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  36. object Param extends ParamLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  37. object ParamBoundsCtor

    Permalink
  38. object ParamClause extends ParamClauseLowPriority with Serializable

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

    Permalink
  40. object PatWildcard extends PatWildcardLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  41. object PolyFunction extends PolyFunctionLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  42. object Project extends ProjectLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  43. object PureByName extends PureByNameLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  44. object PureContextFunction extends PureContextFunctionLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  45. object PureFunction extends PureFunctionLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  46. object PureFunctionType extends Serializable

    Permalink
  47. object Ref extends Serializable

    Permalink
  48. object Refine extends RefineLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  49. object Repeated extends RepeatedLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  50. object Select extends SelectLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  51. object Singleton extends SingletonLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  52. object Tuple extends TupleLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  53. object TypedParam extends TypedParamLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  54. object Var extends VarLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  55. object Wildcard extends WildcardLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  56. object With extends WithLowPriority with Serializable

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

    Permalink
    Definition Classes
    Any
  58. implicit def astInfo: AstInfo[Type]

    Permalink
  59. def clone(): AnyRef

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

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

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

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

    Permalink
  64. def fresh(): Name

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

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

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

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

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

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

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

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

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

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

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

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