Class CheckedNavigableSet
- java.lang.Object
-
- org.inferred.freebuilder.processor.source.ValueType
-
- org.inferred.freebuilder.processor.excerpt.CheckedNavigableSet
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.inferred.freebuilder.processor.source.ValueType
ValueType.FieldReceiver
-
-
Constructor Summary
Constructors Modifier Constructor Description privateCheckedNavigableSet()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static voidaddAddMethod(SourceBuilder code)protected voidaddFields(ValueType.FieldReceiver fields)Implement this method to report the name and value of each field.private static voidaddSubSetMethod(SourceBuilder code)voidaddTo(SourceBuilder code)
-
-
-
Field Detail
-
TYPE
public static final LazyName TYPE
-
-
Method Detail
-
addTo
public void addTo(SourceBuilder code)
-
addSubSetMethod
private static void addSubSetMethod(SourceBuilder code)
-
addAddMethod
private static void addAddMethod(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.
-
-