scala.tools.nsc.interpreter.Power

InternalInfo

class InternalInfo[T] extends AnyRef

Todos... translate tag 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. InternalInfo
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringfmt
  2. by any2stringadd
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InternalInfo(value: Option[T] = scala.None)(implicit arg0: TypeTag[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 +(other: String): String

    Implicit information
    This member is added by an implicit conversion from InternalInfo[T] to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (InternalInfo[T], B)

    Implicit information
    This member is added by an implicit conversion from InternalInfo[T] to ArrowAssoc[InternalInfo[T]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. def <:<[U](other: U)(implicit arg0: TypeTag[U]): Boolean

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

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

    Definition Classes
    Any
  9. def ancestorDeclares(name: String): List[Symbol]

  10. def ancestors: List[Symbol]

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def baseClassDecls: Map[Symbol, List[Symbol]]

  13. def baseClasses: List[Symbol]

  14. def baseTypes: List[Type]

  15. def clone(): AnyRef

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

  17. def decls: Scope

  18. def declsOriginal: List[Symbol]

  19. def declsOverride: List[Symbol]

  20. def ensuring(cond: (InternalInfo[T]) ⇒ Boolean, msg: ⇒ Any): InternalInfo[T]

    Implicit information
    This member is added by an implicit conversion from InternalInfo[T] to Ensuring[InternalInfo[T]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: (InternalInfo[T]) ⇒ Boolean): InternalInfo[T]

    Implicit information
    This member is added by an implicit conversion from InternalInfo[T] to Ensuring[InternalInfo[T]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean, msg: ⇒ Any): InternalInfo[T]

    Implicit information
    This member is added by an implicit conversion from InternalInfo[T] to Ensuring[InternalInfo[T]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean): InternalInfo[T]

    Implicit information
    This member is added by an implicit conversion from InternalInfo[T] to Ensuring[InternalInfo[T]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  26. def erasure: Class[_]

  27. def excludeMember(s: Symbol): Boolean

    Standard noise reduction filter.

  28. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from InternalInfo[T] to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. final def getClass(): Class[_]

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

  32. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  33. def info: Type

  34. final def isInstanceOf[T0]: Boolean

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

  36. def memberMethods: List[Symbol]

  37. def memberTypes: List[Symbol]

  38. def members: List[Symbol]

  39. def membersDeclared: List[Symbol]

  40. def membersInherited: List[Symbol]

  41. def membersUnabridged: List[Symbol]

  42. def moduleClass: Symbol

  43. def name: NameType

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

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

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

    Definition Classes
    AnyRef
  47. def owner: Symbol

  48. def owners: List[Symbol]

  49. def pkg: Symbol

  50. def pkgClass: Symbol

  51. def pkgClasses: List[Symbol]

  52. def pkgMembers: List[Symbol]

  53. def pkgName: String

  54. def pkgSymbols: scala.collection.immutable.Set[_ <: Power.this.intp.global.Symbol]

  55. val self: Any

    Implicit information
    This member is added by an implicit conversion from InternalInfo[T] to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
  56. val self: Any

    Implicit information
    This member is added by an implicit conversion from InternalInfo[T] to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  57. def shortClass: String

  58. def signature: String

  59. def symbol: Symbol

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

    Definition Classes
    AnyRef
  61. def tag: TypeTag[T]

  62. def toString(): String

    Definition Classes
    InternalInfo → AnyRef → Any
  63. def tpe: Type

  64. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  67. def [B](y: B): (InternalInfo[T], B)

    Implicit information
    This member is added by an implicit conversion from InternalInfo[T] to ArrowAssoc[InternalInfo[T]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def x: InternalInfo[T]

    Implicit information
    This member is added by an implicit conversion from InternalInfo[T] to ArrowAssoc[InternalInfo[T]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: InternalInfo[T]

    Implicit information
    This member is added by an implicit conversion from InternalInfo[T] to Ensuring[InternalInfo[T]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringfmt from InternalInfo[T] to StringFormat

Inherited by implicit conversion any2stringadd from InternalInfo[T] to StringAdd

Inherited by implicit conversion any2ArrowAssoc from InternalInfo[T] to ArrowAssoc[InternalInfo[T]]

Inherited by implicit conversion any2Ensuring from InternalInfo[T] to Ensuring[InternalInfo[T]]