org.coroutines.common

Stack

object Stack

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Stack
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. macro def bulkPop[T](stack: Array[T], n: Int): Unit

  6. def bulkPopMacro[T](c: Context)(stack: scala.reflect.macros.whitebox.Context.Tree, n: scala.reflect.macros.whitebox.Context.Tree)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Tree

  7. macro def bulkPush[T](stack: Array[T], n: Int, size: Int): Unit

  8. def bulkPushMacro[T](c: Context)(stack: scala.reflect.macros.whitebox.Context.Tree, n: scala.reflect.macros.whitebox.Context.Tree, size: scala.reflect.macros.whitebox.Context.Tree)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Tree

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. macro def copy[T](src: Array[T], dest: Array[T]): Unit

  11. def copyMacro[T](c: Context)(src: scala.reflect.macros.whitebox.Context.Tree, dest: scala.reflect.macros.whitebox.Context.Tree)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Tree

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. macro def get[T](stack: Array[T], n: Int): T

  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getMacro[T](c: Context)(stack: scala.reflect.macros.whitebox.Context.Tree, n: scala.reflect.macros.whitebox.Context.Tree)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Tree

  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. macro def init[T](stack: Array[T], size: Int): Unit

  20. def initMacro[T](c: Context)(stack: scala.reflect.macros.whitebox.Context.Tree, size: scala.reflect.macros.whitebox.Context.Tree)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Tree

  21. macro def isEmpty[T](stack: Array[T]): Boolean

  22. def isEmptyMacro[T](c: Context)(stack: scala.reflect.macros.whitebox.Context.Tree)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Tree

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. macro def pop[T](stack: Array[T]): T

  28. def popMacro[T](c: Context)(stack: scala.reflect.macros.whitebox.Context.Tree)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Tree

  29. macro def push[T](stack: Array[T], x: T, size: Int): Unit

  30. def pushMacro[T](c: Context)(stack: scala.reflect.macros.whitebox.Context.Tree, x: scala.reflect.macros.whitebox.Context.Tree, size: scala.reflect.macros.whitebox.Context.Tree)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Tree

  31. macro def set[T](stack: Array[T], n: Int, x: T): Unit

  32. def setMacro[T](c: Context)(stack: scala.reflect.macros.whitebox.Context.Tree, n: scala.reflect.macros.whitebox.Context.Tree, x: scala.reflect.macros.whitebox.Context.Tree)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Tree

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

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. macro def top[T](stack: Array[T]): T

  36. def topMacro[T](c: Context)(stack: scala.reflect.macros.whitebox.Context.Tree)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Tree

  37. macro def update[T](stack: Array[T], x: T): T

  38. def updateMacro[T](c: Context)(stack: scala.reflect.macros.whitebox.Context.Tree, x: scala.reflect.macros.whitebox.Context.Tree)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Tree

  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped