java.lang.Object
com.google.javascript.jscomp.parsing.parser.trees.ParseTree
com.google.javascript.jscomp.parsing.parser.trees.BlockTree

public class BlockTree extends ParseTree
  • Field Details

    • statements

      public final com.google.common.collect.ImmutableList<ParseTree> statements
  • Constructor Details

    • BlockTree

      public BlockTree(SourceRange location, com.google.common.collect.ImmutableList<ParseTree> statements)