类 AccessLocationMatcher

java.lang.Object
com.alibaba.bytekit.asm.location.AccessLocationMatcher
所有已实现的接口:
LocationMatcher
直接已知子类:
FieldAccessLocationMatcher, VariableAccessLocationMatcher

public abstract class AccessLocationMatcher extends Object implements LocationMatcher
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    protected int
     
    protected int
    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
    protected boolean
    flag which is false if the trigger should be inserted before the field access is performed and true if it should be inserted after
  • 方法概要

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 com.alibaba.bytekit.asm.location.LocationMatcher

    match
  • 字段详细资料

    • count

      protected int count
    • 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
    • whenComplete

      protected boolean whenComplete
      flag which is false if the trigger should be inserted before the field access is performed and true if it should be inserted after