Module java.base

Class Modifier

java.lang.Object
java.lang.reflect.Modifier

public class Modifier extends Object
The Modifier class provides static methods and constants to decode class and member access modifiers. The sets of modifiers are represented as integers with distinct bit positions representing different modifiers. The values for the constants representing the modifiers are taken from the tables in sections 4.1, 4.4, 4.5, and 4.7 of The Java Virtual Machine Specification.
Since:
1.1
See Also: