Packages

c

org.opalj.br

InvokeInterfaceMethodHandle

case class InvokeInterfaceMethodHandle(receiverType: ReferenceType, name: String, methodDescriptor: MethodDescriptor) extends MethodCallMethodHandle with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InvokeInterfaceMethodHandle
  2. Serializable
  3. Product
  4. Equals
  5. MethodCallMethodHandle
  6. MethodHandle
  7. ConstantValue
  8. BootstrapArgument
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InvokeInterfaceMethodHandle(receiverType: ReferenceType, name: String, methodDescriptor: MethodDescriptor)

Value Members

  1. def isInvokeStaticMethodHandle: Boolean
    Definition Classes
    MethodHandle
  2. val methodDescriptor: MethodDescriptor
  3. val name: String
  4. def opcodeOfUnderlyingInstruction: Opcode
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. val receiverType: ReferenceType
  7. def referenceKind: ReferenceKind
  8. def runtimeValueType: ObjectType

    Returns ObjectType.MethodHandle; the type of the value pushed onto the stack by an ldc(_w) instruction.

    Returns ObjectType.MethodHandle; the type of the value pushed onto the stack by an ldc(_w) instruction.

    Definition Classes
    MethodHandleConstantValue
  9. def toBoolean: Boolean
    Definition Classes
    ConstantValue
  10. def toByte: Byte
    Definition Classes
    ConstantValue
  11. def toChar: Char
    Definition Classes
    ConstantValue
  12. def toDouble: Double
    Definition Classes
    ConstantValue
  13. def toFloat: Float
    Definition Classes
    ConstantValue
  14. def toInt: Int
    Definition Classes
    ConstantValue
  15. def toJava: String
  16. def toLong: Long
    Definition Classes
    ConstantValue
  17. def toReferenceType: ReferenceType
    Definition Classes
    ConstantValue
  18. def toShort: Short
    Definition Classes
    ConstantValue
  19. def toUTF8: String
    Definition Classes
    ConstantValue
  20. final def value: InvokeInterfaceMethodHandle.this.type

    The concrete value.

    The concrete value.

    Definition Classes
    MethodHandleConstantValue
  21. def valueToString: String

    A string representation of the concrete value; used for debugging purposes.

    A string representation of the concrete value; used for debugging purposes.

    Definition Classes
    MethodHandleConstantValue