if(m.getName().equals("<init>")){
MethodGen mg = new MethodGen(m, c.getValue().getClassName(), cpg);
InstructionList il = mg.getInstructionList();
InstructionSearcher iS = new InstructionSearcher(il, cpg);
while(iS.next() != null){
Instruction i = iS.current();
if(i instanceof LDC){
if(((LDC) i).getValue(cpg).equals(-32768)){
i = iS.nextPUTFIELD();
character.addField("GetHeight", ((PUTFIELD) i).getFieldName(cpg));
return SearchResult.Success;