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

Source
ClassPath.scala
Linear Supertypes
java.io.Serializable, Product, Equals, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassPathEntries
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. 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: collection.Seq[PackageEntry], classesAndSources: collection.Seq[ClassRepresentation])

Value Members

  1. val classesAndSources: collection.Seq[ClassRepresentation]
  2. val packages: collection.Seq[PackageEntry]
  3. def productArity: Int
    Implicit
    This member is added by an implicit conversion from ClassPathEntries to(collection.Seq[PackageEntry], collection.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(collection.Seq[PackageEntry], collection.Seq[ClassRepresentation]) performed by method entry2Tuple in scala.tools.nsc.classpath.ClassPathEntries.
    Definition Classes
    Product2 → Product
    Annotations
    @throws(classOf[java.lang.IndexOutOfBoundsException])
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. def swap: (collection.Seq[ClassRepresentation], collection.Seq[PackageEntry])
    Implicit
    This member is added by an implicit conversion from ClassPathEntries to(collection.Seq[PackageEntry], collection.Seq[ClassRepresentation]) performed by method entry2Tuple in scala.tools.nsc.classpath.ClassPathEntries.
    Definition Classes
    Tuple2
  7. def toString(): String
    Implicit
    This member is added by an implicit conversion from ClassPathEntries to(collection.Seq[PackageEntry], collection.Seq[ClassRepresentation]) performed by method entry2Tuple in scala.tools.nsc.classpath.ClassPathEntries.
    Definition Classes
    Tuple2 → AnyRef → Any

Shadowed Implicit Value Members

  1. def productElementNames: Iterator[String]
    Implicit
    This member is added by an implicit conversion from ClassPathEntries to(collection.Seq[PackageEntry], collection.Seq[ClassRepresentation]) performed by method entry2Tuple in scala.tools.nsc.classpath.ClassPathEntries.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (classPathEntries: (collection.Seq[PackageEntry], collection.Seq[ClassRepresentation])).productElementNames
    Definition Classes
    Product