Package org.openrewrite.hcl.tree
Class Space
java.lang.Object
org.openrewrite.hcl.tree.Space
Wherever whitespace can occur in HCL, so can comments (at least block and javadoc style comments).
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)