t

scala.tools.nsc.classpath

ClassFileEntry

trait ClassFileEntry extends ClassRepresentation

Source
ClassPath.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassFileEntry
  2. ClassRepresentation
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def binary: Option[AbstractFile]
    Definition Classes
    ClassRepresentation
  2. abstract def file: AbstractFile
  3. abstract def fileName: String
    Definition Classes
    ClassRepresentation
  4. abstract def name: String
    Definition Classes
    ClassRepresentation
  5. abstract def source: Option[AbstractFile]
    Definition Classes
    ClassRepresentation

Concrete Value Members

  1. final def nameChars(buffer: Array[Char]): Int

    Low level way to extract the entry name without allocation.

    Low level way to extract the entry name without allocation.

    Definition Classes
    ClassRepresentation