Home | History | Annotate | Download | only in find

Lines Matching refs:arrayDepth

790                 return arg == arrayDepth(newArray);
808 private static int arrayDepth(Tree tree) {
829 depth = Math.max(depth, arrayDepth(elem)+1);
834 return arrayDepth(((AnnotatedTypeTree) tree).getUnderlyingType());
836 return 1 + arrayDepth(((ArrayTypeTree) tree).getType());