MCPcopy Create free account
hub / github.com/cschanck/single-file-java / emit

Method emit

src/main/java/org/sfj/DrawDot.java:450–450  ·  view source on GitHub ↗
(DrawDot dot, PrintWriter writer, String indent)

Source from the content-addressed store, hash-verified

448
449 public interface Child {
450 void emit(DrawDot dot, PrintWriter writer, String indent) throws IOException;
451
452 String id();
453 }

Callers 4

emitMethod · 0.65
emitMethod · 0.65
emitMethod · 0.65
emitMethod · 0.65

Implementers 2

Graphsrc/main/java/org/sfj/DrawDot.java
Nodesrc/main/java/org/sfj/DrawDot.java

Calls

no outgoing calls

Tested by

no test coverage detected