Uses of Class
org.tquadrat.foundation.javacomposer.internal.ClassSpecImpl
Packages that use ClassSpecImpl
Package
Description
The implementations for the interfaces from the package
org.tquadrat.foundation.javacomposer
.-
Uses of ClassSpecImpl in org.tquadrat.foundation.javacomposer.internal
Fields in org.tquadrat.foundation.javacomposer.internal with type parameters of type ClassSpecImplModifier and TypeFieldDescriptionprivate final Map
<String, ClassSpecImpl> EnumSpecImpl.BuilderImpl.m_EnumConstants
The enum constants.private final Map
<String, ClassSpecImpl> EnumSpecImpl.m_EnumConstants
Theenum
constants for this type.Methods in org.tquadrat.foundation.javacomposer.internal that return ClassSpecImplModifier and TypeMethodDescriptionfinal ClassSpecImpl
ClassSpecImpl.BuilderImpl.build()
Builds a newTypeSpec
instance from the added components.Methods in org.tquadrat.foundation.javacomposer.internal that return types with arguments of type ClassSpecImplModifier and TypeMethodDescriptionprotected final Map
<String, ClassSpecImpl> EnumSpecImpl.BuilderImpl.getEnumConstants()
Returns theenum
constants of the new type.protected final Map
<String, ClassSpecImpl> EnumSpecImpl.getEnumConstants()
Returns theenum
values for this type.protected Map
<String, ClassSpecImpl> TypeSpecImpl.BuilderImpl.getEnumConstants()
Returns theenum
constants of the new type.protected Map
<String, ClassSpecImpl> TypeSpecImpl.getEnumConstants()
Returns theenum
values for this type.Constructors in org.tquadrat.foundation.javacomposer.internal with parameters of type ClassSpecImplModifierConstructorDescriptionprivate
ClassSpecImpl
(ClassSpecImpl type) Creates a dummy type spec for type-resolution in CodeWriter only while emitting the type declaration but before entering the type body.