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.

class Object
trait Matchable
class Any

Value members

Concrete methods

override
def toString(): String
Definition Classes
Any

Concrete fields

val binaryName: String
val bytes: IArray[Byte]
val debugPath: String