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

Method getXbyB

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

Source from the content-addressed store, hash-verified

5 public static B getWbyB() {return new W();}
6 public static A getXbyA() {return new X();}
7 public static B getXbyB() {return new X();}
8 public static X getX() {return new X();}
9 public static A getYbyA() {return new Y();}
10 public static B getYbyB() {return new Y();}

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected