MCPcopy Index your code
hub / github.com/apache/groovy / Transformation

Method Transformation

benchmark/bench/pidigits.java:74–80  ·  view source on GitHub ↗
(int q, int r, int s, int t)

Source from the content-addressed store, hash-verified

72 int k;
73
74 public Transformation(int q, int r, int s, int t){
75 this.q = BigInteger.valueOf(q);
76 this.r = BigInteger.valueOf(r);
77 this.s = BigInteger.valueOf(s);
78 this.t = BigInteger.valueOf(t);
79 k = 0;
80 }
81
82 public Transformation(BigInteger q, BigInteger r, BigInteger s, BigInteger t){
83 this.q = q;

Callers

nothing calls this directly

Calls 1

valueOfMethod · 0.45

Tested by

no test coverage detected