MCPcopy Create free account
hub / github.com/acsoto/BUAA-Compiler / setDim1

Method setDim1

src/CodeGeneration/Var.java:25–27  ·  view source on GitHub ↗
(int dim1)

Source from the content-addressed store, hash-verified

23 }
24
25 public void setDim1(int dim1) {
26 this.dim1 = dim1;
27 }
28
29 public void setDim2(int dim2) {
30 this.dim2 = dim2;

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected