20212223242526
public MemberVariable(String name, String desc, int kind) { this.name = name; this.desc = desc; this.kind = kind; functionDesc = new Common().makeFunctionDesc(desc); }
40414243444546
return index - other.index; } public void init() { opcode = new BytecodeUtil().makeLoadOpcode(desc); functionDesc = new Common().makeFunctionDesc(desc); }