Uses of Enum Class
javax.lang.model.element.Modifier
Packages that use Modifier
Package
Description
Provides interfaces to represent source code as abstract syntax
trees (AST).
Interfaces used to model elements of the Java programming language.
Provides interfaces for tools which can be invoked from a program,
for example, compilers.
-
Uses of Modifier in com.sun.source.tree
Methods in com.sun.source.tree that return types with arguments of type Modifier -
Uses of Modifier in javax.lang.model.element
Methods in javax.lang.model.element that return ModifierModifier 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.Methods in javax.lang.model.element that return types with arguments of type ModifierModifier and TypeMethodDescriptionElement.getModifiers()
Returns the modifiers of this element, excluding annotations. -
Uses of Modifier in javax.tools
Methods in javax.tools that return ModifierModifier and TypeMethodDescriptionForwardingJavaFileObject.getAccessLevel()
JavaFileObject.getAccessLevel()
Provides a hint about the access level of the class represented by this file object.SimpleJavaFileObject.getAccessLevel()
This implementation returnsnull
.