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_EnumConstantsThe enum constants.private final Map<String, ClassSpecImpl> EnumSpecImpl.m_EnumConstantsTheenumconstants for this type.Methods in org.tquadrat.foundation.javacomposer.internal that return ClassSpecImplModifier and TypeMethodDescriptionfinal ClassSpecImplClassSpecImpl.BuilderImpl.build()Builds a newTypeSpecinstance 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 theenumconstants of the new type.protected final Map<String, ClassSpecImpl> EnumSpecImpl.getEnumConstants()Returns theenumvalues for this type.protected Map<String, ClassSpecImpl> TypeSpecImpl.BuilderImpl.getEnumConstants()Returns theenumconstants of the new type.protected Map<String, ClassSpecImpl> TypeSpecImpl.getEnumConstants()Returns theenumvalues for this type.Constructors in org.tquadrat.foundation.javacomposer.internal with parameters of type ClassSpecImplModifierConstructorDescriptionprivateClassSpecImpl(ClassSpecImpl type) Creates a dummy type spec for type-resolution in CodeWriter only while emitting the type declaration but before entering the type body.
