Searched defs:staticInitializerMethods (Results 1 – 1 of 1) sorted by relevance
1184 Set<MethodTree> staticInitializerMethods = in relevantInitializerMethodOrBlock() local2187 Set<MethodTree> staticInitializerMethods = new LinkedHashSet<>(); in collectEntities() local2574 Set<MethodTree> staticInitializerMethods) { in create()2627 abstract ImmutableSet<MethodTree> staticInitializerMethods(); in staticInitializerMethods() method in NullAway.FieldInitEntities