trait CompatApi extends AnyRef
- Alphabetic
- By Inheritance
- CompatApi
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Type Members
-
implicit
class
CompatibleBuildApi extends AnyRef
Scala 2.10 compatibility enrichments for BuildApi.
-
implicit
class
CompatibleSymbol extends AnyRef
Scala 2.10 compatibility enrichments for Tree.
-
implicit
class
CompatibleTree extends AnyRef
Scala 2.10 compatibility enrichments for Tree.
Value Members
-
implicit
val
token: Universe.CompatToken
- See also
Deprecated Value Members
-
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
-
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
-
def
intersectionType(tps: List[Universe.Type]): Universe.Type
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) use
internal.intersectionType
instead- See also
-
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
-
def
newScopeWith(elems: Universe.Symbol*): Universe.Scope
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) use
internal.newScopeWith
instead- See also
-
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
-
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
-
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
-
def
singleType(pre: Universe.Type, sym: Universe.Symbol): Universe.Type
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) use
internal.singleType
instead- See also
-
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
-
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