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

Class Gladiolus

patterns/visitor/BeeAndFlowers.java:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23class Gladiolus implements Flower {
24 @Override
25 public void accept(Visitor v) { v.visit(this);}
26}
27
28class Ranunculus implements Flower {
29 @Override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected