类 Location.FieldAccessLocation
java.lang.Object
com.alibaba.bytekit.asm.location.Location
com.alibaba.bytekit.asm.location.Location.FieldAccessLocation
- 封闭类:
Location
location identifying a field access trigger point
-
嵌套类概要
从类继承的嵌套类/接口 com.alibaba.bytekit.asm.location.Location
Location.ExceptionExitLocation, Location.ExitLocation, Location.FieldAccessLocation, Location.InvokeExceptionExitLocation, Location.InvokeLocation, Location.LineLocation, Location.SyncEnterLocation, Location.SyncExitLocation, Location.ThrowLocation -
字段概要
字段修饰符和类型字段说明protected intcount identifying which access should be taken as the trigger point. if not specified as a parameter this defaults to the first access.protected 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 values从类继承的字段 com.alibaba.bytekit.asm.location.Location
ACCESS_READ, ACCESS_WRITE -
构造器概要
构造器构造器说明FieldAccessLocation(com.alibaba.deps.org.objectweb.asm.tree.FieldInsnNode fieldInsnNode, int count, int flags, boolean whenComplete) -
方法概要
从类继承的方法 com.alibaba.bytekit.asm.location.Location
canChangeByReturn, getInsnNode, getStackSaver, isStackNeedSave, isWhenComplete
-
字段详细资料
-
count
protected int countcount 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 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
-
-
构造器详细资料
-
FieldAccessLocation
public FieldAccessLocation(com.alibaba.deps.org.objectweb.asm.tree.FieldInsnNode fieldInsnNode, int count, int flags, boolean whenComplete)
-
-
方法详细资料
-
getLocationType
从类复制的说明:Locationidentify the type of this location- 指定者:
getLocationType在类中Location- 返回:
- the type of this location
-