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

Method isPrivate

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

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

(int mod)

Source from the content-addressed store, hash-verified

37 * @return True if the access modifier is private, false otherwise
38 */
39 public static boolean isPrivate(int mod) {
40 return (mod & ACC_PRIVATE) != 0;
41 }
42
43 /**
44 * Tells whether a given access modifier is static

Callers 2

preTransformMethod · 0.95
linkMappingsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected