Class NamespaceNameTree


  • public class NamespaceNameTree
    extends ParseTree
    Parse tree node representing a namespace name (of the form foo.bar.Baz)
    • Field Detail

      • segments

        public final com.google.common.collect.ImmutableList<java.lang.String> segments
    • Constructor Detail

      • NamespaceNameTree

        public NamespaceNameTree​(SourceRange location,
                                 com.google.common.collect.ImmutableList<java.lang.String> segments)