fix(gui): make bytecode output closer to smali (#1739)

This commit is contained in:
Skylot
2022-12-25 18:31:44 +00:00
parent 5d186e56a5
commit df38a6424f
9 changed files with 101 additions and 59 deletions
@@ -15,4 +15,10 @@ public interface ILocalVar {
int getStartOffset();
int getEndOffset();
/**
* Hint if variable is a method parameter.
* Can be incorrect and shouldn't be trusted.
*/
boolean isMarkedAsParameter();
}