301a302,305
> /**
> * Object used to maintain state of a PrintReq. The senderState
> * field of a PrintReq should always be of this type.
> */
302a307
> /** An entry in the label stack. */
323a329
> /** Returns the current line prefix. */
324a331,335
>
> /** Push a label onto the label stack, and prepend the given
> * prefix string onto the current prefix. Labels will only be
> * printed if an object within the label's scope is
> * printed. */
326a338
> /** Pop a label off the label stack. */
327a340,342
> /** Print all of the pending unprinted labels on the
> * stack. Called by printObj(), so normally not called by
> * users unless bypassing printObj(). */
328a344,345
> /** Print a Printable object to os, because it matched the
> * address on a PrintReq. */
616,622c633
< * another packet (i.e. an in-transit request or response). If
< * possible, the request will be satisfied and transformed
< * in-place into a response (at which point no further checking
< * need be done).
< *
< * @return True if the memory location addressed by the request
< * overlaps with the location addressed by otherPkt.
---
> * another packet (i.e. an in-transit request or response).
630a642,644
> /**
> * Push label for PrintReq (safe to call unconditionally).
> */
636a651,653
> /**
> * Pop label for PrintReq (safe to call unconditionally).
> */