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

/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DType.java29 public final class Type implements TypeBearer, Comparable<Type> { class in inherits:TypeBearer,Comparable
31 private static final HashMap<String, Type> internTable =
32 new HashMap<String, Type>(500);
35 private static final HashMap<Class, Type> CLASS_TYPE_MAP =
36 new HashMap<Class, Type>();
75 public static final Type BOOLEAN = new Type("Z", BT_BOOLEAN);
78 public static final Type BYTE = new Type("
495 private Type(String descriptor, int basicType, int newAt) { method in class:Type
525 private Type(String descriptor, int basicType) { method in class:Type
[all...]
/dalvik/dx/src/com/android/dx/rop/type/
H A DType.java28 public final class Type implements TypeBearer, Comparable<Type> { class in inherits:TypeBearer,Comparable
33 private static final HashMap<String, Type> internTable =
34 new HashMap<String, Type>(500);
73 public static final Type BOOLEAN = new Type("Z", BT_BOOLEAN);
76 public static final Type BYTE = new Type("B", BT_BYTE);
79 public static final Type CHAR = new Type("
428 private Type(String descriptor, int basicType, int newAt) { method in class:Type
458 private Type(String descriptor, int basicType) { method in class:Type
[all...]

Completed in 139 milliseconds