Beispiel #1
0
 protected void debug(String message) {
   super.debug(
       message
           + "field with access flags "
           + printAccessFlags(accessFlags)
           + ", name_index "
           + nameIndex
           + ", descriptor_index "
           + descriptorIndex
           + ", "
           + getLength(attributes)
           + " attributes");
 }