Uses of Class
manifold.api.type.TypeName.Visibility
-
Packages that use TypeName.Visibility Package Description manifold.api.type -
-
Uses of TypeName.Visibility in manifold.api.type
Fields in manifold.api.type declared as TypeName.Visibility Modifier and Type Field Description TypeName.VisibilityTypeName. visibilityMethods in manifold.api.type that return TypeName.Visibility Modifier and Type Method Description static TypeName.VisibilityTypeName.Visibility. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeName.Visibility[]TypeName.Visibility. 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.Visibility Constructor Description TypeName(String name, IModule module, TypeName.Kind kind, TypeName.Visibility visibility)
-