Package org.openrewrite.toml.tree
Class Space
java.lang.Object
org.openrewrite.toml.tree.Space
Wherever whitespace can occur in TOML, so can comments (at least block style comments).
So whitespace and comments are like peanut butter and jelly.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Spacestatic SpacefirstPrefix(@Nullable List<? extends Toml> trees) static Spacestatic SpaceformatFirstPrefix(List<H> trees, Space prefix) booleanhasComment(String comment) booleanisEmpty()toString()withComments(List<Comment> comments) withWhitespace(String whitespace)