The members of Java.Lang.Reflect.Modifier are listed below.
See Also: Inherited members from Java.Lang.Object
Modifier() | Constructs a new Modifier instance. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | Abstract | int (1024). The int value representing the abstract modifier. |
const | Final | int (16). The int value representing the final modifier. |
const | Interface | int (512). The int value representing the interface modifier. |
const | Native | int (256). The int value representing the native modifier. |
const | Private | int (2). The int value representing the private modifier. |
const | Protected | int (4). The int value representing the protected modifier. |
const | Public | int (1). The int value representing the public modifier. |
const | Static | int (8). The int value representing the static modifier. |
const | Strict | int (2048). The int value representing the strictfp modifier. |
const | Synchronized | int (32). The int value representing the synchronized modifier. |
const | Transient | int (128). The int value representing the transient modifier. |
const | Volatile | int (64). The int value representing the volatile modifier. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | ClassModifiers()Returns a mask of all the modifiers that may be applied to classes. | |
static | ConstructorModifiers()Returns a mask of all the modifiers that may be applied to constructors. | |
static | FieldModifiers()Returns a mask of all the modifiers that may be applied to fields. | |
static | InterfaceModifiers()Returns a mask of all the modifiers that may be applied to interfaces. | |
static | IsAbstract(int)Returns true if the given modifiers contain Modifier.Abstract. | |
static | IsFinal(int)Returns true if the given modifiers contain Modifier.Final. | |
static | IsInterface(int)Returns true if the given modifiers contain Modifier.Interface. | |
static | IsNative(int)Returns true if the given modifiers contain Modifier.Native. | |
static | IsPrivate(int)Returns true if the given modifiers contain Modifier.Private. | |
static | IsProtected(int)Returns true if the given modifiers contain Modifier.Protected. | |
static | IsPublic(int)Returns true if the given modifiers contain Modifier.Public. | |
static | IsStatic(int)Returns true if the given modifiers contain Modifier.Static. | |
static | IsStrict(int)Returns true if the given modifiers contain Modifier.Strict. | |
static | IsSynchronized(int)Returns true if the given modifiers contain Modifier.Synchronized. | |
static | IsTransient(int)Returns true if the given modifiers contain Modifier.Transient. | |
static | IsVolatile(int)Returns true if the given modifiers contain Modifier.Volatile. | |
static | MethodModifiers()Returns a mask of all the modifiers that may be applied to methods. | |
static | ToString(int)Returns a string containing the string representation of all modifiers present in the specified modifiers. |