Searched refs:createLocatorsFromStrings (Results 1 – 3 of 3) sorted by relevance
1023 TypeLocator.createLocatorsFromStrings(DEFAULT_CONSTRUCTORS))), in createTransformRules()1039 BodyDeclarationLocators.createLocatorsFromStrings(JCITE_TRANSFORM_SET); in createTranslateJciteInclusionRule()1047 BodyDeclarationLocators.createLocatorsFromStrings(INITIAL_DEPRECATED_SET); in createHideOriginalDeprecatedClassesRule()1054 BodyDeclarationLocators.createLocatorsFromStrings( in createMarkElementsWithDeprecatedAnnotationRule()1071 BodyDeclarationLocators.createLocatorsFromStrings(ANDROID_REMOVED_SET); in createMarkElementsWithRemovedJavadocTagRule()1078 BodyDeclarationLocators.createLocatorsFromStrings(DECLARATIONS_TO_HIDE); in createHideBlocklistedDeclarationsRule()1084 List<TypeLocator> allowlist = TypeLocator.createLocatorsFromStrings(PUBLIC_API_CLASSES); in createHidePublicClassesRule()1091 BodyDeclarationLocators.createLocatorsFromStrings(HIDDEN_ABSTRACT_METHODS); in createHiddenAbstractMethodRule()
43 public static List<BodyDeclarationLocator> createLocatorsFromStrings(String[] locatorStrings) { in createLocatorsFromStrings() method in BodyDeclarationLocators215 return createLocatorsFromStrings(TypeLocator.readLines(path)); in readBodyDeclarationLocators()
113 public static List<TypeLocator> createLocatorsFromStrings(String[] classes) { in createLocatorsFromStrings() method in TypeLocator131 return createLocatorsFromStrings(lines); in readTypeLocators()