Uses of Enum Class
com.sun.mirror.declaration.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
Modifier and TypeMethodDescriptionstatic Modifier
Returns 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.Modifier and TypeMethodDescriptionDeclaration.getModifiers()
Returns the modifiers of this declaration, excluding annotations. -
Uses of Modifier in com.sun.mirror.util
Modifier and TypeMethodDescriptionstatic DeclarationFilter
DeclarationFilter.getFilter
(Collection<Modifier> mods) Returns a filter that selects declarations containing all of a collection of modifiers.