sealed abstract class MethodCallMethodHandle extends MethodHandle
- Alphabetic
- By Inheritance
- MethodCallMethodHandle
- MethodHandle
- ConstantValue
- BootstrapArgument
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def methodDescriptor: MethodDescriptor
- abstract def name: String
- abstract def opcodeOfUnderlyingInstruction: Opcode
- abstract def receiverType: ReferenceType
- abstract def referenceKind: ReferenceKind
- Definition Classes
- MethodHandle
Concrete Value Members
- def isInvokeStaticMethodHandle: Boolean
- Definition Classes
- 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: MethodCallMethodHandle.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