HomeSort by relevance Sort by last modified time
    Searched defs:supertype (Results 1 - 4 of 4) sorted by null

  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 208 * Returns whether the given supertype is possibly assignable from
212 * type {@code Object} is the supertype of all reference
216 * @param supertypeBearer {@code non-null;} the supertype
221 Type supertype = supertypeBearer.getType(); local
224 if (supertype.equals(subtype)) {
229 int superBt = supertype.getBasicType();
235 supertype = Type.OBJECT;
249 return supertype.isIntlike() && subtype.isIntlike();
254 if (supertype == Type.KNOWN_NULL) {
256 * A known-null supertype is only assignable from anothe
    [all...]
  /dalvik/dx/src/com/android/dx/gen/
DexGenerator.java 64 Type<?> supertype, Type<?>... interfaces) {
71 declaration.supertype = supertype;
161 private Type<?> supertype; field in class:DexGenerator.TypeDeclaration
185 ClassDefItem out = new ClassDefItem(thisType, flags, supertype.constant,
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 184 milliseconds