Class TypeQueryTree


  • public class TypeQueryTree
    extends ParseTree
    Parse tree node representing a type query of the form typeof foo.bar.baz
    • Field Detail

      • segments

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

      • TypeQueryTree

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