Searched defs:staticFields (Results 1 – 5 of 5) sorted by relevance
59 @Nonnull protected final ImmutableSortedSet<? extends ImmutableField> staticFields; field in ImmutableClassDef97 @Nullable Iterable<? extends Field> staticFields, in ImmutableClassDef()119 @Nullable ImmutableSortedSet<? extends ImmutableField> staticFields, in ImmutableClassDef()
109 Set<String> staticFields = writeStaticFields(writer); in writeTo() local180 Iterable<? extends Field> staticFields; in writeStaticFields() local211 …private void writeInstanceFields(IndentingWriter writer, Set<String> staticFields) throws IOExcept… in writeInstanceFields()
47 @Nonnull final ImmutableSortedSet<Field> staticFields; field in PoolClassDef
53 @Nonnull final SortedSet<BuilderField> staticFields; field in BuilderClassDef
173 List<Field> staticFields = new ArrayList<Field>(0); in getValues() local