MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / getClassAccessFlags

Method getClassAccessFlags

unused/sun/reflect/Reflection.java:36–36  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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. */

Callers 2

verifyMemberAccessMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected