Package com.google.googlejavaformat
Interface Op
-
public interface OpAnOpis a member of the sequence of formatting operations emitted byOpsBuilderand transformed byDocBuilderinto aDoc. Leaf subclasses ofDocimplementOp;Doc.Levelis the only non-leaf, and is represented by pairedOpenOp-CloseOpOps.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(DocBuilder builder)Add anOpto aDocBuilder.
-
-
-
Method Detail
-
add
void add(DocBuilder builder)
Add anOpto aDocBuilder.- Parameters:
builder- theDocBuilder
-
-