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

Class Chrysanthemum

patterns/visitor/BeeAndFlowers.java:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33class Chrysanthemum implements Flower {
34 @Override
35 public void accept(Visitor v) { v.visit(this);}
36}
37
38// Add the ability to produce a String:
39class StringVal implements Visitor {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected