Searched defs:superclassType (Results 1 - 5 of 5) sorted by relevance

/external/dexmaker/src/main/java/com/google/dexmaker/stock/
H A DProxyBuilder.java351 TypeId<G> generatedType, Method[] methodsToProxy, TypeId<T> superclassType) {
415 MethodId<T, ?> superMethod = superclassType.getMethod(resultType, name, argTypes);
350 generateCodeForAllMethods(DexMaker dexMaker, TypeId<G> generatedType, Method[] methodsToProxy, TypeId<T> superclassType) argument
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DClassPath.java774 if (classInfo.superclassType != null) {
776 classInfo.superclassType + " for Ljava/lang/Object;. " +
781 String superclassType = classInfo.superclassType;
782 if (superclassType == null) {
786 ClassDef superclass = ClassPath.loadClassDef(superclassType);
788 throw new ClassNotFoundException(String.format("Could not find superclass %s", superclassType));
1142 public final String superclassType; field in class:ClassPath.TempClassInfo
1154 TypeIdItem superclassType = classDefItem.getSuperclass();
1155 if (superclassType
[all...]
/external/doclava/src/com/google/doclava/
H A DClassInfo.java116 TypeInfo superclassType, ArrayList<AnnotationInstanceInfo> annotations) {
129 mRealSuperclassType = superclassType;
658 public TypeInfo superclassType() { method in class:ClassInfo
1792 public void setSuperclassType(TypeInfo superclassType) { argument
1793 mRealSuperclassType = superclassType;
110 init(TypeInfo typeInfo, ArrayList<ClassInfo> interfaces, ArrayList<TypeInfo> interfaceTypes, ArrayList<ClassInfo> innerClasses, ArrayList<MethodInfo> constructors, ArrayList<MethodInfo> methods, ArrayList<MethodInfo> annotationElements, ArrayList<FieldInfo> fields, ArrayList<FieldInfo> enumConstants, PackageInfo containingPackage, ClassInfo containingClass, ClassInfo superclass, TypeInfo superclassType, ArrayList<AnnotationInstanceInfo> annotations) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 179 milliseconds