类 AccessLocationMatcher
java.lang.Object
com.alibaba.bytekit.asm.location.AccessLocationMatcher
- 所有已实现的接口:
LocationMatcher
-
字段概要
字段修饰符和类型字段说明protected intprotected intflags 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 valuesprotected booleanflag 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 flagsflags 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 whenCompleteflag which is false if the trigger should be inserted before the field access is performed and true if it should be inserted after
-