scaps.api

TypeRef

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class FunctionLikeType extends AnyRef

  2. class GenericType extends AnyRef

  3. class GenericType2 extends AnyRef

  4. class PrimitiveType extends AnyRef

  5. class VariantType extends AnyRef

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object Any extends PrimitiveType

  7. object AnyRef extends PrimitiveType

  8. object AnyVal extends PrimitiveType

  9. object Bottom extends VariantType

  10. object ByName extends GenericType

  11. object Char extends PrimitiveType

  12. object Float extends PrimitiveType

  13. object Function extends FunctionLikeType

  14. object Ignored

  15. object Implicit extends GenericType

  16. object Int extends PrimitiveType

  17. object Long extends PrimitiveType

  18. object MemberAccess

  19. object MethodInvocation extends FunctionLikeType

  20. object Nothing extends PrimitiveType

  21. object Option extends GenericType

  22. object Refinement extends VariantType

  23. object Repeated extends GenericType

  24. object SList extends GenericType

  25. object SMap extends GenericType2

  26. object Seq extends GenericType

  27. object String extends PrimitiveType

  28. object Top extends VariantType

  29. object Tuple extends VariantType

  30. object Unit extends PrimitiveType

  31. object Unknown extends PrimitiveType

  32. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  33. def clone(): AnyRef

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  41. final def notify(): Unit

    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit

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

    Definition Classes
    AnyRef
  44. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped