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

Method isStatic

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

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

(int mod)

Source from the content-addressed store, hash-verified

48 * @return True if the access modifier is static, false otherwise
49 */
50 public static boolean isStatic(int mod) {
51 return (mod & ACC_STATIC) != 0;
52 }
53
54 /**
55 * Tells whether a given access modifier is native

Callers 2

getProxyReturnMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected