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

Method isFinal

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

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

(int mod)

Source from the content-addressed store, hash-verified

81 * @return True if the access modifier is final, false otherwise
82 */
83 public static boolean isFinal(int mod) {
84 return (mod & ACC_FINAL) != 0;
85 }
86
87 /**
88 * Tells whether a given access modifier is synthetic. A modifier is

Callers 1

linkMappingsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected