Properties
The flag that represents an abstract method
Inverted FLAG_IS_ABSTRACT
Flag for marking a constructor
Inverted FLAG_IS_CONSTRUCTOR
The flag that represents a final method
Inverted FLAG_IS_FINAL
The flag that represents a native method
Inverted FLAG_IS_NATIVE
The flag that represents a private method
Inverted FLAG_IS_PRIVATE
The flag that represents a protected method
Inverted FLAG_IS_PROTECTED
The flag that represents a public method
Inverted FLAG_IS_PUBLIC
The flag that represents a static method
Inverted FLAG_IS_STATIC
The flag that represents a strict method
Inverted FLAG_IS_STRICT
The flag that represents a synchronized method
Inverted FLAG_IS_SYNCHRONIZED
Functions
Get isAbstract from the given flags
Get isConstructor from the given flags
Get isProtected from the given flags
Get isSynchronized from the given flags