class Buffer extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Buffer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def ++=(other: Buffer): Unit
- def ++=(insts: Seq[Inst]): Unit
- def +=(inst: Inst): Unit
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def arrayalloc(ty: Type, init: Val, unwind: Next)(implicit pos: Position): Val
- def arraylength(arr: Val, unwind: Next)(implicit pos: Position): Val
- def arrayload(ty: Type, arr: Val, idx: Val, unwind: Next)(implicit pos: Position): Val
- def arraystore(ty: Type, arr: Val, idx: Val, value: Val, unwind: Next)(implicit pos: Position): Val
- def as(ty: Type, obj: Val, unwind: Next)(implicit pos: Position): Val
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bin(bin: Bin, ty: Type, l: Val, r: Val, unwind: Next)(implicit pos: Position): Val
- def box(ty: Type, obj: Val, unwind: Next)(implicit pos: Position): Val
- def branch(value: Val, thenp: Next, elsep: Next)(implicit pos: Position): Unit
- def branchLinktime(condition: LinktimeCondition, thenp: Next, elsep: Next)(implicit pos: Position): Unit
- def call(ty: Type, ptr: Val, args: Seq[Val], unwind: Next)(implicit pos: Position): Val
- def classalloc(name: Global, unwind: Next)(implicit pos: Position): Val
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def comp(comp: Comp, ty: Type, l: Val, r: Val, unwind: Next)(implicit pos: Position): Val
- def conv(conv: Conv, ty: Type, value: Val, unwind: Next)(implicit pos: Position): Val
- def copy(value: Val, unwind: Next)(implicit pos: Position): Val
- def dynmethod(obj: Val, sig: Sig, unwind: Next)(implicit pos: Position): Val
- def elem(ty: Type, ptr: Val, indexes: Seq[Val], unwind: Next)(implicit pos: Position): Val
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def exists(pred: (Inst) ⇒ Boolean): Boolean
- def extract(aggr: Val, indexes: Seq[Int], unwind: Next)(implicit pos: Position): Val
- def field(obj: Val, name: Global, unwind: Next)(implicit pos: Position): Val
- def fieldload(ty: Type, obj: Val, name: Global, unwind: Next)(implicit pos: Position): Val
- def fieldstore(ty: Type, obj: Val, name: Global, value: Val, unwind: Next)(implicit pos: Position): Val
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def insert(aggr: Val, value: Val, indexes: Seq[Int], unwind: Next)(implicit pos: Position): Val
- def is(ty: Type, obj: Val, unwind: Next)(implicit pos: Position): Val
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jump(to: Local, args: Seq[Val])(implicit pos: Position): Unit
- def jump(next: Next)(implicit pos: Position): Unit
- def label(name: Local, params: Seq[Val.Local])(implicit pos: Position): Unit
- def label(name: Local)(implicit pos: Position): Unit
- def let(op: Op, unwind: Next)(implicit pos: Position): Val
- def let(name: Local, op: Op, unwind: Next)(implicit pos: Position): Val
- def load(ty: Type, ptr: Val, unwind: Next)(implicit pos: Position): Val
- def method(obj: Val, sig: Sig, unwind: Next)(implicit pos: Position): Val
- def module(name: Global, unwind: Next)(implicit pos: Position): Val
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def raise(value: Val, unwind: Next)(implicit pos: Position): Unit
- def ret(value: Val)(implicit pos: Position): Unit
- def size: Int
- def sizeof(ty: Type, unwind: Next)(implicit pos: Position): Val
- def stackalloc(ty: Type, n: Val, unwind: Next)(implicit pos: Position): Val
- def store(ty: Type, ptr: Val, value: Val, unwind: Next)(implicit pos: Position): Val
- def switch(value: Val, default: Next, cases: Seq[Next])(implicit pos: Position): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toSeq: Seq[Inst]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unbox(ty: Type, obj: Val, unwind: Next)(implicit pos: Position): Val
- def unreachable(unwind: Next)(implicit pos: Position): Unit
- def var_(ty: Type, unwind: Next)(implicit pos: Position): Val
- def varload(slot: Val, unwind: Next)(implicit pos: Position): Val
- def varstore(slot: Val, value: Val, unwind: Next)(implicit pos: Position): Val
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()