Uses of Class
manifold.api.type.TypeName.Kind
-
Packages that use TypeName.Kind Package Description manifold.api.type -
-
Uses of TypeName.Kind in manifold.api.type
Fields in manifold.api.type declared as TypeName.Kind Modifier and Type Field Description TypeName.KindTypeName. kindMethods in manifold.api.type that return TypeName.Kind Modifier and Type Method Description static TypeName.KindTypeName.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeName.Kind[]TypeName.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in manifold.api.type with parameters of type TypeName.Kind Constructor Description TypeName(String name, IModule module, TypeName.Kind kind, TypeName.Visibility visibility)
-