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

Method isVarArgs

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

Source from the content-addressed store, hash-verified

635 int varArgsCount, boolean bridge) implements Comparable<MatchResult> {
636
637 public boolean isVarArgs() {
638 return varArgs;
639 }
640
641 public int getExactCount() {
642 return exactCount;

Callers 3

compareToMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected