toString impls for debug

This commit is contained in:
Egor.Ushakov
2016-05-26 13:53:27 +03:00
parent 7067504c27
commit 7628ddfd2c
3 changed files with 15 additions and 0 deletions

View File

@@ -393,4 +393,9 @@ public class StructMethod extends StructMember {
public StructLocalVariableTableAttribute getLocalVariableAttr() {
return (StructLocalVariableTableAttribute)getAttributes().getWithKey(StructGeneralAttribute.ATTRIBUTE_LOCAL_VARIABLE_TABLE);
}
@Override
public String toString() {
return name;
}
}