Searched defs:getComponentType (Results 1 - 2 of 2) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DType.java581 return getComponentType().toHuman() + "[]";
781 * {@code true}, then it is safe to use {@link #getComponentType}
859 public Type getComponentType() { method in class:Type
/dalvik/dx/src/com/android/dx/rop/type/
H A DType.java515 return getComponentType().toHuman() + "[]";
715 * {@code true}, then it is safe to use {@link #getComponentType}
793 public Type getComponentType() { method in class:Type

Completed in 5 milliseconds