abstract class TypeAdapter extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TypeAdapter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TypeAdapter()
Abstract Value Members
- abstract def typedPos(pos: Global.Position)(tree: Global.Tree): Global.Tree
Concrete 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
-
final
def
adaptToType(tree: Global.Tree, pt: Global.Type): Global.Tree
Adapt
tree
to expected typept
.Adapt
tree
to expected typept
.- tree
the given tree
- pt
the expected type
- returns
the adapted tree
- Annotations
- @tailrec()
- final def applyMethodWithEmptyParams(qual: Global.Tree): Global.Apply
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
box(tree: Global.Tree): Global.Tree
Box
tree
of unboxed type -
final
def
cast(tree: Global.Tree, pt: Global.Type): Global.Tree
Generate a synthetic cast operation from tree.tpe to pt.
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- 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 isMethodTypeWithEmptyParams(tpe: Global.Type): Boolean
- final def isPrimitiveValueMember(sym: Global.Symbol): Boolean
-
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
unbox(tree: Global.Tree, pt: Global.Type): Global.Tree
Unbox
tree
of boxed type to expected typept
.Unbox
tree
of boxed type to expected typept
.- tree
the given tree
- pt
the expected type.
- returns
the unboxed tree
- final def unboxValueClass(tree: Global.Tree, clazz: Global.Symbol, underlying: Global.Type): Global.Tree
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()