Package com.google.googlejavaformat.java
Class DimensionHelpers.TypeWithDims
java.lang.Object
com.google.googlejavaformat.java.DimensionHelpers.TypeWithDims
- Enclosing class:
DimensionHelpers
The array dimension specifiers (including any type annotations) associated with a type.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTypeWithDims(com.sun.source.tree.Tree node, com.google.common.collect.ImmutableList<List<com.sun.source.tree.AnnotationTree>> dims) -
Method Summary
-
Field Details
-
node
final com.sun.source.tree.Tree node -
dims
-
-
Constructor Details
-
TypeWithDims
public TypeWithDims(com.sun.source.tree.Tree node, com.google.common.collect.ImmutableList<List<com.sun.source.tree.AnnotationTree>> dims)
-