Class DimensionHelpers.TypeWithDims

  • Enclosing class:
    DimensionHelpers

    static class DimensionHelpers.TypeWithDims
    extends java.lang.Object
    The array dimension specifiers (including any type annotations) associated with a type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) com.google.common.collect.ImmutableList<java.util.List<com.sun.source.tree.AnnotationTree>> dims  
      (package private) com.sun.source.tree.Tree node  
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeWithDims​(com.sun.source.tree.Tree node, com.google.common.collect.ImmutableList<java.util.List<com.sun.source.tree.AnnotationTree>> dims)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • node

        final com.sun.source.tree.Tree node
      • dims

        final com.google.common.collect.ImmutableList<java.util.List<com.sun.source.tree.AnnotationTree>> dims
    • Constructor Detail

      • TypeWithDims

        public TypeWithDims​(com.sun.source.tree.Tree node,
                            com.google.common.collect.ImmutableList<java.util.List<com.sun.source.tree.AnnotationTree>> dims)