scala.tools.nsc.interpreter.Power

InternalInfo

class InternalInfo[T] extends AnyRef

Todos... translate manifest type arguments into applied types customizable symbol filter (had to hardcode no-spec to reduce noise)

Source
Power.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. InternalInfo
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InternalInfo(value: Option[T] = scala.None)(implicit arg0: Manifest[T])

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. def <:<[U](other: U)(implicit arg0: Manifest[U]): Boolean

  5. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  7. def ?: InternalInfo[T]

  8. def allMembers: List[Symbol]

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def bts: List[Type]

  11. def btsmap: Map[Type, List[Symbol]]

  12. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def companion: Symbol

  14. def declares: List[Symbol]

  15. def defn: String

  16. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  18. def erasure: java.lang.Class[_]

  19. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  21. def glb[U](other: U)(implicit arg0: Manifest[U]): Type

  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. def inPackage: Symbol

  24. def info: Type

  25. def inherits: List[Symbol]

  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def lub[U](other: U)(implicit arg0: Manifest[U]): Type

  28. def man: Manifest[T]

  29. def members: List[Symbol]

  30. def methods: List[Symbol]

  31. def module: Symbol

  32. def name_: Name

  33. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  36. def overrides: List[Symbol]

  37. def owner: Symbol

  38. def owners: List[Symbol]

  39. def pkg: Symbol

  40. def pkgName: Option[String]

  41. def pkgmates: List[Symbol]

  42. def pkgslurp: scala.collection.immutable.Set[_ <: Power.this.Symbol]

  43. def shortClass: String

  44. def symbol_: Symbol

  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def toString(): String

    Definition Classes
    InternalInfo → AnyRef → Any
  47. def tpe_: Type

  48. def types: List[Symbol]

  49. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  52. def whoHas(name: String): List[Type]

Inherited from AnyRef

Inherited from Any