HomeSort by relevance Sort by last modified time
    Searched full:otherreferencedclass (Results 1 - 2 of 2) sorted by null

  /external/proguard/src/proguard/evaluation/value/
ReferenceValue.java 93 public int instanceOf(String otherType, Clazz otherReferencedClass)
180 otherReferencedClass != null &&
181 referencedClass.extendsOrImplements(otherReferencedClass) ?
263 Clazz otherReferencedClass = other.referencedClass;
266 otherReferencedClass != null)
268 if (thisReferencedClass.extendsOrImplements(otherReferencedClass))
273 if (otherReferencedClass.extendsOrImplements(thisReferencedClass))
292 otherReferencedClass.hierarchyAccept(false, true, true, false,
297 otherReferencedClass.getSuperName() != null)
299 throw new IllegalArgumentException("Can't find any super classes of ["+otherType+"] (not even immediate super class ["+otherReferencedClass.getSuperName()+"])")
    [all...]
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 

Completed in 7938 milliseconds