public interface Op
An
Op
is a member of the sequence of formatting operations emitted by OpsBuilder
and transformed by DocBuilder
into a Doc
. Leaf subclasses of Doc
implement Op
; Doc.Level
is the only non-leaf, and is represented by paired OpenOp
-CloseOp
Op
s.-
Method Summary
-
Method Details
-
add
Add anOp
to aDocBuilder
.- Parameters:
builder
- theDocBuilder
-