Package org.openrewrite.hcl.tree
Class Space
java.lang.Object
org.openrewrite.hcl.tree.Space
Comments can occur wherever whitespace can.
So whitespace and comments are like peanut butter and jelly.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Spacestatic SpacefirstPrefix(@Nullable List<? extends Hcl> trees) static SpaceformatFirstPrefix(List<H> trees, Space prefix) booleanisEmpty()toString()withComments(List<Comment> comments) withLastWhitespace(String whitespace) withWhitespace(String whitespace)