Prelude

scala.scalanative.nir.serialization.Prelude
See thePrelude companion class
object Prelude

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Prelude.type

Members list

Type members

Classlikes

case class Offsets(offsets: Int, strings: Int, positions: Int, globals: Int, types: Int, defns: Int, vals: Int, insts: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def readFrom(buffer: ByteBuffer, fileName: => String): Prelude
def tryReadFrom(buffer: ByteBuffer, fileName: => String): Either[NirDeserializationException, Prelude]
def writeTo(out: DataOutputStream, prelude: Prelude): DataOutputStream

Concrete fields

val length: Int