@Immutable
@Value.Immutable
public interface InputMetadata
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<java.lang.Integer,OpsBuilder.BlankLineWanted> |
blankLines()
Remembers preferences from the input about whether blank lines are wanted or not at a given token index.
|
default com.google.common.collect.ImmutableRangeSet<java.lang.Integer> |
partialFormatRanges()
Marks regions that can be partially formatted, used to determine the actual ranges that will be formatted when
ranges are requested.
|
com.google.common.collect.ImmutableMap<java.lang.Integer,OpsBuilder.BlankLineWanted> blankLines()
@Value.Default default com.google.common.collect.ImmutableRangeSet<java.lang.Integer> partialFormatRanges()