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

public class ProgramTree extends ParseTree
  • Field Details

    • sourceElements

      public final com.google.common.collect.ImmutableList<ParseTree> sourceElements
    • sourceComments

      public final com.google.common.collect.ImmutableList<Comment> sourceComments
  • Constructor Details

    • ProgramTree

      public ProgramTree(SourceRange location, com.google.common.collect.ImmutableList<ParseTree> sourceElements, com.google.common.collect.ImmutableList<Comment> sourceComments)