public final class Obs
extends java.lang.Object
Doc.computeBreaks(com.palantir.javaformat.CommentsHelper, int, com.palantir.javaformat.doc.State, com.palantir.javaformat.doc.Obs.ExplorationNode), including all the alternative
hypotheses it has considered and rejected before deciding on the final formatting.| Modifier and Type | Class and Description |
|---|---|
static interface |
Obs.ExplorationNode
Within an 'exploration', allows you to descend into child levels.
|
static interface |
Obs.FinishExplorationNode |
static interface |
Obs.FinishLevelNode |
static interface |
Obs.Sink |
| Modifier and Type | Method and Description |
|---|---|
static Obs.ExplorationNode |
createRoot(Obs.Sink sink) |
public static Obs.ExplorationNode createRoot(Obs.Sink sink)