Utility class for decoding modifier flags in Java elements.
This class provides static methods only; it is not intended to be
instantiated or subclassed by clients.
Note that the numeric values of these flags match the ones for class files
as described in the Java Virtual Machine Specification. The AST class
Modifier provides the same functionality as this class, only in
the org.eclipse.jdt.core.dom package.
This class provides static methods only; it is not intended to be instantiated or subclassed by clients.
Note that the numeric values of these flags match the ones for class files as described in the Java Virtual Machine Specification. The AST class
Modifierprovides the same functionality as this class, only in theorg.eclipse.jdt.core.dompackage.