Packages

c

org.opalj.br

PutFieldMethodHandle

case class PutFieldMethodHandle(declaringClassType: ObjectType, name: String, fieldType: FieldType) extends FieldWriteAccessMethodHandle with Product with Serializable

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

Instance Constructors

  1. new PutFieldMethodHandle(declaringClassType: ObjectType, name: String, fieldType: FieldType)

Value Members

  1. def asVirtualField: VirtualField
    Definition Classes
    FieldAccessMethodHandle
  2. val declaringClassType: ObjectType
  3. val fieldType: FieldType
  4. def isInvokeStaticMethodHandle: Boolean
    Definition Classes
    MethodHandle
  5. val name: String
  6. def productElementNames: Iterator[String]
    Definition Classes
    Product
  7. def referenceKind: ReferenceKind
    Definition Classes
    PutFieldMethodHandleMethodHandle
  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: PutFieldMethodHandle.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