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

Method clear

chapter19/src/main/java/com/seaofnodes/simple/SB.java:88–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 public SB unchar(int x) { _sb.setLength(_sb.length()-x); return this; }
87
88 public SB clear() { _sb.setLength(0); return this; }
89 public int len() { return _sb.length(); }
90 @Override public String toString() { return _sb.toString(); }
91}

Callers 15

decMethod · 0.45
traceCtrlMethod · 0.45
traceDataMethod · 0.45
evaluateMethod · 0.45
instSelectMethod · 0.45
_instSelectMethod · 0.45
delMethod · 0.45
buildCFGMethod · 0.45
clrMethod · 0.45
parseMethod · 0.45
newArrayMethod · 0.45
schedMethod · 0.45

Calls

no outgoing calls

Tested by 4

decMethod · 0.36
traceCtrlMethod · 0.36
traceDataMethod · 0.36
evaluateMethod · 0.36