bc

object bc extends JCodeMethodN
class Object
trait Matchable
class Any
bc.type

Value members

Concrete methods

override def jmethod: MethodNode
Definition Classes

Inherited methods

def abort(msg: String): Nothing
Inherited from:
JCodeMethodN
final def add(tk: BType): Unit
Inherited from:
JCodeMethodN
final def aload(tk: BType): Unit
Inherited from:
JCodeMethodN
final def astore(tk: BType): Unit
Inherited from:
JCodeMethodN
final def boolconst(b: Boolean): Unit
Inherited from:
JCodeMethodN
final def checkCast(tk: RefBType): Unit
Inherited from:
JCodeMethodN
final def dconst(cst: Double): Unit
Inherited from:
JCodeMethodN
final def div(tk: BType): Unit
Inherited from:
JCodeMethodN
final def drop(tk: BType): Unit
Inherited from:
JCodeMethodN
final def dup(tk: BType): Unit
Inherited from:
JCodeMethodN
final def emit(opc: Int): Unit
Inherited from:
JCodeMethodN
final def emitIF(cond: TestOp, label: Label): Unit
Inherited from:
JCodeMethodN
final def emitIFNONNULL(label: Label): Unit
Inherited from:
JCodeMethodN
final def emitIFNULL(label: Label): Unit
Inherited from:
JCodeMethodN
final def emitIF_ACMP(cond: TestOp, label: Label): Unit
Inherited from:
JCodeMethodN
final def emitIF_ICMP(cond: TestOp, label: Label): Unit
Inherited from:
JCodeMethodN
def emitInvoke(opcode: Int, owner: String, name: String, desc: String, itf: Boolean): Unit
Inherited from:
JCodeMethodN
final def emitPrimitive(opcs: Array[Int], tk: BType): Unit
Inherited from:
JCodeMethodN
final def emitRETURN(tk: BType): Unit
Inherited from:
JCodeMethodN
final def emitSWITCH(keys: Array[Int], branches: Array[Label], defaultBranch: Label, minDensity: Double): Unit
Inherited from:
JCodeMethodN
final def emitT2T(from: BType, to: BType): Unit
Inherited from:
JCodeMethodN
final def emitTypeBased(opcs: Array[Int], tk: BType): Unit
Inherited from:
JCodeMethodN
final def emitVarInsn(opc: Int, idx: Int, tk: BType): Unit
Inherited from:
JCodeMethodN
final def fconst(cst: Float): Unit
Inherited from:
JCodeMethodN
final def genIndyStringConcat(recipe: String, argTypes: Seq[Type], constants: Seq[String]): Unit
Inherited from:
JCodeMethodN
final def genNewStringBuilder(size: Int): Unit
Inherited from:
JCodeMethodN
Inherited from:
JCodeMethodN
final def genPrimitiveLogical(op: Int, kind: BType): Unit
Inherited from:
JCodeMethodN
final def genPrimitiveShift(op: Int, kind: BType): Unit
Inherited from:
JCodeMethodN
final def genStringBuilderAppend(elemType: BType): Unit
Inherited from:
JCodeMethodN
Inherited from:
JCodeMethodN
final def goTo(label: Label): Unit
Inherited from:
JCodeMethodN
final def iconst(cst: Int): Unit
Inherited from:
JCodeMethodN
final def iinc(idx: Int, increment: Int): Unit
Inherited from:
JCodeMethodN
final def invokeinterface(owner: String, name: String, desc: String): Unit
Inherited from:
JCodeMethodN
final def invokespecial(owner: String, name: String, desc: String, itf: Boolean): Unit
Inherited from:
JCodeMethodN
final def invokestatic(owner: String, name: String, desc: String, itf: Boolean): Unit
Inherited from:
JCodeMethodN
final def invokevirtual(owner: String, name: String, desc: String): Unit
Inherited from:
JCodeMethodN
final def isInstance(tk: RefBType): Unit
Inherited from:
JCodeMethodN
final def lconst(cst: Long): Unit
Inherited from:
JCodeMethodN
final def load(idx: Int, tk: BType): Unit
Inherited from:
JCodeMethodN
final def mul(tk: BType): Unit
Inherited from:
JCodeMethodN
final def neg(tk: BType): Unit
Inherited from:
JCodeMethodN
final def newarray(elem: BType): Unit
Inherited from:
JCodeMethodN
final def rem(tk: BType): Unit
Inherited from:
JCodeMethodN
final def store(idx: Int, tk: BType): Unit
Inherited from:
JCodeMethodN
final def sub(tk: BType): Unit
Inherited from:
JCodeMethodN