Class BlockStatementListTreeImpl

All Implemented Interfaces:
Iterable<StatementTree>, Collection<StatementTree>, List<StatementTree>, ListTree<StatementTree>, Tree

public class BlockStatementListTreeImpl extends ListTreeImpl<StatementTree>
  • Constructor Details

    • BlockStatementListTreeImpl

      public BlockStatementListTreeImpl(List<? extends StatementTree> statements)