Packages

class ArgElem extends Elem[Any] with Serializable with scala.Equals

Linear Supertypes
scala.Equals, ScalanEx.Elem[Any], ScalanEx.TypeDesc, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArgElem
  2. Equals
  3. Elem
  4. TypeDesc
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ArgElem(tyArg: STpeArg)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def <:<(e: ScalanEx.Elem[_]): Boolean
    Definition Classes
    ArgElem → Elem
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def argName: String
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def buildTypeArgs: ListMap[String, (ScalanEx.TypeDesc, Variance)]
    Definition Classes
    Elem
  8. def canEqual(other: Any): Boolean
    Definition Classes
    ArgElem → Equals
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def collectMethods: Map[Method, ScalanEx.MethodDesc]
    Attributes
    protected
    Definition Classes
    Elem
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(other: Any): Boolean
    Definition Classes
    ArgElem → Equals → AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getName(f: (ScalanEx.TypeDesc) ⇒ String): String
    Definition Classes
    ArgElem → Elem → TypeDesc
  16. lazy val hashCode: Int
  17. def invokeUnlifted(mc: ScalanEx.MethodCall, dataEnv: ScalanEx.DataEnv): AnyRef
    Definition Classes
    Elem
  18. def isCovariant: Boolean
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def liftable: Base.Liftables.Liftable[_, Any]
    Definition Classes
    Elem
  21. lazy val methods: Map[Method, ScalanEx.MethodDesc]
    Attributes
    protected
    Definition Classes
    Elem
  22. lazy val name: String
    Definition Classes
    TypeDesc
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final lazy val sourceType: RType[_]
    Definition Classes
    Elem
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toDesc(env: Map[ArgElem, ScalanEx.TypeDesc]): ScalanEx.TypeDesc
  29. def toString(): String
    Definition Classes
    TypeDesc → AnyRef → Any
  30. val tyArg: STpeArg
  31. def tyExpr: STraitCall
  32. lazy val typeArgs: ListMap[String, (ScalanEx.TypeDesc, Variance)]
    Definition Classes
    Elem
  33. lazy val typeArgsDescs: Seq[ScalanEx.TypeDesc]
    Definition Classes
    Elem
  34. def variance: Variance
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from scala.Equals

Inherited from ScalanEx.Elem[Any]

Inherited from ScalanEx.TypeDesc

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped