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

Method toString

src/main/java/org/sfj/SimpleFSM.java:105–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 }
104
105 @Override
106 public String toString() {
107 return "State{" + '\'' + name + '\'' + '}';
108 }
109
110 @Override
111 public boolean equals(Object o) {

Callers 1

dumpFSMMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected