Uses of Class
org.tquadrat.foundation.javacomposer.internal.FieldSpecImpl
Packages that use FieldSpecImpl
Package
Description
The implementations for the interfaces from the package
org.tquadrat.foundation.javacomposer
.-
Uses of FieldSpecImpl in org.tquadrat.foundation.javacomposer.internal
Fields in org.tquadrat.foundation.javacomposer.internal with type parameters of type FieldSpecImplModifier and TypeFieldDescriptionprivate final Collection
<FieldSpecImpl> TypeSpecImpl.BuilderImpl.m_FieldSpecs
The attributes for this type spec.private final List
<FieldSpecImpl> TypeSpecImpl.m_FieldSpecs
The fields for this type.Methods in org.tquadrat.foundation.javacomposer.internal that return FieldSpecImplModifier and TypeMethodDescriptionfinal FieldSpecImpl
FieldSpecImpl.BuilderImpl.build()
Builds a newFieldSpec
instance from the added components.Methods in org.tquadrat.foundation.javacomposer.internal that return types with arguments of type FieldSpecImplModifier and TypeMethodDescriptionprotected final Collection
<FieldSpecImpl> TypeSpecImpl.BuilderImpl.getFieldSpecs()
Returns the fields for the new type.protected final Collection
<FieldSpecImpl> TypeSpecImpl.getFieldSpecs()
Returns the fields for this type.