Beispiel #1
0
 /** Returns the name of the class declaring the method including this code attribute. */
 public String getDeclaringClass() {
   ConstPool cp = getConstPool();
   return cp.getClassName();
 }