Class

scala.scalanative.interflow

State

Related Doc: package interflow

Permalink

final class State extends AnyRef

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

Instance Constructors

  1. new State(block: Local)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def allocArray(elemty: Type, count: Int)(implicit linked: Result): Addr

    Permalink
  5. def allocBox(boxname: Global, value: Val)(implicit linked: Result): Addr

    Permalink
  6. def allocClass(cls: Class): Addr

    Permalink
  7. def allocString(value: String)(implicit linked: Result): Addr

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def delay(op: Op): Val

    Permalink
  11. var delayed: AnyRefMap[Op, Val]

    Permalink
  12. def deref(addr: Addr): Instance

    Permalink
  13. def derefDelayed(addr: Addr): DelayedInstance

    Permalink
  14. def derefEscaped(addr: Addr): EscapedInstance

    Permalink
  15. def derefVirtual(addr: Addr): VirtualInstance

    Permalink
  16. def emit(op: Op, idempotent: Boolean = false)(implicit position: Position): Val

    Permalink
  17. var emit: Buffer

    Permalink
  18. var emitted: AnyRefMap[Op, Val]

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    State → AnyRef → Any
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. var fresh: Fresh

    Permalink
  23. def fullClone(block: Local): State

    Permalink
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hasEscaped(value: Val): Boolean

    Permalink
  26. def hasEscaped(addr: Addr): Boolean

    Permalink
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. var heap: LongMap[Instance]

    Permalink
  29. def heapClosure(roots: Seq[Val]): Set[Addr]

    Permalink
  30. def inherit(other: State, roots: Seq[Val]): Unit

    Permalink
  31. def isDelayed(value: Val): Boolean

    Permalink
  32. def isDelayed(addr: Addr): Boolean

    Permalink
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. def isVirtual(value: Val): Boolean

    Permalink
  35. def isVirtual(addr: Addr): Boolean

    Permalink
  36. def loadLocal(local: Local): Val

    Permalink
  37. def loadVar(local: Local): Val

    Permalink
  38. var locals: OpenHashMap[Local, Val]

    Permalink
  39. def materialize(rootValue: Val)(implicit linked: Result, origPos: Position): Val

    Permalink
  40. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  41. def newVar(ty: Type): Local

    Permalink
  42. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  44. def storeLocal(local: Local, value: Val): Unit

    Permalink
  45. def storeVar(local: Local, value: Val): Unit

    Permalink
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  48. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped