Retrieves the access flags written to the class file. For inner classes these flags may differ from those returned by Class.getModifiers(), which searches the InnerClasses attribute to find the source-level access flags. This is used instead of Class.getModifi
(Class c)
| 34 | low 13 bits (i.e., a mask of 0x1FFF) are guaranteed to be |
| 35 | valid. */ |
| 36 | private static native int getClassAccessFlags(Class c); |
| 37 | |
| 38 | /** A quick "fast-path" check to try to avoid getCallerClass() |
| 39 | calls. */ |
no outgoing calls
no test coverage detected