Package com.palantir.javaformat.doc
Class BreakTag
java.lang.Object
com.palantir.javaformat.doc.HasUniqueId
com.palantir.javaformat.doc.BreakTag
Unique identifier for a break. A BreakTag can correspond to one or more
breaks, and the state of the
BreakTag is determined by whether any of the breaks were taken. Then, conditional structures like
OpsBuilder.BlankLineWanted.ConditionalBlankLine and
Indent.If behave differently based on whether this BreakTag was 'broken' or not.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.palantir.javaformat.doc.HasUniqueId
id
-
Constructor Details
-
BreakTag
public BreakTag()
-