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

Method isVarArgs

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

Source from the content-addressed store, hash-verified

618 }
619
620 @Override
621 public boolean isVarArgs() {
622 return c.isVarArgs();
623 }
624
625 @Override
626 public boolean isBridge() {

Callers

nothing calls this directly

Calls 1

isVarArgsMethod · 0.45

Tested by

no test coverage detected