Packages

c

org.opalj.br.reader

BytecodeInstructionsCache

class BytecodeInstructionsCache extends AnyRef

Source
BytecodeInstructionsCache.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BytecodeInstructionsCache
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BytecodeInstructionsCache()

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. def ALOAD(lvIndex: Int): ALOAD
  5. def ANEWARRAY(referenceType: ReferenceType): ANEWARRAY
  6. def ASTORE(lvIndex: Int): ASTORE
  7. def CHECKCAST(referenceType: ReferenceType): CHECKCAST
  8. def DLOAD(lvIndex: Int): DLOAD
  9. def DSTORE(lvIndex: Int): DSTORE
  10. def FLOAD(lvIndex: Int): FLOAD
  11. def FSTORE(lvIndex: Int): FSTORE
  12. def FieldName(name: String): String
  13. def GOTO(branchtarget: Int): GOTO
  14. def IFEQ(branchtarget: Int): IFEQ
  15. def IFGE(branchtarget: Int): IFGE
  16. def IFGT(branchtarget: Int): IFGT
  17. def IFLE(branchtarget: Int): IFLE
  18. def IFLT(branchtarget: Int): IFLT
  19. def IFNE(branchtarget: Int): IFNE
  20. def IFNONNULL(branchtarget: Int): IFNONNULL
  21. def IFNULL(branchtarget: Int): IFNULL
  22. def IF_ACMPEQ(branchtarget: Int): IF_ACMPEQ
  23. def IF_ACMPNE(branchtarget: Int): IF_ACMPNE
  24. def IF_ICMPEQ(branchtarget: Int): IF_ICMPEQ
  25. def IF_ICMPGE(branchtarget: Int): IF_ICMPGE
  26. def IF_ICMPGT(branchtarget: Int): IF_ICMPGT
  27. def IF_ICMPLE(branchtarget: Int): IF_ICMPLE
  28. def IF_ICMPLT(branchtarget: Int): IF_ICMPLT
  29. def IF_ICMPNE(branchtarget: Int): IF_ICMPNE
  30. def ILOAD(lvIndex: Int): ILOAD
  31. def INSTANCEOF(referenceType: ReferenceType): INSTANCEOF
  32. def ISTORE(lvIndex: Int): ISTORE
  33. def LLOAD(lvIndex: Int): LLOAD
  34. def LSTORE(lvIndex: Int): LSTORE
  35. def MethodName(name: String): String
  36. def NEW(objectType: ObjectType): NEW
  37. def RET(lvIndex: Int): RET
  38. def SIPUSH(value: Int): SIPUSH
  39. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  40. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  41. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  43. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  44. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  45. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped