Class CheckedSet
- java.lang.Object
-
- org.inferred.freebuilder.processor.source.ValueType
-
- org.inferred.freebuilder.processor.excerpt.CheckedSet
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.inferred.freebuilder.processor.source.ValueType
ValueType.FieldReceiver
-
-
Constructor Summary
Constructors Modifier Constructor Description privateCheckedSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddFields(ValueType.FieldReceiver fields)Implement this method to report the name and value of each field.voidaddTo(SourceBuilder code)
-
-
-
Field Detail
-
TYPE
public static final LazyName TYPE
-
-
Method Detail
-
addTo
public void addTo(SourceBuilder code)
-
addFields
protected void addFields(ValueType.FieldReceiver fields)
Description copied from class:ValueTypeImplement this method to report the name and value of each field.
-
-