Packages

trait CompatApi extends AnyRef

See also

compat

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompatApi
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class CompatibleBuildApi extends AnyRef

    Scala 2.10 compatibility enrichments for BuildApi.

  2. implicit class CompatibleSymbol extends AnyRef

    Scala 2.10 compatibility enrichments for Tree.

  3. implicit class CompatibleTree extends AnyRef

    Scala 2.10 compatibility enrichments for Tree.

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. implicit val token: Universe.CompatToken

    See also

    CompatToken

  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. def existentialAbstraction(tparams: List[Universe.Symbol], tpe0: Universe.Type): Universe.Type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) use internal.existentialAbstraction instead

    See also

    InternalApi.existentialAbstraction

  2. def intersectionType(tps: List[Universe.Type], owner: Universe.Symbol): Universe.Type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) use internal.intersectionType instead

    See also

    InternalApi.intersectionType

  3. def intersectionType(tps: List[Universe.Type]): Universe.Type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) use internal.intersectionType instead

    See also

    InternalApi.intersectionType

  4. def manifestToTypeTag[T](mirror: Any, manifest: Manifest[T]): Universe.TypeTag[T]

    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) use internal.manifestToTypeTag instead

    See also

    InternalApi.manifestToTypeTag

  5. def newScopeWith(elems: Universe.Symbol*): Universe.Scope

    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) use internal.newScopeWith instead

    See also

    InternalApi.newScopeWith

  6. def polyType(tparams: List[Universe.Symbol], tpe: Universe.Type): Universe.Type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) use internal.polyType instead

    See also

    InternalApi.polyType

  7. def refinedType(parents: List[Universe.Type], owner: Universe.Symbol): Universe.Type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) use internal.refinedType instead

    See also

    InternalApi.refinedType

  8. def refinedType(parents: List[Universe.Type], owner: Universe.Symbol, decls: Universe.Scope, pos: Universe.Position): Universe.Type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) use internal.refinedType instead

    See also

    InternalApi.refinedType

  9. def singleType(pre: Universe.Type, sym: Universe.Symbol): Universe.Type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) use internal.singleType instead

    See also

    InternalApi.singleType

  10. def typeRef(pre: Universe.Type, sym: Universe.Symbol, args: List[Universe.Type]): Universe.Type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) use internal.typeRef instead

    See also

    InternalApi.typeRef

  11. def typeTagToManifest[T](mirror: Any, tag: Universe.TypeTag[T])(implicit arg0: ClassTag[T]): Manifest[T]

    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) use internal.typeTagToManifest instead

    See also

    InternalApi.typeTagToManifest

Inherited from AnyRef

Inherited from Any

Ungrouped