Constructor and Description |
---|
DocBuilder()
Start to build a
DocBuilder . |
Modifier and Type | Method and Description |
---|---|
Doc |
build()
Return the
Doc . |
String |
toString() |
DocBuilder |
withOps(List<Op> ops)
Add a list of
Op s to the OpsBuilder . |
public DocBuilder withOps(List<Op> ops)
Op
s to the OpsBuilder
.ops
- the Op
sOpsBuilder
Copyright © 2015–2017 Google Inc.. All rights reserved.