mirror of
https://github.com/revanced/smali.git
synced 2025-05-21 16:37:04 +02:00
Add some getter methods in MethodAnalyzer
This commit is contained in:
parent
9cb9c76d50
commit
8887625162
@ -295,6 +295,15 @@ public class MethodAnalyzer {
|
||||
}
|
||||
}
|
||||
|
||||
public List<AnalyzedInstruction> getAnalyzedInstructions() {
|
||||
return analyzedInstructions.getValues();
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public AnalysisException getAnalysisException() {
|
||||
return analysisException;
|
||||
}
|
||||
|
||||
public int getParamRegisterCount() {
|
||||
return paramRegisterCount;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user