Class DimensionHelpers.TypeWithDims

java.lang.Object
com.google.googlejavaformat.java.DimensionHelpers.TypeWithDims
Enclosing class:
DimensionHelpers

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

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

    Constructors
    Constructor
    Description
    TypeWithDims(com.sun.source.tree.Tree node, com.google.common.collect.ImmutableList<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 Details

    • node

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

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

    • TypeWithDims

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