public class ModifierWrapper
extends java.lang.Object
| Constructor and Description |
|---|
ModifierWrapper(int modifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAbstract()
Targets:
Method. |
boolean |
isFinal()
Targets:
Field, Method. |
boolean |
isNative()
Targets:
Method. |
boolean |
isPrivate()
Targets:
Field, Constructor, Method. |
boolean |
isProtected()
Targets:
Field, Constructor, Method. |
boolean |
isPublic()
Targets:
Field, Constructor, Method. |
boolean |
isStatic()
Targets:
Field, Method. |
boolean |
isStrict()
Targets:
Method. |
boolean |
isSynchronized()
Targets:
Field, Method. |
boolean |
isTransient()
Targets:
Field. |
boolean |
isVolatile()
Targets:
Field. |
int |
raw() |
public int raw()
public boolean isPublic()
Field, Constructor, Method.public boolean isPrivate()
Field, Constructor, Method.public boolean isProtected()
Field, Constructor, Method.public boolean isStatic()
Field, Method.public boolean isFinal()
Field, Method.public boolean isSynchronized()
Field, Method.public boolean isVolatile()
Field.public boolean isTransient()
Field.public boolean isNative()
Method.public boolean isAbstract()
Method.public boolean isStrict()
Method.