mirror of
https://github.com/revanced/smali.git
synced 2025-06-12 04:17:36 +02:00
Misc cleanup/refactoring
git-svn-id: https://smali.googlecode.com/svn/trunk@205 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
@ -79,8 +79,8 @@ public class MethodIdItem extends IndexedItem<MethodIdItem> {
|
||||
return prototypeReferenceField.getReference();
|
||||
}
|
||||
|
||||
public String getMethodName() {
|
||||
return methodNameReferenceField.getReference().getStringValue();
|
||||
public StringIdItem getMethodName() {
|
||||
return methodNameReferenceField.getReference();
|
||||
}
|
||||
|
||||
public int getParameterRegisterCount(boolean isStatic) {
|
||||
|
Reference in New Issue
Block a user