Packages

c

scala.cli.graal

Processed

case class Processed(path: Path, original: Path, cache: JarCache) extends ClassPathEntry with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Processed
  2. Serializable
  3. Product
  4. Equals
  5. ClassPathEntry
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Processed(path: Path, original: Path, cache: JarCache)

Value Members

  1. val cache: JarCache
  2. def modified: Boolean
    Definition Classes
    ClassPathEntry
  3. def nioPath: Path
    Definition Classes
    ClassPathEntry
  4. val original: Path
  5. val path: Path
    Definition Classes
    ProcessedClassPathEntry
  6. def productElementNames: Iterator[String]
    Definition Classes
    Product