abstract class JCodeMethodN extends AnyRef
Instance Constructors
- new JCodeMethodN()
Abstract Value Members
- abstract def jmethod: MethodNode
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (JCodeMethodN, B)
- final def ==(arg0: Any): Boolean
- final def add(tk: BTypesFromSymbols.BType): Unit
- final def aload(tk: BTypesFromSymbols.BType): Unit
- final def asInstanceOf[T0]: T0
- final def astore(tk: BTypesFromSymbols.BType): Unit
- final def boolconst(b: Boolean): Unit
- final def checkCast(tk: BTypesFromSymbols.RefBType): Unit
- def clone(): AnyRef
- final def dconst(cst: Double): Unit
- final def div(tk: BTypesFromSymbols.BType): Unit
- final def drop(tk: BTypesFromSymbols.BType): Unit
- final def dup(tk: BTypesFromSymbols.BType): Unit
- final def emit(opc: Int): Unit
- final def emitIF(cond: TestOp, label: Label): Unit
- final def emitIFNONNULL(label: Label): Unit
- final def emitIFNULL(label: Label): Unit
- final def emitIF_ACMP(cond: TestOp, label: Label): Unit
- final def emitIF_ICMP(cond: TestOp, label: Label): Unit
- def emitInvoke(opcode: Int, owner: String, name: String, desc: String, itf: Boolean, pos: Global.Position): Unit
- final def emitPrimitive(opcs: Array[Int], tk: BTypesFromSymbols.BType): Unit
- final def emitRETURN(tk: BTypesFromSymbols.BType): Unit
- final def emitSWITCH(keys: Array[Int], branches: Array[Label], defaultBranch: Label, minDensity: Double): Unit
- final def emitT2T(from: BTypesFromSymbols.BType, to: BTypesFromSymbols.BType): Unit
- final def emitTypeBased(opcs: Array[Int], tk: BTypesFromSymbols.BType): Unit
- final def emitVarInsn(opc: Int, idx: Int, tk: BTypesFromSymbols.BType): Unit
- def ensuring(cond: (JCodeMethodN) => Boolean, msg: => Any): JCodeMethodN
- def ensuring(cond: (JCodeMethodN) => Boolean): JCodeMethodN
- def ensuring(cond: Boolean, msg: => Any): JCodeMethodN
- def ensuring(cond: Boolean): JCodeMethodN
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def fconst(cst: Float): Unit
- def finalize(): Unit
- final def genIndyStringConcat(recipe: String, argTypes: Seq[Type], constants: Seq[String]): Unit
- final def genNewStringBuilder(pos: Global.Position, size: Int): Unit
- final def genPrimitiveLogical(op: Int, kind: BTypesFromSymbols.BType): Unit
- final def genPrimitiveNot(bType: BTypesFromSymbols.BType): Unit
- final def genPrimitiveShift(op: Int, kind: BTypesFromSymbols.BType): Unit
- final def genStringBuilderAppend(elemType: BTypesFromSymbols.BType, pos: Global.Position): Unit
- final def genStringBuilderEnd(pos: Global.Position): Unit
- final def getClass(): Class[_ <: AnyRef]
- final def goTo(label: Label): Unit
- def hashCode(): Int
- final def iconst(cst: Int): Unit
- final def iinc(idx: Int, increment: Int): Unit
- final def invokeinterface(owner: String, name: String, desc: String, pos: Global.Position): Unit
- final def invokespecial(owner: String, name: String, desc: String, itf: Boolean, pos: Global.Position): Unit
- final def invokestatic(owner: String, name: String, desc: String, itf: Boolean, pos: Global.Position): Unit
- final def invokevirtual(owner: String, name: String, desc: String, pos: Global.Position): Unit
- final def isInstance(tk: BTypesFromSymbols.RefBType): Unit
- final def isInstanceOf[T0]: Boolean
- final def lconst(cst: Long): Unit
- final def load(idx: Int, tk: BTypesFromSymbols.BType): Unit
- final def mul(tk: BTypesFromSymbols.BType): Unit
- final def ne(arg0: AnyRef): Boolean
- final def neg(tk: BTypesFromSymbols.BType): Unit
- final def newarray(elem: BTypesFromSymbols.BType): Unit
- final def notify(): Unit
- final def notifyAll(): Unit
- final def rem(tk: BTypesFromSymbols.BType): Unit
- final def store(idx: Int, tk: BTypesFromSymbols.BType): Unit
- final def sub(tk: BTypesFromSymbols.BType): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Deprecated Value Members
- def formatted(fmtstr: String): String
- def →[B](y: B): (JCodeMethodN, B)
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Inherited by implicit conversion any2stringadd fromJCodeMethodN to any2stringadd[JCodeMethodN]
Value Members
- def +(other: String): String
Inherited by implicit conversion StringFormat fromJCodeMethodN to StringFormat[JCodeMethodN]
Value Members
- def formatted(fmtstr: String): String
Ungrouped
- abstract def jmethod: MethodNode
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (JCodeMethodN, B)
- final def ==(arg0: Any): Boolean
- final def add(tk: BTypesFromSymbols.BType): Unit
- final def aload(tk: BTypesFromSymbols.BType): Unit
- final def asInstanceOf[T0]: T0
- final def astore(tk: BTypesFromSymbols.BType): Unit
- final def boolconst(b: Boolean): Unit
- final def checkCast(tk: BTypesFromSymbols.RefBType): Unit
- def clone(): AnyRef
- final def dconst(cst: Double): Unit
- final def div(tk: BTypesFromSymbols.BType): Unit
- final def drop(tk: BTypesFromSymbols.BType): Unit
- final def dup(tk: BTypesFromSymbols.BType): Unit
- final def emit(opc: Int): Unit
- final def emitIF(cond: TestOp, label: Label): Unit
- final def emitIFNONNULL(label: Label): Unit
- final def emitIFNULL(label: Label): Unit
- final def emitIF_ACMP(cond: TestOp, label: Label): Unit
- final def emitIF_ICMP(cond: TestOp, label: Label): Unit
- def emitInvoke(opcode: Int, owner: String, name: String, desc: String, itf: Boolean, pos: Global.Position): Unit
- final def emitPrimitive(opcs: Array[Int], tk: BTypesFromSymbols.BType): Unit
- final def emitRETURN(tk: BTypesFromSymbols.BType): Unit
- final def emitSWITCH(keys: Array[Int], branches: Array[Label], defaultBranch: Label, minDensity: Double): Unit
- final def emitT2T(from: BTypesFromSymbols.BType, to: BTypesFromSymbols.BType): Unit
- final def emitTypeBased(opcs: Array[Int], tk: BTypesFromSymbols.BType): Unit
- final def emitVarInsn(opc: Int, idx: Int, tk: BTypesFromSymbols.BType): Unit
- def ensuring(cond: (JCodeMethodN) => Boolean, msg: => Any): JCodeMethodN
- def ensuring(cond: (JCodeMethodN) => Boolean): JCodeMethodN
- def ensuring(cond: Boolean, msg: => Any): JCodeMethodN
- def ensuring(cond: Boolean): JCodeMethodN
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def fconst(cst: Float): Unit
- def finalize(): Unit
- final def genIndyStringConcat(recipe: String, argTypes: Seq[Type], constants: Seq[String]): Unit
- final def genNewStringBuilder(pos: Global.Position, size: Int): Unit
- final def genPrimitiveLogical(op: Int, kind: BTypesFromSymbols.BType): Unit
- final def genPrimitiveNot(bType: BTypesFromSymbols.BType): Unit
- final def genPrimitiveShift(op: Int, kind: BTypesFromSymbols.BType): Unit
- final def genStringBuilderAppend(elemType: BTypesFromSymbols.BType, pos: Global.Position): Unit
- final def genStringBuilderEnd(pos: Global.Position): Unit
- final def getClass(): Class[_ <: AnyRef]
- final def goTo(label: Label): Unit
- def hashCode(): Int
- final def iconst(cst: Int): Unit
- final def iinc(idx: Int, increment: Int): Unit
- final def invokeinterface(owner: String, name: String, desc: String, pos: Global.Position): Unit
- final def invokespecial(owner: String, name: String, desc: String, itf: Boolean, pos: Global.Position): Unit
- final def invokestatic(owner: String, name: String, desc: String, itf: Boolean, pos: Global.Position): Unit
- final def invokevirtual(owner: String, name: String, desc: String, pos: Global.Position): Unit
- final def isInstance(tk: BTypesFromSymbols.RefBType): Unit
- final def isInstanceOf[T0]: Boolean
- final def lconst(cst: Long): Unit
- final def load(idx: Int, tk: BTypesFromSymbols.BType): Unit
- final def mul(tk: BTypesFromSymbols.BType): Unit
- final def ne(arg0: AnyRef): Boolean
- final def neg(tk: BTypesFromSymbols.BType): Unit
- final def newarray(elem: BTypesFromSymbols.BType): Unit
- final def notify(): Unit
- final def notifyAll(): Unit
- final def rem(tk: BTypesFromSymbols.BType): Unit
- final def store(idx: Int, tk: BTypesFromSymbols.BType): Unit
- final def sub(tk: BTypesFromSymbols.BType): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def formatted(fmtstr: String): String
- def →[B](y: B): (JCodeMethodN, B)
The Scala compiler and reflection APIs.