Searched defs:superType (Results 1 – 9 of 9) sorted by relevance
33 private Class<? super T> superType; field in GCJSerializationInstantiator
43 …public static ClassDef makeClassDef(@Nonnull String classType, @Nullable String superType, String.… in makeClassDef()
62 private static boolean compatibleReturnTypes(Class<?> superType, Class<?> subType) { in compatibleReturnTypes()
271 TypeId<T> superType = TypeId.get(baseClass); in buildProxyClass() local584 TypeId<G> generatedType, TypeId<T> superType, Class<T> superClass) { in generateConstructorsAndFields()
2693 QualType superType = getSuperStructType(); in SynthMessageExpr() local2788 QualType superType = getSuperStructType(); in SynthMessageExpr() local
3273 QualType superType = getSuperStructType(); in SynthMessageExpr() local3368 QualType superType = getSuperStructType(); in SynthMessageExpr() local
322 if (const ObjCObjectType *superType = getSuperClassType()) { in getSuperClass() local
1345 QualType superType = objectType->getSuperClassType(); in getObjCSubstitutions() local
472 public String superType; field in smaliTreeWalker.header_return