Searched defs:fieldsSetInStaticConstructor (Results 1 – 1 of 1) sorted by relevance
51 @Nonnull private final HashSet<String> fieldsSetInStaticConstructor; field in ClassDefinition67 HashSet<String> fieldsSetInStaticConstructor = new HashSet<String>(); in findFieldsSetInStaticConstructor() local