MCPcopy Index your code
hub / github.com/apache/tomcat / isVarArgs

Method isVarArgs

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

Source from the content-addressed store, hash-verified

590 }
591
592 @Override
593 public boolean isVarArgs() {
594 return m.isVarArgs();
595 }
596
597 @Override
598 public boolean isBridge() {

Callers

nothing calls this directly

Calls 1

isVarArgsMethod · 0.45

Tested by

no test coverage detected