class BytecodeInstructionsCache extends AnyRef
Instance Constructors
- new BytecodeInstructionsCache()
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def ALOAD(lvIndex: Int): ALOAD
- def ANEWARRAY(referenceType: ReferenceType): ANEWARRAY
- def ASTORE(lvIndex: Int): ASTORE
- def CHECKCAST(referenceType: ReferenceType): CHECKCAST
- def DLOAD(lvIndex: Int): DLOAD
- def DSTORE(lvIndex: Int): DSTORE
- def FLOAD(lvIndex: Int): FLOAD
- def FSTORE(lvIndex: Int): FSTORE
- def FieldName(name: String): String
- def GOTO(branchtarget: Int): GOTO
- def IFEQ(branchtarget: Int): IFEQ
- def IFGE(branchtarget: Int): IFGE
- def IFGT(branchtarget: Int): IFGT
- def IFLE(branchtarget: Int): IFLE
- def IFLT(branchtarget: Int): IFLT
- def IFNE(branchtarget: Int): IFNE
- def IFNONNULL(branchtarget: Int): IFNONNULL
- def IFNULL(branchtarget: Int): IFNULL
- def IF_ACMPEQ(branchtarget: Int): IF_ACMPEQ
- def IF_ACMPNE(branchtarget: Int): IF_ACMPNE
- def IF_ICMPEQ(branchtarget: Int): IF_ICMPEQ
- def IF_ICMPGE(branchtarget: Int): IF_ICMPGE
- def IF_ICMPGT(branchtarget: Int): IF_ICMPGT
- def IF_ICMPLE(branchtarget: Int): IF_ICMPLE
- def IF_ICMPLT(branchtarget: Int): IF_ICMPLT
- def IF_ICMPNE(branchtarget: Int): IF_ICMPNE
- def ILOAD(lvIndex: Int): ILOAD
- def INSTANCEOF(referenceType: ReferenceType): INSTANCEOF
- def ISTORE(lvIndex: Int): ISTORE
- def LLOAD(lvIndex: Int): LLOAD
- def LSTORE(lvIndex: Int): LSTORE
- def MethodName(name: String): String
- def NEW(objectType: ObjectType): NEW
- def RET(lvIndex: Int): RET
- def SIPUSH(value: Int): SIPUSH
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from AnyRef
Inherited from Any