Properties
The flag that represents an abstract class
Inverted FLAG_IS_ABSTRACT
The flag that represents an annotation class
Inverted FLAG_IS_ANNOTATION
The flag that represents an enum class
Inverted FLAG_IS_ENUM
The flag that represents a final class
Inverted FLAG_IS_FINAL
The flag that represents an interface class
Inverted FLAG_IS_INTERFACE
The flag that represents an object class
Inverted FLAG_IS_OBJECT
The flag that represents a private class
Inverted FLAG_IS_PRIVATE
The flag that represents a protected class
Inverted FLAG_IS_PROTECTED
The flag that represents a public class
Inverted FLAG_IS_PUBLIC
The flag that represents a static class
Inverted FLAG_IS_STATIC
The flag that represents a synthetic class
Inverted FLAG_IS_SYNTHETIC
Functions
Get isAbstract from the given flags
Get isAnnotation from the given flags
Get isInterface from the given flags
Get isProtected from the given flags
Get isSynthetic from the given flags