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)

Linear Supertypes
AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. InternalInfo
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  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 typeEvidence: reflect.api.JavaUniverse.TypeTag[T], runtimeClassEvidence: ClassTag[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: reflect.api.JavaUniverse.TypeTag[U], arg1: ClassTag[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): collection.immutable.List[Global.Symbol]

  10. def ancestors: collection.immutable.List[Global.Symbol]

  11. final def asInstanceOf[T0]: T0

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

  13. def baseClasses: List[Global.Symbol]

  14. def baseTypes: List[Global.Type]

  15. def clone(): AnyRef

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

  17. def decls: Global.Scope

  18. def declsOriginal: collection.immutable.List[Global.Symbol]

  19. def declsOverride: collection.immutable.List[Global.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 excludeMember(s: Global.Symbol): Boolean

    Standard noise reduction filter.

  27. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. 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()
  29. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  30. def glb[U](other: U)(implicit arg0: reflect.api.JavaUniverse.TypeTag[U], arg1: ClassTag[U]): Global.Type

  31. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  32. def info: Global.Type

  33. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  34. def lub[U](other: U)(implicit arg0: reflect.api.JavaUniverse.TypeTag[U], arg1: ClassTag[U]): Global.Type

  35. def memberMethods: collection.immutable.List[Global.Symbol]

  36. def memberTypes: collection.immutable.List[Global.Symbol]

  37. def members: collection.immutable.List[Global.Symbol]

  38. def membersDeclared: collection.immutable.List[Global.Symbol]

  39. def membersInherited: collection.immutable.List[Global.Symbol]

  40. def membersUnabridged: List[Global.Symbol]

  41. def moduleClass: Global.Symbol

  42. def name: reflect.internal.Symbols.Symbol.NameType

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

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

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

    Definition Classes
    AnyRef
  46. def owner: Global.Symbol

  47. def owners: collection.immutable.List[Global.Symbol]

  48. def pkg: Global.Symbol

  49. def pkgClass: Global.Symbol

  50. def pkgClasses: collection.Iterable[Global.Symbol]

  51. def pkgMembers: collection.Iterable[Global.Symbol]

  52. def pkgName: String

  53. def pkgSymbols: Set[_ <: Global.Symbol]

  54. def runtimeClass: Class[_]

  55. def shortClass: String

  56. def signature: String

  57. def symbol: Global.Symbol

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

    Definition Classes
    AnyRef
  59. def tag: reflect.api.JavaUniverse.TypeTag[T]

  60. def toString(): String

    Definition Classes
    InternalInfo → AnyRef → Any
  61. def tpe: Global.Type

  62. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. 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

Shadowed Implicit Value Members

  1. 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.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (internalInfo: StringAdd).self
    Definition Classes
    StringAdd
  2. 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.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (internalInfo: StringFormat).self
    Definition Classes
    StringFormat

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.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (internalInfo: ArrowAssoc[InternalInfo[T]]).x
    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.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (internalInfo: Ensuring[InternalInfo[T]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped