Package

scala.scalanative

runtime

Permalink

package runtime

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. runtime
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ClassType = CStruct3[Type, Int, Int]

    Permalink
  2. type Type = CStruct2[Int, String]

    Permalink

Value Members

  1. object BoxedUnit extends BoxedUnit

    Permalink
  2. def fromRawPtr[T](rawptr: RawPtr): Ptr[T]

    Permalink
    Annotations
    @alwaysinline()
  3. def getMonitor(obj: AnyRef): Monitor

    Permalink
    Annotations
    @alwaysinline()
  4. def getRawType(obj: AnyRef): RawPtr

    Permalink
    Annotations
    @alwaysinline()
  5. def init(argc: Int, rawargv: RawPtr): scala.Array[String]

    Permalink
  6. def intrinsic: Nothing

    Permalink
  7. def loop(): Unit

    Permalink
    Annotations
    @noinline()
  8. def throwClassCast(from: RawPtr, to: RawPtr): Nothing

    Permalink
    Annotations
    @noinline()
  9. def throwDivisionByZero(): Nothing

    Permalink
    Annotations
    @noinline()
  10. def throwNoSuchMethod(sig: String): Nothing

    Permalink
    Annotations
    @noinline()
  11. def throwNullPointer(): Nothing

    Permalink
    Annotations
    @noinline()
  12. def throwOutOfBounds(i: Int): Nothing

    Permalink
    Annotations
    @noinline()
  13. def throwUndefined(): Nothing

    Permalink
    Annotations
    @noinline()
  14. def toRawPtr[T](ptr: Ptr[T]): RawPtr

    Permalink
    Annotations
    @alwaysinline()
  15. def toRawType(cls: Class[_]): RawPtr

    Permalink
    Annotations
    @alwaysinline()

Inherited from AnyRef

Inherited from Any

Ungrouped