MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / name

Method name

reflection/Robot.java:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8public interface Robot {
9 String name();
10 String model();
11 List<Operation> operations();
12 static void test(Robot r) {

Callers 3

mainMethod · 0.65
mainMethod · 0.65
toStringMethod · 0.65

Implementers 2

NRobotreflection/NullRobot.java
SnowRobotreflection/SnowRobot.java

Calls

no outgoing calls

Tested by

no test coverage detected