Uses of Class
net.morimekta.providence.model.ConstType
-
Packages that use ConstType Package Description net.morimekta.providence.model -
-
Uses of ConstType in net.morimekta.providence.model
Fields in net.morimekta.providence.model with type parameters of type ConstType Modifier and Type Field Description static net.morimekta.providence.descriptor.PStructDescriptor<ConstType,ConstType._Field>ConstType. kDescriptorMethods in net.morimekta.providence.model that return ConstType Modifier and Type Method Description ConstTypeConstType._Builder. build()ConstTypeDeclaration._Builder. getDeclConst()ConstTypeDeclaration. getDeclConst()Methods in net.morimekta.providence.model that return types with arguments of type ConstType Modifier and Type Method Description net.morimekta.providence.descriptor.PStructDescriptor<ConstType,ConstType._Field>ConstType._Builder. descriptor()net.morimekta.providence.descriptor.PStructDescriptor<ConstType,ConstType._Field>ConstType. descriptor()java.util.Optional<ConstType>Declaration. optionalDeclConst()static net.morimekta.providence.descriptor.PStructDescriptorProvider<ConstType,ConstType._Field>ConstType. provider()Methods in net.morimekta.providence.model with parameters of type ConstType Modifier and Type Method Description intConstType. compareTo(ConstType other)ConstType._BuilderConstType._Builder. merge(ConstType from)Declaration._BuilderDeclaration._Builder. setDeclConst(ConstType value)Set thedecl_constfield value.static DeclarationDeclaration. withDeclConst(ConstType value)Constructors in net.morimekta.providence.model with parameters of type ConstType Constructor Description _Builder(ConstType base)Make a mutating builder off a base pmodel.ConstType.
-