MCPcopy Create free account
hub / github.com/badvision/jace / toString

Method toString

src/main/java/jace/core/SoftSwitch.java:270–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

268 abstract public void stateChanged();
269
270 @Override
271 public String toString() {
272 return getName() + (getState() ? ":1" : ":0");
273 }
274}

Callers 1

Calls 2

getNameMethod · 0.95
getStateMethod · 0.95

Tested by

no test coverage detected