Uses of Enum Class
com.sun.mirror.declaration.Modifier
Packages that use Modifier
Package
Description
Interfaces used to model program element declarations.
Utilities to assist in the processing of declarations and types.
-
Uses of Modifier in com.sun.mirror.declaration
Methods in com.sun.mirror.declaration that return ModifierModifier and TypeMethodDescriptionstatic ModifierReturns the enum constant of this class with the specified name.static Modifier[]Modifier.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sun.mirror.declaration that return types with arguments of type ModifierModifier and TypeMethodDescriptionDeclaration.getModifiers()Returns the modifiers of this declaration, excluding annotations. -
Uses of Modifier in com.sun.mirror.util
Method parameters in com.sun.mirror.util with type arguments of type ModifierModifier and TypeMethodDescriptionstatic DeclarationFilterDeclarationFilter.getFilter(Collection<Modifier> mods) Returns a filter that selects declarations containing all of a collection of modifiers.