Class UnionTypeTree


  • public class UnionTypeTree
    extends ParseTree
    Parse tree node representing a union type of the form foo | bar | baz.
    • Field Detail

      • types

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

      • UnionTypeTree

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