public final class DocBuilder
extends java.lang.Object
| Constructor and Description |
|---|
DocBuilder()
Start to build a
DocBuilder. |
| Modifier and Type | Method and Description |
|---|---|
Level |
build()
Return the
Doc. |
void |
close()
Close the current
Level. |
void |
open(OpenOp openOp)
Open a new
Level. |
java.lang.String |
toString() |
DocBuilder |
withOps(java.util.List<Op> ops)
Add a list of
Ops to the OpsBuilder. |
public DocBuilder withOps(java.util.List<Op> ops)
Ops to the OpsBuilder.ops - the OpsOpsBuilderpublic void close()
Level.public java.lang.String toString()
toString in class java.lang.Object