记录类 MethodVariableAccessLoader
java.lang.Object
java.lang.Record
top.dreamlike.panama.genertor.helper.MethodVariableAccessLoader
public record MethodVariableAccessLoader(int targetOffset, net.bytebuddy.implementation.bytecode.StackManipulation loadOp)
extends Record
-
构造器概要
构造器构造器说明MethodVariableAccessLoader(int targetOffset, net.bytebuddy.implementation.bytecode.StackManipulation loadOp) 创建MethodVariableAccessLoader记录类的实例。 -
方法概要
修饰符和类型方法说明static MethodVariableAccessLoaderfinal boolean指示某个其他对象是否“等于”此对象。final inthashCode()返回此对象的哈希代码值。net.bytebuddy.implementation.bytecode.StackManipulationloadOp()返回loadOp记录组件的值。int返回targetOffset记录组件的值。final StringtoString()返回此记录类的字符串表示形式。
-
构造器详细资料
-
MethodVariableAccessLoader
public MethodVariableAccessLoader(int targetOffset, net.bytebuddy.implementation.bytecode.StackManipulation loadOp) 创建MethodVariableAccessLoader记录类的实例。- 参数:
targetOffset-targetOffset记录组件的值loadOp-loadOp记录组件的值
-
-
方法详细资料
-
calLoader
-
toString
返回此记录类的字符串表示形式。此表示形式包含类的名称,后跟每个记录组件的名称和值。 -
hashCode
public final int hashCode()返回此对象的哈希代码值。此值派生自每个记录组件的哈希代码。 -
equals
指示某个其他对象是否“等于”此对象。如果两个对象属于同一个类,而且所有记录组件都相等,则这两个对象相等。 使用Objects::equals(Object,Object)对参考组件进行比较;使用 '==' 对基元组件进行比较 -
targetOffset
public int targetOffset()返回targetOffset记录组件的值。- 返回:
targetOffset记录组件的值
-
loadOp
public net.bytebuddy.implementation.bytecode.StackManipulation loadOp()返回loadOp记录组件的值。- 返回:
loadOp记录组件的值
-