1 package net.sourceforge.pmd.ast; 2 3 public interface Dimensionable { 4 public boolean isArray(); 5 6 public int getArrayDepth(); 7 }