MCPcopy Create free account
hub / github.com/apache/tomcat / isBridge

Method isBridge

java/jakarta/el/Util.java:597–600  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

595 }
596
597 @Override
598 public boolean isBridge() {
599 return m.isBridge();
600 }
601 }
602
603 private static class ConstructorWrapper extends Wrapper<Constructor<?>> {

Callers

nothing calls this directly

Calls 1

isBridgeMethod · 0.45

Tested by

no test coverage detected