scala.reflect.runtime

ConversionUtil

trait ConversionUtil extends AnyRef

Self Type
SymbolTable
Source
ConversionUtil.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ConversionUtil
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def transformedType(sym: Symbol): Type

    the type of this symbol after Scala -> Java transformsi in refChecks, uncurry, erasure

  2. abstract def typeToJavaClass(tpe: Type): Class[_]

    The Java class thaty given type compiles to