Class GeneratedStub
- java.lang.Object
-
- org.inferred.freebuilder.processor.source.ValueType
-
- org.inferred.freebuilder.processor.GeneratedType
-
- org.inferred.freebuilder.processor.GeneratedStub
-
- All Implemented Interfaces:
Excerpt
class GeneratedStub extends GeneratedType
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.inferred.freebuilder.processor.source.ValueType
ValueType.FieldReceiver
-
-
Field Summary
Fields Modifier and Type Field Description private QualifiedNamedatatypeprivate TypeClassstub
-
Constructor Summary
Constructors Constructor Description GeneratedStub(QualifiedName datatype, TypeClass stub)
-
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
-
datatype
private final QualifiedName datatype
-
stub
private final TypeClass stub
-
-
Constructor Detail
-
GeneratedStub
GeneratedStub(QualifiedName datatype, TypeClass stub)
-
-
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.
-
-