MCPcopy Index your code
hub / github.com/beanshell/beanshell / Z

Class Z

tests/src/InheritanceTest/Z.java:3–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package InheritanceTest;
2
3class Z extends X implements C {
4 public void c() {
5 System.out.println("Z.c()");
6 }
7 public void z() {
8 System.out.println("Z.z()");
9 }
10 void z_() {
11 System.out.println("Z.z_()");
12 }
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected