class BytecodeInstructionsCache extends AnyRef
- Alphabetic
- By Inheritance
- BytecodeInstructionsCache
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new BytecodeInstructionsCache()
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
- 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
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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( ... )