Searched refs:getEnclosingClass (Results 1 – 6 of 6) sorted by relevance
264 && rawParamTypes[0] == getDeclaringClass().getEnclosingClass()) { in getGenericParameterTypes()334 return declaringClass.getEnclosingClass() != null in mayNeedHiddenThis()
90 checkArgument(rawType.getEnclosingClass() != null, "Owner type for unenclosed %s", rawType); in newParameterizedTypeWithOwner()110 return rawType.getEnclosingClass(); in getOwnerType()120 return rawType.getEnclosingClass(); in getOwnerType()
166 annotation = testMethod.getEnclosingClass().getAnnotation(clazz); in getBuilderRequirements()
70 public CtClass getEnclosingClass() { return thisClass; } in getEnclosingClass() method in Expr
190 || declaringClass.getEnclosingClass() == null, in testConstructor()
584 0x71016d68 libcore.reflect.AnnotationAccess getEnclosingClass (Ljava/lang/Class;)Ljava/lang/Class; …