protected void debug(String message) { super.debug( message + "field with access flags " + printAccessFlags(accessFlags) + ", name_index " + nameIndex + ", descriptor_index " + descriptorIndex + ", " + getLength(attributes) + " attributes"); }
public void write(DataOutput out) throws InvalidByteCodeException, IOException { super.write(out); if (debug) debug("wrote "); }
public void read(DataInput in) throws InvalidByteCodeException, IOException { super.read(in); if (debug) debug("read "); }