ClassData

tastyquery.Classpaths$.ClassData
final class ClassData(val binaryName: String, val debugPath: String, val bytes: IArray[Byte])

In-memory representation of a .class file.

binaryName is the file name without the .class extension.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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 binaryName: String
val bytes: IArray[Byte]
val debugPath: String