if (bmeth == null)
return null;
// Get the Code object, which contains the local variable table.
Code code = bmeth.getCode();
if (code == null)
return null;
LocalVariableTableAttribute attr =
(LocalVariableTableAttribute)code.getAttribute(Constants.ATTR_LOCALS);
if (attr == null)
return null;
// OK, found it. Now scan through the local variables and record