public final class InputMetadataBuilder
extends java.lang.Object
| Constructor and Description |
|---|
InputMetadataBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
blankLine(int k,
OpsBuilder.BlankLineWanted wanted)
A blank line is or is not wanted here.
|
InputMetadata |
build() |
void |
markForPartialFormat(Input.Token start,
Input.Token end)
Marks a region that can be partially formatted.
|
public void blankLine(int k,
OpsBuilder.BlankLineWanted wanted)
k - the Input.Tok indexwanted - whether a blank line is wanted herepublic void markForPartialFormat(Input.Token start, Input.Token end)
public InputMetadata build()