Packages

final class ClasspathIndex extends AnyRef

An index to lookup class directories and classfiles by their JVM names.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClasspathIndex
  2. AnyRef
  3. Any
Implicitly
  1. by XtensionTokenizeInputLike
  2. by XtensionShow
  3. by XtensionParseInputLike
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ClasspathIndex to any2stringadd[ClasspathIndex] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ClasspathIndex, B)
    Implicit
    This member is added by an implicit conversion from ClasspathIndex to ArrowAssoc[ClasspathIndex] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. val dirs: Map[String, Classdir]
  9. def ensuring(cond: (ClasspathIndex) ⇒ Boolean, msg: ⇒ Any): ClasspathIndex
    Implicit
    This member is added by an implicit conversion from ClasspathIndex to Ensuring[ClasspathIndex] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (ClasspathIndex) ⇒ Boolean): ClasspathIndex
    Implicit
    This member is added by an implicit conversion from ClasspathIndex to Ensuring[ClasspathIndex] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): ClasspathIndex
    Implicit
    This member is added by an implicit conversion from ClasspathIndex to Ensuring[ClasspathIndex] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): ClasspathIndex
    Implicit
    This member is added by an implicit conversion from ClasspathIndex to Ensuring[ClasspathIndex] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ClasspathIndex to StringFormat[ClasspathIndex] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getClassfile(directory: String, filename: String): Option[Classfile]

    Returns a classfile with the given directory and filename.

  19. def getClassfile(path: String): Option[Classfile]

    Returns a classfile with the given path.

  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def isClassdir(path: String): Boolean

    Returns true if this path is a class directory.

  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def parse[U](implicit convert: Convert[ClasspathIndex, inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]
    Implicit
    This member is added by an implicit conversion from ClasspathIndex to meta.XtensionParseInputLike[ClasspathIndex] performed by method XtensionParseInputLike in scala.meta.parsers.Api.
    Definition Classes
    XtensionParseInputLike
  27. def show[Style[X] <: Show[X]](implicit style: Style[ClasspathIndex]): String
    Implicit
    This member is added by an implicit conversion from ClasspathIndex to meta.XtensionShow[ClasspathIndex] performed by method XtensionShow in scala.meta.prettyprinters.Api.
    Definition Classes
    XtensionShow
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    ClasspathIndex → AnyRef → Any
  30. def tokenize(implicit convert: Convert[ClasspathIndex, inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized
    Implicit
    This member is added by an implicit conversion from ClasspathIndex to meta.XtensionTokenizeInputLike[ClasspathIndex] performed by method XtensionTokenizeInputLike in scala.meta.tokenizers.Api.
    Definition Classes
    XtensionTokenizeInputLike
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. def [B](y: B): (ClasspathIndex, B)
    Implicit
    This member is added by an implicit conversion from ClasspathIndex to ArrowAssoc[ClasspathIndex] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionTokenizeInputLike from ClasspathIndex to meta.XtensionTokenizeInputLike[ClasspathIndex]

Inherited by implicit conversion XtensionShow from ClasspathIndex to meta.XtensionShow[ClasspathIndex]

Inherited by implicit conversion XtensionParseInputLike from ClasspathIndex to meta.XtensionParseInputLike[ClasspathIndex]

Inherited by implicit conversion any2stringadd from ClasspathIndex to any2stringadd[ClasspathIndex]

Inherited by implicit conversion StringFormat from ClasspathIndex to StringFormat[ClasspathIndex]

Inherited by implicit conversion Ensuring from ClasspathIndex to Ensuring[ClasspathIndex]

Inherited by implicit conversion ArrowAssoc from ClasspathIndex to ArrowAssoc[ClasspathIndex]

Ungrouped