Package com.palantir.javaformat
Interface Op
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 Ops.-
Method Summary
-
Method Details
-
add
Add anOpto aDocBuilder.- Parameters:
builder- theDocBuilder
-