case class ClassPathEntries(packages: Seq[PackageEntry], classesAndSources: Seq[ClassRepresentation]) extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClassPathEntries
- Serializable
- 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: Seq[PackageEntry], classesAndSources: Seq[ClassRepresentation])
Value Members
- val classesAndSources: Seq[ClassRepresentation]
- val packages: Seq[PackageEntry]
-
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
-
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( ... )
-
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
-
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
The Scala compiler and reflection APIs.