Package com.palantir.javaformat.java
Class InputMetadataBuilder
java.lang.Object
com.palantir.javaformat.java.InputMetadataBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidblankLine(int k, OpsBuilder.BlankLineWanted wanted) A blank line is or is not wanted here.build()voidmarkForPartialFormat(Input.Token start, Input.Token end) Marks a region that can be partially formatted.
-
Constructor Details
-
InputMetadataBuilder
public InputMetadataBuilder()
-
-
Method Details
-
blankLine
A blank line is or is not wanted here.- Parameters:
k- theInput.Tokindexwanted- whether a blank line is wanted here
-
markForPartialFormat
Marks a region that can be partially formatted. -
build
-