The methods of Java.Lang.Reflect.Modifier are listed below. For a list of all members, see the Modifier Members list.
See Also: Inherited members from Java.Lang.Object
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. |