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 Block extends Type with Tree.Block with Product

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    (Since version 4.5.1) And unused, replaced by ApplyInfix

  40. trait ImplicitFunction extends Type with Product

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

    Implicit functions are not supported in any dialect

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

  42. trait Or extends Type with Product

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

    (Since version 4.5.1) Or unused, replaced by ApplyInfix

  43. 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 Block extends BlockLowPriority with Serializable

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

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

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

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

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

    Permalink
  18. object ContextFunction extends ContextFunctionLowPriority with Serializable

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

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

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

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

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

    Permalink
  24. object FunctionType extends Serializable

    Permalink
  25. object ImplicitFunction extends ImplicitFunctionLowPriority with Serializable

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

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

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

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

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

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

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

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  33. object ParamClause extends ParamClauseLowPriority with Serializable

    Permalink
    Annotations
    @astCompanion() @leafCompanion()
  34. object PatWildcard extends PatWildcardLowPriority with Serializable

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

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

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

    Permalink
  38. object Refine extends RefineLowPriority with Serializable

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

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

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

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

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

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

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

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

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

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

    Permalink
  49. def clone(): AnyRef

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

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

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

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

    Permalink
  54. def fresh(): Name

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

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

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

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

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

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

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

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

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

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

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

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