Tells whether a given access modifier is bridge. A modifier is bridge if it is marked with the ACC_BRIDGE flag (0x0040), as specified in JLS8, 4.6 Methods . @param mod The access modifier to check @return True if the access modifier is bridge, false otherwise
(int mod)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected