ClasspathEntry

tastyquery.Classpaths.InMemory.ClasspathEntry
final class ClasspathEntry(debugString: String, val packages: List[PackageData]) extends ClasspathEntry

A thread-safe, immutable classpath entry.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Lists all the packages available in this entry, including nested packages.

Lists all the packages available in this entry, including nested packages.

This method must not return two items with the same PackageData.dotSeparatedName.

Subsequent calls to listAllPackages may return the same instances of PackageData, but need not do so.

Attributes

override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val packages: List[PackageData]