类 Location.FieldAccessLocation

java.lang.Object
com.alibaba.bytekit.asm.location.Location
com.alibaba.bytekit.asm.location.Location.FieldAccessLocation
封闭类:
Location

public static class Location.FieldAccessLocation extends Location
location identifying a field access trigger point
  • 字段详细资料

    • count

      protected int count
      count identifying which access should be taken as the trigger point. if not specified as a parameter this defaults to the first access.
    • flags

      protected int flags
      flags identifying which type of access should be used to identify the trigger. this is either ACCESS_READ, ACCESS_WRITE or an OR of these two values
  • 构造器详细资料

    • FieldAccessLocation

      public FieldAccessLocation(com.alibaba.deps.org.objectweb.asm.tree.FieldInsnNode fieldInsnNode, int count, int flags, boolean whenComplete)
  • 方法详细资料