MCPcopy Create free account
hub / github.com/google/re2j / clear

Method clear

java/com/google/re2j/Machine.java:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 void clear() {
63 size = 0;
64 }
65
66 @Override
67 public String toString() {

Callers 3

testRE2Method · 0.80
freeMethod · 0.80
stepMethod · 0.80

Calls

no outgoing calls

Tested by 1

testRE2Method · 0.64