Fields
| Name | Description | 
|---|---|
| ABSTRACT | |
| FINAL | |
| INTERFACE | |
| NATIVE | |
| PRIVATE | |
| PROTECTED | |
| PUBLIC | |
| STATIC | |
| SYNCHRONIZED | |
| TRANSIENT | |
| VOLATILE | 
Constructors
| Name | Description | 
|---|---|
| Modifier() | 
Methods
| Name | Description | 
|---|---|
| isAbstract(int) | Return true if the specifier integer includes the abstract modifier. | 
| isFinal(int) | Return true if the specifier integer includes the final modifier. | 
| isInterface(int) | Return true if the specifier integer includes the interface modifier. | 
| isNative(int) | Return true if the specifier integer includes the native modifier. | 
| isPrivate(int) | Return true if the specifier integer includes the private modifier. | 
| isProtected(int) | Return true if the specifier integer includes the protected modifier. | 
| isPublic(int) | Return true if the specified integer includes the public modifier. | 
| isStatic(int) | Return true if the specifier integer includes the static modifier. | 
| isSynchronized(int) | Return true if the specifier integer includes the final modifier. | 
| isTransient(int) | Return true if the specifier integer includes the transient modifier. | 
| isVolatile(int) | Return true if the specifier integer includes the volatile modifier. | 
| toString(int) | Return a string describing the access modifier flags in the specified modifier. |