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

Method interfaceMethod

test/extra/Tails.java:33–39  ·  view source on GitHub ↗
(int n)

Source from the content-addressed store, hash-verified

31
32 private static class Foo implements Interface {
33 public int interfaceMethod(int n) {
34 if (n < Limit) {
35 return virtualMethod(n + 1, 1, 2, 3, 4, 5);
36 } else {
37 return leafMethod(n);
38 }
39 }
40
41 public int virtualMethod(int n, int a, int b, int c, int d, int e) {
42 if (n < Limit) {

Callers

nothing calls this directly

Calls 2

virtualMethodMethod · 0.95
leafMethodMethod · 0.80

Tested by

no test coverage detected