Object/Class

scaps.api

TypeRef

Related Docs: class TypeRef | package api

Permalink

object TypeRef extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TypeRef
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class FunctionLikeType extends AnyRef

    Permalink
  2. class GenericType extends AnyRef

    Permalink
  3. class GenericType2 extends AnyRef

    Permalink
  4. class PrimitiveType extends AnyRef

    Permalink
  5. class VariantType extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Any extends PrimitiveType

    Permalink
  5. object AnyRef extends PrimitiveType

    Permalink
  6. object AnyVal extends PrimitiveType

    Permalink
  7. object Bottom extends VariantType

    Permalink
  8. object ByName extends GenericType

    Permalink
  9. object Char extends PrimitiveType

    Permalink
  10. object Float extends PrimitiveType

    Permalink
  11. object Function extends FunctionLikeType

    Permalink
  12. object Ignored

    Permalink
  13. object Implicit extends GenericType

    Permalink
  14. object Int extends PrimitiveType

    Permalink
  15. object Long extends PrimitiveType

    Permalink
  16. object MemberAccess

    Permalink
  17. object MethodInvocation extends FunctionLikeType

    Permalink
  18. object Nothing extends PrimitiveType

    Permalink
  19. object Option extends GenericType

    Permalink
  20. object Refinement extends VariantType

    Permalink
  21. object Repeated extends GenericType

    Permalink
  22. object SList extends GenericType

    Permalink
  23. object SMap extends GenericType2

    Permalink
  24. object Seq extends GenericType

    Permalink
  25. object String extends PrimitiveType

    Permalink
  26. object Top extends VariantType

    Permalink
  27. object Tuple extends VariantType

    Permalink
  28. object Unit extends PrimitiveType

    Permalink
  29. object Unknown extends PrimitiveType

    Permalink
  30. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  31. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  34. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  36. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped