Class ProgramTree

    • Field Detail

      • sourceElements

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

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

      • ProgramTree

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