Class HclContainer<T>

java.lang.Object
org.openrewrite.hcl.tree.HclContainer<T>
Type Parameters:
T - The type of the inner list of elements.

public class HclContainer<T> extends Object
AST elements that contain lists of trees with some delimiter like function call arguments.