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 Product

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    (Since version 4.5.1) And unused, replaced by ApplyInfix

  38. trait ImplicitFunction extends Type with Product

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

    Implicit functions are not supported in any dialect

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

  40. trait Or extends Type with Product

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

    (Since version 4.5.1) Or unused, replaced by ApplyInfix

  41. 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 ByName extends ByNameLowPriority with Serializable

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

    Permalink
  16. object ContextFunction extends ContextFunctionLowPriority with Serializable

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

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

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

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

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

    Permalink
  22. object FunctionType extends Serializable

    Permalink
  23. object ImplicitFunction extends ImplicitFunctionLowPriority with Serializable

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  36. object Refine extends RefineLowPriority with Serializable

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

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

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

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

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

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

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

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

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

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

    Permalink
  47. def clone(): AnyRef

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

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

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

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

    Permalink
  52. def fresh(): Name

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

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

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

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

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

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

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

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

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

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

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

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