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

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DCstNat.java24 public final class CstNat extends Constant { class in inherits:Constant
30 public static final CstNat PRIMITIVE_TYPE_NAT =
31 new CstNat(new CstUtf8("TYPE"),
46 public CstNat(CstUtf8 name, CstUtf8 descriptor) { method in class:CstNat
62 if (!(other instanceof CstNat)) {
66 CstNat otherNat = (CstNat) other;
80 CstNat otherNat = (CstNat) other;
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstNat.java24 public final class CstNat extends Constant { class in inherits:Constant
30 public static final CstNat PRIMITIVE_TYPE_NAT =
31 new CstNat(new CstString("TYPE"),
46 public CstNat(CstString name, CstString descriptor) { method in class:CstNat
62 if (!(other instanceof CstNat)) {
66 CstNat otherNat = (CstNat) other;
80 CstNat otherNat = (CstNat) other;

Completed in 339 milliseconds