case class InvokeInterfaceMethodHandle(receiverType: ReferenceType, name: String, methodDescriptor: MethodDescriptor) extends MethodCallMethodHandle with Product with Serializable
- Source
- MethodHandle.scala
- Alphabetic
- By Inheritance
- InvokeInterfaceMethodHandle
- Serializable
- Product
- Equals
- MethodCallMethodHandle
- MethodHandle
- ConstantValue
- BootstrapArgument
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new InvokeInterfaceMethodHandle(receiverType: ReferenceType, name: String, methodDescriptor: MethodDescriptor)
Value Members
- def isInvokeStaticMethodHandle: Boolean
- Definition Classes
- MethodHandle
- val methodDescriptor: MethodDescriptor
- Definition Classes
- InvokeInterfaceMethodHandle → MethodCallMethodHandle
- val name: String
- Definition Classes
- InvokeInterfaceMethodHandle → MethodCallMethodHandle
- def opcodeOfUnderlyingInstruction: Opcode
- Definition Classes
- InvokeInterfaceMethodHandle → MethodCallMethodHandle
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val receiverType: ReferenceType
- Definition Classes
- InvokeInterfaceMethodHandle → MethodCallMethodHandle
- def referenceKind: ReferenceKind
- Definition Classes
- InvokeInterfaceMethodHandle → MethodHandle
- 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
- MethodHandle → ConstantValue
- def toBoolean: Boolean
- Definition Classes
- ConstantValue
- def toByte: Byte
- Definition Classes
- ConstantValue
- def toChar: Char
- Definition Classes
- ConstantValue
- def toDouble: Double
- Definition Classes
- ConstantValue
- def toFloat: Float
- Definition Classes
- ConstantValue
- def toInt: Int
- Definition Classes
- ConstantValue
- def toJava: String
- Definition Classes
- MethodCallMethodHandle → MethodHandle → BootstrapArgument
- def toLong: Long
- Definition Classes
- ConstantValue
- def toReferenceType: ReferenceType
- Definition Classes
- ConstantValue
- def toShort: Short
- Definition Classes
- ConstantValue
- def toUTF8: String
- Definition Classes
- ConstantValue
- final def value: InvokeInterfaceMethodHandle.this.type
The concrete value.
The concrete value.
- Definition Classes
- MethodHandle → ConstantValue
- 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
- MethodHandle → ConstantValue