TastyData

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

In-memory representation of a .tasty file.

binaryName is the file name without the .class extension.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

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