Searched refs:typeModifiers (Results 1 – 2 of 2) sorted by relevance
198 int typeModifiers = typeDeclaration.getModifiers(); in isTypePublicApiEligible() local199 return ((typeModifiers & Modifier.PUBLIC) != 0); in isTypePublicApiEligible()
196 Set<Modifier> typeModifiers = enclosingElement.getModifiers(); in validateConstructorUncached() local197 if (typeModifiers.contains(ABSTRACT)) { in validateConstructorUncached()206 && !typeModifiers.contains(STATIC)) { in validateConstructorUncached()