Searched refs:subtypeOf (Results 1 - 13 of 13) sorted by relevance

/external/javassist/src/main/javassist/
H A DCtArray.java63 public boolean subtypeOf(CtClass clazz) throws NotFoundException { method in class:CtArray
64 if (super.subtypeOf(clazz))
73 if (intfs[i].subtypeOf(clazz))
77 && getComponentType().subtypeOf(clazz.getComponentType());
H A DSerialVersionUID.java66 return clazz.subtypeOf(pool.get("java.io.Serializable"));
H A DCtClass.java330 public boolean subtypeOf(CtClass clazz) throws NotFoundException { method in class:CtClass
H A DCtClassType.java297 public boolean subtypeOf(CtClass clazz) throws NotFoundException { method in class:CtClassType
314 if (supername != null && classPool.get(supername).subtypeOf(clazz))
318 if (classPool.get(ifs[i]).subtypeOf(clazz))
/external/javassist/src/main/javassist/convert/
H A DTransformCall.java90 if (clazz.subtypeOf(declClazz))
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeData.java274 if (cache2.subtypeOf(cache)) {
/external/javassist/src/main/javassist/tools/reflect/
H A DReflection.java247 boolean addMeta = !clazz.subtypeOf(mlevel);
/external/javassist/src/main/javassist/bytecode/analysis/
H A DType.java267 return type.clazz.subtypeOf(clazz);
/external/javassist/src/main/javassist/compiler/
H A DMemberResolver.java247 if (clazz.subtypeOf(lookupClassByJvmName(cname)))
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 131 milliseconds