MCPcopy Create free account
hub / github.com/ReadyTalk/avian / virtualMethod

Method virtualMethod

test/extra/Tails.java:41–47  ·  view source on GitHub ↗
(int n, int a, int b, int c, int d, int e)

Source from the content-addressed store, hash-verified

39 }
40
41 public int virtualMethod(int n, int a, int b, int c, int d, int e) {
42 if (n < Limit) {
43 return staticMethod(this, n + 1);
44 } else {
45 return leafMethod(n);
46 }
47 }
48 }
49}

Callers 1

interfaceMethodMethod · 0.95

Calls 2

leafMethodMethod · 0.80
staticMethodMethod · 0.45

Tested by

no test coverage detected