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

Method isSynthetic

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

Tells whether a given access modifier is synthetic. A modifier is synthetic if it is marked with the ACC_SYNTHETIC flag (0x1000), as specified in JLS8, 4.6 Methods . @param mod The access modifier to check @return True if the access modifier is synthetic, false otherwise

(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