case class ClassPathEntries(packages: Seq[PackageEntry], classesAndSources: Seq[ClassRepresentation]) extends Product with Serializable

Source
ClassPath.scala
Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassPathEntries
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Implicitly
  1. by entry2Tuple
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClassPathEntries(packages: Seq[PackageEntry], classesAndSources: Seq[ClassRepresentation])

Value Members

  1. val classesAndSources: Seq[ClassRepresentation]
  2. val packages: Seq[PackageEntry]
  3. def productArity: Int
    Implicit
    This member is added by an implicit conversion from ClassPathEntries to (Seq[PackageEntry], Seq[ClassRepresentation]) performed by method entry2Tuple in scala.tools.nsc.classpath.ClassPathEntries.
    Definition Classes
    Product2 → Product
  4. def productElement(n: Int): Any
    Implicit
    This member is added by an implicit conversion from ClassPathEntries to (Seq[PackageEntry], Seq[ClassRepresentation]) performed by method entry2Tuple in scala.tools.nsc.classpath.ClassPathEntries.
    Definition Classes
    Product2 → Product
    Annotations
    @throws( ... )
  5. def swap: (Seq[ClassRepresentation], Seq[PackageEntry])
    Implicit
    This member is added by an implicit conversion from ClassPathEntries to (Seq[PackageEntry], Seq[ClassRepresentation]) performed by method entry2Tuple in scala.tools.nsc.classpath.ClassPathEntries.
    Definition Classes
    Tuple2
  6. def toString(): String
    Implicit
    This member is added by an implicit conversion from ClassPathEntries to (Seq[PackageEntry], Seq[ClassRepresentation]) performed by method entry2Tuple in scala.tools.nsc.classpath.ClassPathEntries.
    Definition Classes
    Tuple2 → AnyRef → Any