MCPcopy Create free account
hub / github.com/GraxCode/zelixkiller / isProtected

Method isProtected

src/me/lpk/util/AccessHelper.java:28–30  ·  view source on GitHub ↗

Tells whether a given access modifier is protected @param mod The access modifier to check @return True if the access modifier is protected, false otherwise

(int mod)

Source from the content-addressed store, hash-verified

26 * @return True if the access modifier is protected, false otherwise
27 */
28 public static boolean isProtected(int mod) {
29 return (mod & ACC_PROTECTED) != 0;
30 }
31
32 /**
33 * Tells whether a given access modifier is private

Callers 2

preTransformMethod · 0.95
linkMappingsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected