/** Returns the type. */
 public String getType(ClassFile classFile) {
   return classFile.getCpString(u2descriptorIndex);
 }
 /** Returns the name. */
 public String getName(ClassFile classFile) {
   return classFile.getCpString(u2nameIndex);
 }