Packages

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
    Annotations
    @astClass() @leafClass()
  2. trait AnonymousLambda extends Type with Product
    Annotations
    @astClass() @leafClass()
  3. trait AnonymousName extends Type with Product
    Annotations
    @astClass() @leafClass()
  4. trait AnonymousParam extends Placeholder with Product
    Annotations
    @astClass() @leafClass()
  5. trait Apply extends Type with Member.Apply with Product
    Annotations
    @astClass() @leafClass()
  6. trait ApplyInfix extends Type with Infix with Product
    Annotations
    @astClass() @leafClass()
  7. trait ArgClause extends Member.ArgClause with Product
    Annotations
    @astClass() @leafClass()
  8. trait Block extends Type with Product
    Annotations
    @astClass() @leafClass()
  9. trait Bounds extends Tree with Product
    Annotations
    @astClass() @leafClass()
  10. trait ByName extends Type with Product
    Annotations
    @astClass() @leafClass()
  11. trait ContextFunction extends FunctionType with Product
    Annotations
    @astClass() @leafClass()
  12. trait Existential extends Type with Product
    Annotations
    @astClass() @leafClass()
  13. trait FuncParamClause extends Tree with SyntaxValuesClause with Product
    Annotations
    @astClass() @leafClass()
  14. trait Function extends FunctionType with Product
    Annotations
    @astClass() @leafClass()
  15. trait FunctionArg extends FunctionParamOrArg with Product
    Annotations
    @astClass() @leafClass()
  16. trait FunctionParamOrArg extends Type
    Annotations
    @branch() @branch()
  17. trait FunctionType extends Type with Member.Function
    Annotations
    @branch() @branch()
  18. trait Lambda extends Type with WithTParamClause with Member.Function with Product
    Annotations
    @astClass() @leafClass()
  19. trait Macro extends Type with WithBody with Product
    Annotations
    @astClass() @leafClass()
  20. trait Match extends Type with WithCases with Product
    Annotations
    @astClass() @leafClass()
  21. trait Name extends meta.Name with Ref with Product
    Annotations
    @astClass() @leafClass()
  22. trait Param extends Member.Param with WithTParamClause with Product
    Annotations
    @astClass() @leafClass()
  23. trait ParamClause extends Member.ParamClause with Product
    Annotations
    @astClass() @leafClass()
  24. trait PatWildcard extends Type with Product
    Annotations
    @astClass() @leafClass()
  25. trait PolyFunction extends Type with WithTParamClause with Member.Function with Product
    Annotations
    @astClass() @leafClass()
  26. trait Project extends Ref with Product
    Annotations
    @astClass() @leafClass()
  27. trait Ref extends Type with meta.Ref
    Annotations
    @branch() @branch()
  28. trait Refine extends Type with Product
    Annotations
    @astClass() @leafClass()
  29. trait Repeated extends Type with Product
    Annotations
    @astClass() @leafClass()
  30. trait Select extends Ref with Product
    Annotations
    @astClass() @leafClass()
  31. trait Singleton extends Ref with Product
    Annotations
    @astClass() @leafClass()
  32. trait Tuple extends Type with Member.Tuple with Product
    Annotations
    @astClass() @leafClass()
  33. trait TypedParam extends FunctionParamOrArg with Member.Type with Product
    Annotations
    @astClass() @leafClass()
  34. trait Var extends Type with Member.Type with Product
    Annotations
    @astClass() @leafClass()
  35. trait Wildcard extends Placeholder with Product
    Annotations
    @astClass() @leafClass()
  36. trait With extends Type with Product
    Annotations
    @astClass() @leafClass()
  37. trait And extends Type with Product
    Annotations
    @deprecated @astClass() @leafClass()
    Deprecated

    (Since version 4.5.1) And unused, replaced by ApplyInfix

  38. trait ImplicitFunction extends Type with Product
    Annotations
    @deprecated @astClass() @leafClass()
    Deprecated

    Implicit functions are not supported in any dialect

  39. trait Method extends Type with Product
    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
    Annotations
    @deprecated @astClass() @leafClass()
    Deprecated

    (Since version 4.5.1) Or unused, replaced by ApplyInfix

  41. trait Placeholder extends Type
    Annotations
    @deprecated @branch() @branch()
    Deprecated

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def ClassifierClass[T <: Tree]: Classifier[T, Type]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit def astInfo: AstInfo[Type]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def fresh(prefix: String): Name
  12. def fresh(): Name
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def unapply(x: Type): Boolean
    Annotations
    @inline()
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  25. object And extends AndLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  26. object Annotate extends AnnotateLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  27. object AnonymousLambda extends AnonymousLambdaLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  28. object AnonymousName extends AnonymousNameLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  29. object AnonymousParam extends AnonymousParamLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  30. object Apply extends ApplyLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  31. object ApplyInfix extends ApplyInfixLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  32. object ArgClause extends ArgClauseLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  33. object Block extends BlockLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  34. object Bounds extends BoundsLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  35. object ByName extends ByNameLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  36. object ContextFunction extends ContextFunctionLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  37. object Existential extends ExistentialLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  38. object FuncParamClause extends FuncParamClauseLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  39. object Function extends FunctionLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  40. object FunctionArg extends FunctionArgLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  41. object FunctionParamOrArg extends Serializable
  42. object FunctionType extends Serializable
  43. object ImplicitFunction extends ImplicitFunctionLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  44. object Lambda extends LambdaLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  45. object Macro extends MacroLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  46. object Match extends MatchLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  47. object Method extends MethodLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  48. object Name extends NameLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  49. object Or extends OrLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  50. object Param extends ParamLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  51. object ParamClause extends ParamClauseLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  52. object PatWildcard extends PatWildcardLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  53. object PolyFunction extends PolyFunctionLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  54. object Project extends ProjectLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  55. object Ref extends Serializable
  56. object Refine extends RefineLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  57. object Repeated extends RepeatedLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  58. object Select extends SelectLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  59. object Singleton extends SingletonLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  60. object Tuple extends TupleLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  61. object TypedParam extends TypedParamLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  62. object Var extends VarLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  63. object Wildcard extends WildcardLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  64. object With extends WithLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()

Deprecated Value Members

  1. object Placeholder extends Serializable
    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