Packages

abstract class JCodeMethodN extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JCodeMethodN
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JCodeMethodN()

Abstract Value Members

  1. abstract def jmethod: MethodNode

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def add(tk: BTypesFromSymbols.BType): Unit
  5. final def aload(tk: BTypesFromSymbols.BType): Unit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. final def astore(tk: BTypesFromSymbols.BType): Unit
  8. final def boolconst(b: Boolean): Unit
  9. final def checkCast(tk: BTypesFromSymbols.RefBType): Unit
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. final def dconst(cst: Double): Unit
  12. final def div(tk: BTypesFromSymbols.BType): Unit
  13. final def drop(tk: BTypesFromSymbols.BType): Unit
  14. final def dup(tk: BTypesFromSymbols.BType): Unit
  15. final def emit(opc: Int): Unit
  16. final def emitIF(cond: TestOp, label: Label): Unit
  17. final def emitIFNONNULL(label: Label): Unit
  18. final def emitIFNULL(label: Label): Unit
  19. final def emitIF_ACMP(cond: TestOp, label: Label): Unit
  20. final def emitIF_ICMP(cond: TestOp, label: Label): Unit
  21. def emitInvoke(opcode: Int, owner: String, name: String, desc: String, itf: Boolean, pos: Global.Position): Unit
  22. final def emitPrimitive(opcs: Array[Int], tk: BTypesFromSymbols.BType): Unit
  23. final def emitRETURN(tk: BTypesFromSymbols.BType): Unit
  24. final def emitSWITCH(keys: Array[Int], branches: Array[Label], defaultBranch: Label, minDensity: Double): Unit
  25. final def emitT2T(from: BTypesFromSymbols.BType, to: BTypesFromSymbols.BType): Unit
  26. final def emitTypeBased(opcs: Array[Int], tk: BTypesFromSymbols.BType): Unit
  27. final def emitVarInsn(opc: Int, idx: Int, tk: BTypesFromSymbols.BType): Unit
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  30. final def fconst(cst: Float): Unit
  31. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. def genConcat(elemType: BTypesFromSymbols.BType, pos: Global.Position): Unit
  33. final def genEndConcat(pos: Global.Position): Unit
  34. final def genPrimitiveLogical(op: Int, kind: BTypesFromSymbols.BType): Unit
  35. final def genPrimitiveNot(bType: BTypesFromSymbols.BType): Unit
  36. final def genPrimitiveShift(op: Int, kind: BTypesFromSymbols.BType): Unit
  37. final def genStartConcat(pos: Global.Position, size: Int): Unit
  38. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  39. final def goTo(label: Label): Unit
  40. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  41. final def iconst(cst: Int): Unit
  42. final def invokeinterface(owner: String, name: String, desc: String, pos: Global.Position): Unit
  43. final def invokespecial(owner: String, name: String, desc: String, itf: Boolean, pos: Global.Position): Unit
  44. final def invokestatic(owner: String, name: String, desc: String, itf: Boolean, pos: Global.Position): Unit
  45. final def invokevirtual(owner: String, name: String, desc: String, pos: Global.Position): Unit
  46. final def isInstance(tk: BTypesFromSymbols.RefBType): Unit
  47. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  48. final def lconst(cst: Long): Unit
  49. final def load(idx: Int, tk: BTypesFromSymbols.BType): Unit
  50. final def mul(tk: BTypesFromSymbols.BType): Unit
  51. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. final def neg(tk: BTypesFromSymbols.BType): Unit
  53. final def newarray(elem: BTypesFromSymbols.BType): Unit
  54. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  55. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  56. final def rem(tk: BTypesFromSymbols.BType): Unit
  57. final def store(idx: Int, tk: BTypesFromSymbols.BType): Unit
  58. final def sub(tk: BTypesFromSymbols.BType): Unit
  59. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  60. def toString(): String
    Definition Classes
    AnyRef → Any
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped