MCPcopy Create free account
hub / github.com/GraxCode/dalvikgate / isSynchronized

Method isSynchronized

src/main/java/me/nov/dalvikgate/asm/Access.java:117–119  ·  view source on GitHub ↗

Tells whether a given access modifier is synchronized. A modifier is synchronized if it is marked with the ACC_SYNCHRONIZED flag (0x0020), as specified in JLS8, 4.6 Methods and JLS8, 2.11.10 Synchronization @param mod The access modifier to check @return True if the access modifie

(int mod)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected