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

Method getYbyB

tests/src/InheritanceTest/Accessor.java:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 public static X getX() {return new X();}
9 public static A getYbyA() {return new Y();}
10 public static B getYbyB() {return new Y();}
11 public static C getYbyC() {return new Y();}
12 public static Y getY() {return new Y();}
13 public static A getZbyA() {return new Z();}

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected