abstract class JCodeMethodN extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- JCodeMethodN
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JCodeMethodN()
Abstract Value Members
- abstract def jmethod: MethodNode
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def add(tk: BTypesFromSymbols.BType): Unit
- final def aload(tk: BTypesFromSymbols.BType): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def astore(tk: BTypesFromSymbols.BType): Unit
- final def boolconst(b: Boolean): Unit
- final def checkCast(tk: BTypesFromSymbols.RefBType): Unit
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- 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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def fconst(cst: Float): Unit
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def genConcat(elemType: BTypesFromSymbols.BType, pos: Global.Position): Unit
- final def genEndConcat(pos: Global.Position): 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 genStartConcat(pos: Global.Position, size: Int): Unit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def goTo(label: Label): Unit
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def iconst(cst: 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
- Definition Classes
- Any
- 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
- Definition Classes
- AnyRef
- final def neg(tk: BTypesFromSymbols.BType): Unit
- final def newarray(elem: BTypesFromSymbols.BType): Unit
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
- @native() @throws( ... )