Packages

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 any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InternalInfo(value: Option[T] = None)(implicit typeEvidence: reflect.api.JavaUniverse.TypeTag[T], runtimeClassEvidence: ClassTag[T])

Value Members

  1. def baseClasses: List[Global.Symbol]
  2. def excludeMember(s: Global.Symbol): Boolean

    Standard noise reduction filter.

  3. def members: collection.immutable.List[Global.Symbol]
  4. def membersUnabridged: List[Global.Symbol]
  5. def pkg: Global.Symbol
  6. def runtimeClass: Class[_]
  7. def shortClass: String
  8. def symbol: Global.Symbol
  9. def tag: reflect.api.JavaUniverse.TypeTag[T]
  10. def toString(): String
    Definition Classes
    InternalInfo → AnyRef → Any
  11. def tpe: Global.Type