fix: improve disassemble view for java-input
This commit is contained in:
+5
@@ -33,4 +33,9 @@ public class CallSite implements ICallSite {
|
||||
public List<EncodedValue> getValues() {
|
||||
return values;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "CallSite{" + values + '}';
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,6 +17,8 @@ public interface InsnData {
|
||||
|
||||
Opcode getOpcode();
|
||||
|
||||
String getOpcodeMnemonic();
|
||||
|
||||
byte[] getByteCode();
|
||||
|
||||
InsnIndexType getIndexType();
|
||||
|
||||
Reference in New Issue
Block a user