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])(implicit arg0: Manifest[T])

Value Members

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def <:< [U] (other: U)(implicit arg0: Manifest[U]): Boolean

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

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

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

  8. def allMembers : List[Symbol]

  9. def asInstanceOf [T0] : T0

    Attributes
    final
    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. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    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. def getClass (): java.lang.Class[_]

    Attributes
    final
    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. def isInstanceOf [T0] : Boolean

    Attributes
    final
    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. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    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. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  46. def toString (): String

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

  48. def types : List[Symbol]

  49. def wait (): Unit

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

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

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

Inherited from AnyRef

Inherited from Any