case class ClassPathEntries(packages: collection.Seq[PackageEntry], classesAndSources: collection.Seq[ClassRepresentation]) extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClassPathEntries
- Serializable
- Product
- Equals
- AnyRef
- Any
Implicitly
- by entry2Tuple
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ClassPathEntries(packages: collection.Seq[PackageEntry], classesAndSources: collection.Seq[ClassRepresentation])
Value Members
- val classesAndSources: collection.Seq[ClassRepresentation]
- val packages: collection.Seq[PackageEntry]
- 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
- 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])
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- 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
- 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
- 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
The Scala compiler and reflection APIs.