类 AbstractInterceptFieldCallback
java.lang.Object
cn.taketoday.bytecode.transform.impl.AbstractInterceptFieldCallback
- 所有已实现的接口:
InterceptFieldCallback
- 作者:
- Chris Nokleberg
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanreadBoolean(Object obj, String name, boolean oldValue) bytechardoublereadDouble(Object obj, String name, double oldValue) floatintlongreadObject(Object obj, String name, Object oldValue) shortbooleanwriteBoolean(Object obj, String name, boolean oldValue, boolean newValue) bytechardoublewriteDouble(Object obj, String name, double oldValue, double newValue) floatwriteFloat(Object obj, String name, float oldValue, float newValue) intlongwriteObject(Object obj, String name, Object oldValue, Object newValue) shortwriteShort(Object obj, String name, short oldValue, short newValue)
-
构造器详细资料
-
AbstractInterceptFieldCallback
public AbstractInterceptFieldCallback()
-
-
方法详细资料
-
writeInt
- 指定者:
writeInt在接口中InterceptFieldCallback
-
writeChar
- 指定者:
writeChar在接口中InterceptFieldCallback
-
writeByte
- 指定者:
writeByte在接口中InterceptFieldCallback
-
writeBoolean
- 指定者:
writeBoolean在接口中InterceptFieldCallback
-
writeShort
- 指定者:
writeShort在接口中InterceptFieldCallback
-
writeFloat
- 指定者:
writeFloat在接口中InterceptFieldCallback
-
writeDouble
- 指定者:
writeDouble在接口中InterceptFieldCallback
-
writeLong
- 指定者:
writeLong在接口中InterceptFieldCallback
-
writeObject
- 指定者:
writeObject在接口中InterceptFieldCallback
-
readInt
- 指定者:
readInt在接口中InterceptFieldCallback
-
readChar
- 指定者:
readChar在接口中InterceptFieldCallback
-
readByte
- 指定者:
readByte在接口中InterceptFieldCallback
-
readBoolean
- 指定者:
readBoolean在接口中InterceptFieldCallback
-
readShort
- 指定者:
readShort在接口中InterceptFieldCallback
-
readFloat
- 指定者:
readFloat在接口中InterceptFieldCallback
-
readDouble
- 指定者:
readDouble在接口中InterceptFieldCallback
-
readLong
- 指定者:
readLong在接口中InterceptFieldCallback
-
readObject
- 指定者:
readObject在接口中InterceptFieldCallback
-