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.java514 return getComponentType().toHuman() + "[]";
714 * {@code true}, then it is safe to use {@link #getComponentType}
792 public Type getComponentType() { method in class:Type

Completed in 1164 milliseconds