Searched refs:humanName (Results 1 – 5 of 5) sorted by relevance
55 private final String humanName; field in ItemType72 this.humanName = human.replace('_', ' '); in ItemType()95 return humanName; in toHuman()
57 private final String humanName; field in ItemType74 this.humanName = human.replace('_', ' '); in ItemType()98 return humanName; in toHuman()
137 protected abstract String humanName(); in humanName() method in MemberListParser182 humanName() + "s_count: " + Hex.u2(count)); in parse()196 observer.parsed(bytes, at, 0, "\n" + humanName() + in parse()221 observer.parsed(bytes, at, 0, "end " + humanName() + in parse()227 ex.addContext("...while parsing " + humanName() + "s[" + i + in parse()232 pe.addContext("...while parsing " + humanName() + "s[" + i + in parse()
60 protected String humanName() { in humanName() method in MethodListParser
60 protected String humanName() { in humanName() method in FieldListParser