Uses of Enum Class
javax.lang.model.element.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
-
Uses of Modifier in javax.lang.model.element
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 TypeMethodDescriptionElement.getModifiers()
Returns the modifiers of this element, excluding annotations. -
Uses of Modifier in javax.tools
Modifier 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
.