Class BlockTree

    • Field Detail

      • statements

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

      • BlockTree

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