case class GetFieldMethodHandle(declaringClassType: ObjectType, name: String, fieldType: FieldType) extends FieldReadAccessMethodHandle with Product with Serializable
- Source
- MethodHandle.scala
- Alphabetic
- By Inheritance
- GetFieldMethodHandle
- Serializable
- Product
- Equals
- FieldReadAccessMethodHandle
- FieldAccessMethodHandle
- MethodHandle
- ConstantValue
- BootstrapArgument
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new GetFieldMethodHandle(declaringClassType: ObjectType, name: String, fieldType: FieldType)
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asVirtualField: VirtualField
- Definition Classes
- FieldAccessMethodHandle
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val declaringClassType: ObjectType
- Definition Classes
- GetFieldMethodHandle → FieldAccessMethodHandle
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fieldType: FieldType
- Definition Classes
- GetFieldMethodHandle → FieldAccessMethodHandle
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isInvokeStaticMethodHandle: Boolean
- Definition Classes
- MethodHandle
- val name: String
- Definition Classes
- GetFieldMethodHandle → FieldAccessMethodHandle
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def referenceKind: ReferenceKind
- Definition Classes
- GetFieldMethodHandle → 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
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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
- FieldAccessMethodHandle → 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: GetFieldMethodHandle.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
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated