Searched defs:getBasicType (Results 1 - 9 of 9) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DTypedConstant.java36 public final int getBasicType() { method in class:TypedConstant
37 return getType().getBasicType();
/dalvik/dx/src/com/android/dx/rop/cst/
H A DTypedConstant.java36 public final int getBasicType() { method in class:TypedConstant
37 return getType().getBasicType();
/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DTypeBearer.java50 public int getBasicType(); method in interface:TypeBearer
54 * is equivalent to {@code getFrameType().getBasicType()}, and
59 * @see #getBasicType
H A DType.java609 public int getBasicType() { method in class:Type
771 * {@code getBasicType() == Type.BT_OBJECT}.
/dalvik/dx/src/com/android/dx/rop/type/
H A DTypeBearer.java50 public int getBasicType(); method in interface:TypeBearer
54 * is equivalent to {@code getFrameType().getBasicType()}, and
59 * @see #getBasicType
H A DType.java543 public int getBasicType() { method in class:Type
705 * {@code getBasicType() == Type.BT_OBJECT}.
/dalvik/dx/src/com/android/dx/cf/code/
H A DReturnAddress.java70 public int getBasicType() { method in class:ReturnAddress
71 return Type.RETURN_ADDRESS.getBasicType();
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRegisterSpec.java302 public final int getBasicType() { method in class:RegisterSpec
303 return type.getBasicType();
/dalvik/dx/src/com/android/dx/rop/code/
H A DRegisterSpec.java307 public final int getBasicType() { method in class:RegisterSpec
308 return type.getBasicType();

Completed in 528 milliseconds