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

Method clr

chapter19/src/main/java/com/seaofnodes/simple/RegMask.java:40–40  ·  view source on GitHub ↗
(int r)

Source from the content-addressed store, hash-verified

38 public RegMaskRW(BitSet bs) { super(bs); }
39 public void set(int r) { _bits.set(r); }
40 public void clr(int r) { _bits.clear(r); }
41 public void set(int r, boolean b) { _bits.set(r,b); }
42 public RegMaskRW and( RegMask r ) {
43 if( r==null ) return this;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected