Searched refs:getClassDef (Results 1 – 11 of 11) sorted by relevance
86 public ClassDef getClassDef() { in getClassDef() method in ClassProto93 return classPath.getClassDef(type);105 ClassDef classDef = getClassDef(); in isInterface()143 for (String interfaceType: getClassDef().getInterfaces()) {147 interfaceDef = classPath.getClassDef(interfaceType);231 for (String interfaceType: getClassDef().getInterfaces()) {250 ClassDef interfaceDef = classPath.getClassDef(interfaceType);326 return getClassDef().getSuperclass(); in getSuperclass()499 ArrayList<Field> fields = getSortedInstanceFields(getClassDef());700 ArrayList<Field> fields = getSortedInstanceFields(getClassDef());[all …]
148 public ClassDef getClassDef(String type) { in getClassDef() method in ClassPath150 ClassDef classDef = provider.getClassDef(type); in getClassDef()
39 @Nullable ClassDef getClassDef(String type); in getClassDef() method
53 @Nullable @Override public ClassDef getClassDef(String type) { in getClassDef() method in DexClassProvider
62 ClassDef methodClassDef = classPath.getClassDef(virtualMethod.getDefiningClass()); in canAccess()
1699 ClassDef thisClass = classPath.getClassDef(method.getDefiningClass());1701 …if (!TypeUtils.canAccessClass(thisClass.getType(), classPath.getClassDef(resolvedField.getDefining…1705 ClassDef fieldClass = classPath.getClassDef(objectRegisterTypeProto.getType());1713 fieldClass = classPath.getClassDef(superclass);1828 ClassDef thisClass = classPath.getClassDef(method.getDefiningClass());1833 thisClass.getType(), classPath.getClassDef(resolvedMethod.getDefiningClass()))) {1837 ClassDef methodClass = classPath.getClassDef(objectRegisterTypeProto.getType());1845 methodClass = classPath.getClassDef(superclass);
122 ClassDef classDef = ((ClassProto)typeProto).getClassDef(); in parseAndResolveInlineMethod()
24 @Nullable @Override public ClassDef getClassDef(String type) { in getClassDef() method in SmalideaClassProvider
130 this(coll, coll.getType(), coll.getClassDef()); in BasicBeanDescription()
175 public AnnotatedClass getClassDef() { in getClassDef() method in POJOPropertiesCollector
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...