Packages

class Buffer extends AnyRef

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

Instance Constructors

  1. new Buffer()(implicit fresh: Fresh)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def ++=(other: Buffer): Unit
  4. def ++=(insts: Seq[Inst]): Unit
  5. def +=(inst: Inst): Unit
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def arrayalloc(ty: Type, init: Val, unwind: Next)(implicit pos: Position): Val
  8. def arraylength(arr: Val, unwind: Next)(implicit pos: Position): Val
  9. def arrayload(ty: Type, arr: Val, idx: Val, unwind: Next)(implicit pos: Position): Val
  10. def arraystore(ty: Type, arr: Val, idx: Val, value: Val, unwind: Next)(implicit pos: Position): Val
  11. def as(ty: Type, obj: Val, unwind: Next)(implicit pos: Position): Val
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def bin(bin: Bin, ty: Type, l: Val, r: Val, unwind: Next)(implicit pos: Position): Val
  14. def box(ty: Type, obj: Val, unwind: Next)(implicit pos: Position): Val
  15. def branch(value: Val, thenp: Next, elsep: Next)(implicit pos: Position): Unit
  16. def branchLinktime(condition: LinktimeCondition, thenp: Next, elsep: Next)(implicit pos: Position): Unit
  17. def call(ty: Type, ptr: Val, args: Seq[Val], unwind: Next)(implicit pos: Position): Val
  18. def classalloc(name: Global, unwind: Next)(implicit pos: Position): Val
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  20. def comp(comp: Comp, ty: Type, l: Val, r: Val, unwind: Next)(implicit pos: Position): Val
  21. def conv(conv: Conv, ty: Type, value: Val, unwind: Next)(implicit pos: Position): Val
  22. def copy(value: Val, unwind: Next)(implicit pos: Position): Val
  23. def dynmethod(obj: Val, sig: Sig, unwind: Next)(implicit pos: Position): Val
  24. def elem(ty: Type, ptr: Val, indexes: Seq[Val], unwind: Next)(implicit pos: Position): Val
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  27. def exists(pred: (Inst) => Boolean): Boolean
  28. def extract(aggr: Val, indexes: Seq[Int], unwind: Next)(implicit pos: Position): Val
  29. def field(obj: Val, name: Global, unwind: Next)(implicit pos: Position): Val
  30. def fieldload(ty: Type, obj: Val, name: Global, unwind: Next)(implicit pos: Position): Val
  31. def fieldstore(ty: Type, obj: Val, name: Global, value: Val, unwind: Next)(implicit pos: Position): Val
  32. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  33. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. def insert(aggr: Val, value: Val, indexes: Seq[Int], unwind: Next)(implicit pos: Position): Val
  36. def is(ty: Type, obj: Val, unwind: Next)(implicit pos: Position): Val
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. def jump(to: Local, args: Seq[Val])(implicit pos: Position): Unit
  39. def jump(next: Next)(implicit pos: Position): Unit
  40. def label(name: Local, params: Seq[Val.Local])(implicit pos: Position): Unit
  41. def label(name: Local)(implicit pos: Position): Unit
  42. def let(op: Op, unwind: Next)(implicit pos: Position): Val
  43. def let(name: Local, op: Op, unwind: Next)(implicit pos: Position): Val
  44. def load(ty: Type, ptr: Val, unwind: Next)(implicit pos: Position): Val
  45. def method(obj: Val, sig: Sig, unwind: Next)(implicit pos: Position): Val
  46. def module(name: Global, unwind: Next)(implicit pos: Position): Val
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. def raise(value: Val, unwind: Next)(implicit pos: Position): Unit
  51. def ret(value: Val)(implicit pos: Position): Unit
  52. def size: Int
  53. def sizeof(ty: Type, unwind: Next)(implicit pos: Position): Val
  54. def stackalloc(ty: Type, n: Val, unwind: Next)(implicit pos: Position): Val
  55. def store(ty: Type, ptr: Val, value: Val, unwind: Next)(implicit pos: Position): Val
  56. def switch(value: Val, default: Next, cases: Seq[Next])(implicit pos: Position): Unit
  57. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  58. def toSeq: Seq[Inst]
  59. def toString(): String
    Definition Classes
    AnyRef → Any
  60. def unbox(ty: Type, obj: Val, unwind: Next)(implicit pos: Position): Val
  61. def unreachable(unwind: Next)(implicit pos: Position): Unit
  62. def var_(ty: Type, unwind: Next)(implicit pos: Position): Val
  63. def varload(slot: Val, unwind: Next)(implicit pos: Position): Val
  64. def varstore(slot: Val, value: Val, unwind: Next)(implicit pos: Position): Val
  65. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  66. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped