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
Subclasses with type arguments of type TypeUtils.ModifierType in nonapi.io.github.classgraph.typesModifier and TypeClassDescriptionstatic enumThe origin of the modifier bits.Methods in nonapi.io.github.classgraph.types that return TypeUtils.ModifierTypeModifier and TypeMethodDescriptionstatic TypeUtils.ModifierTypeReturns 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 voidTypeUtils.modifiersToString(int modifiers, TypeUtils.ModifierType modifierType, boolean isDefault, StringBuilder buf) Convert modifiers into a string representation, e.g.