MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / _print

Method _print

chapter24/src/main/java/com/seaofnodes/simple/type/Type.java:515–515  ·  view source on GitHub ↗
(SB sb, BitSet visit, boolean html )

Source from the content-addressed store, hash-verified

513 return _print(sb,visit,html);
514 }
515 SB _print(SB sb, BitSet visit, boolean html ) { return sb.p(str()); }
516
517 // This is used by error messages, and is a shorted print.
518 public String str() { return STRS[_type]; }

Callers 1

printMethod · 0.95

Calls 2

strMethod · 0.95
pMethod · 0.45

Tested by

no test coverage detected