Interface FieldAccessor.FieldLocation.Prepared

All Known Implementing Classes:
FieldAccessor.FieldLocation.Absolute, FieldAccessor.FieldLocation.Relative.Prepared
Enclosing interface:
FieldAccessor.FieldLocation

public static interface FieldAccessor.FieldLocation.Prepared
A prepared field location.
  • Method Summary

    Modifier and Type
    Method
    Description
    resolve(MethodDescription instrumentedMethod)
    Resolves the field description to use.
  • Method Details

    • resolve

      FieldDescription resolve(MethodDescription instrumentedMethod)
      Resolves the field description to use.
      Parameters:
      instrumentedMethod - The instrumented method.
      Returns:
      The resolved field description.