HomeSort by relevance Sort by last modified time
    Searched defs:supertype (Results 1 - 3 of 3) 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...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 33 milliseconds