Uses of Enum
nonapi.io.github.classgraph.types.TypeUtils.ModifierType
Packages that use TypeUtils.ModifierType
-
Uses of TypeUtils.ModifierType in nonapi.io.github.classgraph.types
Methods in nonapi.io.github.classgraph.types that return TypeUtils.ModifierTypeModifier and TypeMethodDescriptionstatic TypeUtils.ModifierType
Returns the enum constant of this type with the specified name.static TypeUtils.ModifierType[]
TypeUtils.ModifierType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in nonapi.io.github.classgraph.types with parameters of type TypeUtils.ModifierTypeModifier and TypeMethodDescriptionstatic void
TypeUtils.modifiersToString
(int modifiers, TypeUtils.ModifierType modifierType, boolean isDefault, StringBuilder buf) Convert modifiers into a string representation, e.g.