object Type extends java.io.Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Type
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait Annotate extends Type with Product
- Annotations
- @astClass() @leafClass()
- trait AnonymousLambda extends Type with Product
- Annotations
- @astClass() @leafClass()
- trait AnonymousName extends Type with Product
- Annotations
- @astClass() @leafClass()
- trait AnonymousParam extends Placeholder with Product
- Annotations
- @astClass() @leafClass()
- trait Apply extends Type with Member.Apply with Product
- Annotations
- @astClass() @leafClass()
- trait ApplyInfix extends Type with Infix with Product
- Annotations
- @astClass() @leafClass()
- trait ArgClause extends Member.ArgClause with Product
- Annotations
- @astClass() @leafClass()
- trait Bounds extends Tree with Product
- Annotations
- @astClass() @leafClass()
- trait ByName extends Type with Product
- Annotations
- @astClass() @leafClass()
- trait ContextFunction extends FunctionType with Product
- Annotations
- @astClass() @leafClass()
- trait Existential extends Type with Product
- Annotations
- @astClass() @leafClass()
- trait FuncParamClause extends Tree with SyntaxValuesClause with Product
- Annotations
- @astClass() @leafClass()
- trait Function extends FunctionType with Product
- Annotations
- @astClass() @leafClass()
- trait FunctionArg extends FunctionParamOrArg with Product
- Annotations
- @astClass() @leafClass()
- trait FunctionParamOrArg extends Type
- Annotations
- @branch() @branch()
- trait FunctionType extends Type with Member.Function
- Annotations
- @branch() @branch()
- trait Lambda extends Type with WithTParamClause with Member.Function with Product
- Annotations
- @astClass() @leafClass()
- trait Macro extends Type with WithBody with Product
- Annotations
- @astClass() @leafClass()
- trait Match extends Type with WithCases with Product
- Annotations
- @astClass() @leafClass()
- trait Name extends meta.Name with Ref with Product
- Annotations
- @astClass() @leafClass()
- trait Param extends Member.Param with WithTParamClause with Product
- Annotations
- @astClass() @leafClass()
- trait ParamClause extends Member.ParamClause with Product
- Annotations
- @astClass() @leafClass()
- trait PatWildcard extends Type with Product
- Annotations
- @astClass() @leafClass()
- trait PolyFunction extends Type with WithTParamClause with Member.Function with Product
- Annotations
- @astClass() @leafClass()
- trait Project extends Ref with Product
- Annotations
- @astClass() @leafClass()
- trait Ref extends Type with meta.Ref
- Annotations
- @branch() @branch()
- trait Refine extends Type with Product
- Annotations
- @astClass() @leafClass()
- trait Repeated extends Type with Product
- Annotations
- @astClass() @leafClass()
- trait Select extends Ref with Product
- Annotations
- @astClass() @leafClass()
- trait Singleton extends Ref with Product
- Annotations
- @astClass() @leafClass()
- trait Tuple extends Type with Member.Tuple with Product
- Annotations
- @astClass() @leafClass()
- trait TypedParam extends FunctionParamOrArg with Member.Type with Product
- Annotations
- @astClass() @leafClass()
- trait Var extends Type with Member.Type with Product
- Annotations
- @astClass() @leafClass()
- trait Wildcard extends Placeholder with Product
- Annotations
- @astClass() @leafClass()
- trait With extends Type with Product
- Annotations
- @astClass() @leafClass()
Deprecated Type Members
- trait And extends Type with Product
- Annotations
- @deprecated @astClass() @leafClass()
- Deprecated
(Since version 4.5.1) And unused, replaced by ApplyInfix
- trait ImplicitFunction extends Type with Product
- Annotations
- @deprecated @astClass() @leafClass()
- Deprecated
Implicit functions are not supported in any dialect
- 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
- trait Or extends Type with Product
- Annotations
- @deprecated @astClass() @leafClass()
- Deprecated
(Since version 4.5.1) Or unused, replaced by ApplyInfix
- trait Placeholder extends Type
- Annotations
- @deprecated @branch() @branch()
- Deprecated
(Since version >4.5.13) Placeholder replaced with AnonymousParam and Wildcard
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def ClassifierClass[T <: Tree]: Classifier[T, Type]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def astInfo: AstInfo[Type]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fresh(prefix: String): Name
- def fresh(): Name
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def unapply(x: Type): Boolean
- Annotations
- @inline()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object And extends AndLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Annotate extends AnnotateLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object AnonymousLambda extends AnonymousLambdaLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object AnonymousName extends AnonymousNameLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object AnonymousParam extends AnonymousParamLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Apply extends ApplyLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object ApplyInfix extends ApplyInfixLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object ArgClause extends ArgClauseLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Bounds extends BoundsLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object ByName extends ByNameLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object ContextFunction extends ContextFunctionLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Existential extends ExistentialLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object FuncParamClause extends FuncParamClauseLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Function extends FunctionLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object FunctionArg extends FunctionArgLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object FunctionParamOrArg extends java.io.Serializable
- object FunctionType extends java.io.Serializable
- object ImplicitFunction extends ImplicitFunctionLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Lambda extends LambdaLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Macro extends MacroLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Match extends MatchLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Method extends MethodLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Name extends NameLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Or extends OrLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Param extends ParamLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object ParamClause extends ParamClauseLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object PatWildcard extends PatWildcardLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object PolyFunction extends PolyFunctionLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Project extends ProjectLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Quasi extends QuasiLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Ref extends java.io.Serializable
- object Refine extends RefineLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Repeated extends RepeatedLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Select extends SelectLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Singleton extends SingletonLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Tuple extends TupleLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object TypedParam extends TypedParamLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Var extends VarLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Wildcard extends WildcardLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object With extends WithLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
Deprecated Value Members
- object Placeholder extends java.io.Serializable
- Annotations
- @deprecated
- Deprecated
(Since version >4.5.13) Placeholder replaced with AnonymousParam and Wildcard