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

/dalvik/dx/src/com/android/dx/rop/type/
H A DPrototype.java26 public final class Prototype implements Comparable<Prototype> { class in inherits:Comparable
28 private static final HashMap<String, Prototype> internTable =
29 new HashMap<String, Prototype>(500);
53 public static Prototype intern(String descriptor) {
58 Prototype result = internTable.get(descriptor);
104 result = new Prototype(descriptor, returnType, parameterTypes);
165 public static Prototype intern(String descriptor, Type definer,
167 Prototype base = intern(descriptor);
188 public static Prototype internInt
212 private Prototype(String descriptor, Type returnType, method in class:Prototype
[all...]

Completed in 28 milliseconds