Uses of Class
net.morimekta.providence.model.TypedefType
-
Packages that use TypedefType Package Description net.morimekta.providence.model -
-
Uses of TypedefType in net.morimekta.providence.model
Fields in net.morimekta.providence.model with type parameters of type TypedefType Modifier and Type Field Description static net.morimekta.providence.descriptor.PStructDescriptor<TypedefType,TypedefType._Field>TypedefType. kDescriptorMethods in net.morimekta.providence.model that return TypedefType Modifier and Type Method Description TypedefTypeTypedefType._Builder. build()TypedefTypeDeclaration._Builder. getDeclTypedef()TypedefTypeDeclaration. getDeclTypedef()Methods in net.morimekta.providence.model that return types with arguments of type TypedefType Modifier and Type Method Description net.morimekta.providence.descriptor.PStructDescriptor<TypedefType,TypedefType._Field>TypedefType._Builder. descriptor()net.morimekta.providence.descriptor.PStructDescriptor<TypedefType,TypedefType._Field>TypedefType. descriptor()java.util.Optional<TypedefType>Declaration. optionalDeclTypedef()static net.morimekta.providence.descriptor.PStructDescriptorProvider<TypedefType,TypedefType._Field>TypedefType. provider()Methods in net.morimekta.providence.model with parameters of type TypedefType Modifier and Type Method Description intTypedefType. compareTo(TypedefType other)TypedefType._BuilderTypedefType._Builder. merge(TypedefType from)Declaration._BuilderDeclaration._Builder. setDeclTypedef(TypedefType value)Set thedecl_typedeffield value.static DeclarationDeclaration. withDeclTypedef(TypedefType value)Constructors in net.morimekta.providence.model with parameters of type TypedefType Constructor Description _Builder(TypedefType base)Make a mutating builder off a base pmodel.TypedefType.
-